| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
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
| Show HttpOption Source # | |
Defined in OpenTelemetry.SemanticsConfig Methods showsPrec :: Int -> HttpOption -> ShowS # show :: HttpOption -> String # showList :: [HttpOption] -> ShowS # | |
| Eq HttpOption Source # | |
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.