hs-opentelemetry-api-0.1.0.0: OpenTelemetry API for use by libraries for direct instrumentation or wrapper packages.
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenTelemetry.SemanticsConfig

Synopsis

Documentation

data SemanticsOptions Source #

This is a record that contains options for whether the new stable semantics conventions should be emitted. Semantics conventions that have been declared stable: - http

data HttpOption Source #

This option determines whether stable, old, or both kinds of http attributes are emitted.

Constructors

Stable 
StableAndOld 
Old 

Instances

Instances details
Show HttpOption Source # 
Instance details

Defined in OpenTelemetry.SemanticsConfig

Eq HttpOption Source # 
Instance details

Defined in OpenTelemetry.SemanticsConfig

getSemanticsOptions' :: IO SemanticsOptions Source #

Version of getSemanticsOptions that is not memoized. It is recommended to use getSemanticsOptions for efficiency purposes unless it is necessary to retrieve the value of OTEL_SEMCONV_STABILITY_OPT_IN every time getSemanticsOptions' is called.