Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Patrol.Type.TraceContext
Synopsis
- data TraceContext = TraceContext {
- exclusiveTime :: Maybe Int
- op :: Text
- parentSpanId :: Text
- spanId :: Text
- status :: Maybe SpanStatus
- traceId :: Text
- empty :: TraceContext
Documentation
data TraceContext Source #
Constructors
TraceContext | |
Fields
|
Instances
ToJSON TraceContext Source # | |
Defined in Patrol.Type.TraceContext Methods toJSON :: TraceContext -> Value # toEncoding :: TraceContext -> Encoding # toJSONList :: [TraceContext] -> Value # toEncodingList :: [TraceContext] -> Encoding # | |
Show TraceContext Source # | |
Defined in Patrol.Type.TraceContext Methods showsPrec :: Int -> TraceContext -> ShowS # show :: TraceContext -> String # showList :: [TraceContext] -> ShowS # | |
Eq TraceContext Source # | |
Defined in Patrol.Type.TraceContext |
empty :: TraceContext Source #