Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Deprecated: use OpenTelemetry.Processor.Span instead
Documentation
type Processor = SpanProcessor Source #
data SpanProcessor where Source #
pattern Processor :: (IORef ImmutableSpan -> Context -> IO ()) -> (IORef ImmutableSpan -> IO ()) -> IO (Async ShutdownResult) -> IO () -> SpanProcessor |