Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
OpenTelemetry.Common
Documentation
Constructors
StringTagValue !Text | |
BoolTagValue !Bool | |
IntTagValue !Int | |
DoubleTagValue !Double |
class ToTagValue a where Source #
Methods
toTagValue :: a -> TagValue Source #
Instances
ToTagValue Bool Source # | |
Defined in OpenTelemetry.Common Methods toTagValue :: Bool -> TagValue Source # | |
ToTagValue Int Source # | |
Defined in OpenTelemetry.Common Methods toTagValue :: Int -> TagValue Source # | |
ToTagValue Text Source # | |
Defined in OpenTelemetry.Common Methods toTagValue :: Text -> TagValue Source # | |
ToTagValue String Source # | |
Defined in OpenTelemetry.Common Methods toTagValue :: String -> TagValue Source # |
Constructors
Span | |
Fields
|
spanTraceId :: Span -> TraceId Source #
Constructors
SpanEvent | |
Fields
|
data SpanStatus Source #
Constructors
OK |
Instances
Eq SpanStatus Source # | |
Defined in OpenTelemetry.Common | |
Show SpanStatus Source # | |
Defined in OpenTelemetry.Common Methods showsPrec :: Int -> SpanStatus -> ShowS # show :: SpanStatus -> String # showList :: [SpanStatus] -> ShowS # |
data SpanProcessor Source #
data OpenTelemetryConfig Source #
Constructors
OpenTelemetryConfig | |
Fields |