Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
OpenTelemetry.SpanContext
Documentation
data SpanContext Source #
Constructors
SpanContext !SpanId !TraceId |
Instances
Eq SpanContext Source # | |
Defined in OpenTelemetry.SpanContext | |
Show SpanContext Source # | |
Defined in OpenTelemetry.SpanContext Methods showsPrec :: Int -> SpanContext -> ShowS # show :: SpanContext -> String # showList :: [SpanContext] -> ShowS # | |
Generic SpanContext Source # | |
Defined in OpenTelemetry.SpanContext Associated Types type Rep SpanContext :: Type -> Type # | |
type Rep SpanContext Source # | |
Defined in OpenTelemetry.SpanContext type Rep SpanContext = D1 (MetaData "SpanContext" "OpenTelemetry.SpanContext" "opentelemetry-0.3.0-KrweGUK5iOPD0wwoapPYod" False) (C1 (MetaCons "SpanContext" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SpanId) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TraceId))) |