Safe Haskell | None |
---|---|
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 #
isLowerHexDigit :: Char -> Bool #
fromHex :: ByteString -> Maybe Word64 #
encode_u64 :: Word64 -> ByteString #
decode_u64 :: ByteString -> Maybe Word64 #