hs-opentelemetry-sdk-0.0.3.1: OpenTelemetry SDK for use in applications.
Copyright(c) Ian Duncan 2021
LicenseBSD-3
MaintainerIan Duncan
Stabilityexperimental
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenTelemetry.Resource.OperatingSystem.Detector

Description

Detect information about the current system's OS.

Synopsis

Documentation

detectOperatingSystem :: IO OperatingSystem Source #

Retrieve any infomration able to be detected about the current operation system.

Currently only supports osType detection, but PRs are welcome to support additional details.

Since: 0.0.1.0