Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OpenTelemetry.Propagation
Documentation
data PropagationFormat #
Constructors
PropagationFormat | |
Fields
|
Instances
Semigroup PropagationFormat # | (p1 <> p2) parses like p1, then p2 as a fallback. (p1 <> p2) injects like p1. |
Defined in OpenTelemetry.Propagation Methods (<>) :: PropagationFormat -> PropagationFormat -> PropagationFormat sconcat :: NonEmpty PropagationFormat -> PropagationFormat stimes :: Integral b => b -> PropagationFormat -> PropagationFormat |
b3 :: PropagationFormat #
typical_opentracing_format_with_prefix :: String -> PropagationFormat #
parseSpanContext :: ByteString -> Maybe SpanContext #
isLowerHexDigit :: Char -> Bool #
encode_u64 :: Word64 -> ByteString #
decode_u64 :: ByteString -> Maybe Word64 #