Safe Haskell | None |
---|---|
Language | Haskell2010 |
OpenTelemetry.EventlogStreaming_Internal
Documentation
data WatDoOnEOF Source #
Constructors
StopOnEOF | |
SleepAndRetryOnEOF |
Constructors
data EventSource Source #
Constructors
EventLogHandle Handle WatDoOnEOF | |
EventLogFilename FilePath |
data OpenTelemetryEventlogEvent Source #
Constructors
Instances
handleOpenTelemetryEventlogEvent :: OpenTelemetryEventlogEvent -> State -> (Word32, Timestamp, Maybe TraceId) -> (State, [Span], [Metric]) Source #
modifySpan :: HasCallStack => SpanId -> (Span -> Span) -> State -> State Source #
lastStringP :: Get Text Source #
instrumentTagP :: Int8 -> Get InstrumentType Source #