| Safe Haskell | Safe |
|---|---|
| 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.2.0-BhLCJINBeRH5rgxojGVn0y" 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 #
data PropagationFormat Source #
Constructors
| W3CTraceContext |
inject :: PropagationFormat -> SpanContext -> [(String, ByteString)] Source #