Delta to Cumulative Processor
OpenTelemetry Collector processor · contrib distribution
The Delta to Cumulative Processor (deltatocumulativeprocessor) converts metrics from delta temporality to cumulative, by accumulating samples in memory.
- Component ID:
contrib-deltatocumulativeprocessor - Name:
deltatocumulativeprocessor - Type: processor
- Distribution: contrib
- Repository:
opentelemetry-collector-contrib
Stability
| Level | Signals |
|---|---|
| alpha | metrics |
Internal telemetry
| Metric | Type | Value type | Unit | Stability | Enabled | Attributes | Description |
|---|---|---|---|---|---|---|---|
deltatocumulative_datapoints | sum (monotonic) | int | {datapoint} | development | yes | total number of datapoints processed. may have 'error' attribute, if processing failed | |
deltatocumulative_streams_limit | gauge | int | {stream} | development | yes | upper limit of tracked streams | |
deltatocumulative_streams_max_stale | gauge | int | s | development | yes | duration after which streams inactive streams are dropped | |
deltatocumulative_streams_tracked | sum | int | {dps} | development | yes | number of streams tracked |