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