hs-opentelemetry-api-0.3.0.0: OpenTelemetry API for use by libraries for direct instrumentation or wrapper packages.
Safe HaskellNone
LanguageHaskell2010

OpenTelemetry.Processor

Description

Deprecated: use OpenTelemetry.Processor.Span instead

Documentation

data SpanProcessor where Source #

Bundled Patterns

pattern Processor :: (IORef ImmutableSpan -> Context -> IO ()) -> (IORef ImmutableSpan -> IO ()) -> IO (Async ShutdownResult) -> IO () -> SpanProcessor