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