Module aggregator

Module aggregator 

Source
Expand description

Signal aggregation and batching.

This module provides queue-based batching for OTLP signals before export. Each signal type (traces, metrics, logs) has its own queue with size constraints.

Structs§

SignalAggregator
Aggregator for batching OTLP signals.

Enums§

BatchedSignal
Batched signals ready for export.