| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
OpenTelemetry.Propagation
Documentation
data TraceParent Source #
Constructors
| TraceParent Int Int |
Instances
| Eq TraceParent Source # | |
Defined in OpenTelemetry.Propagation | |
| Show TraceParent Source # | |
Defined in OpenTelemetry.Propagation Methods showsPrec :: Int -> TraceParent -> ShowS # show :: TraceParent -> String # showList :: [TraceParent] -> ShowS # | |
| Generic TraceParent Source # | |
Defined in OpenTelemetry.Propagation Associated Types type Rep TraceParent :: Type -> Type # | |
| type Rep TraceParent Source # | |
Defined in OpenTelemetry.Propagation type Rep TraceParent = D1 (MetaData "TraceParent" "OpenTelemetry.Propagation" "opentelemetry-0.0.0.2-53frIhpEXdY2DSV6I9SuA9" False) (C1 (MetaCons "TraceParent" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int))) | |
extractSpanContextFromHeaders :: (IsString key, Eq key) => [(key, ByteString)] -> Maybe SpanContext Source #
isLowerHexDigit :: Char -> Bool Source #