hs-opentelemetry-sdk-0.0.2.0: OpenTelemetry SDK for use in applications.
Safe HaskellNone
LanguageHaskell2010

OpenTelemetry.Processor.Batch

Synopsis

Documentation

data BatchTimeoutConfig Source #

Configurable options for batch exporting frequence and size

Constructors

BatchTimeoutConfig 

Fields

batchTimeoutConfig :: BatchTimeoutConfig Source #

Default configuration values

batchProcessor :: MonadIO m => BatchTimeoutConfig -> Exporter -> m Processor Source #

The batch processor accepts spans and places them into batches. Batching helps better compress the data and reduce the number of outgoing connections required to transmit the data. This processor supports both size and time based batching.