hs-opentelemetry-api-0.0.3.4: OpenTelemetry API for use by libraries for direct instrumentation or wrapper packages.
Safe HaskellNone
LanguageHaskell2010

OpenTelemetry.Common

Synopsis

Documentation

newtype TraceFlags Source #

Contain details about the trace. Unlike TraceState values, TraceFlags are present in all traces. The current version of the specification only supports a single flag called sampled.

Constructors

TraceFlags Word8