hs-opentelemetry-sdk-0.0.3.4: OpenTelemetry SDK for use in applications.
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenTelemetry.Resource.Host.Detector

Synopsis

Documentation

detectHost :: IO Host Source #

Detect as much host information as possible

builtInHostDetectors :: [HostDetector] Source #

A set of detectors for e.g. AWS, GCP, and other cloud providers.

Currently only emits hostName and hostArch. Additional detectors are welcome via PR.