hs-opentelemetry-sdk-0.0.3.6: OpenTelemetry SDK for use in applications.
Safe HaskellSafe-Inferred
LanguageHaskell2010

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