Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OpenTelemetry.Processor.Simple
Synopsis
Documentation
newtype SimpleProcessorConfig Source #
Constructors
SimpleProcessorConfig | |
Fields
|
simpleProcessor :: SimpleProcessorConfig -> IO Processor Source #
This is an implementation of SpanProcessor which passes finished spans and passes the export-friendly span data representation to the configured SpanExporter, as soon as they are finished.
Since: 0.0.1.0