| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
OpenTelemetry.Propagation
Documentation
data PropagationFormat Source #
Constructors
| PropagationFormat | |
Fields 
  | |
Instances
| Semigroup PropagationFormat Source # | (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 #  | |
isLowerHexDigit :: Char -> Bool Source #
encode_u64 :: Word64 -> ByteString Source #
decode_u64 :: ByteString -> Maybe Word64 Source #