| Copyright | (c) Ian Duncan 2021 |
|---|---|
| License | BSD-3 |
| Maintainer | Ian Duncan |
| Stability | experimental |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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