Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.35 KB

File metadata and controls

42 lines (30 loc) · 2.35 KB

Delta to cumulative processor

Status
Stability alpha: metrics
Distributions contrib, k8s
Warnings Statefulness
Issues Open issues Closed issues
Code Owners @sh0rez, @RichieSams

Description

The delta to cumulative processor (deltatocumulativeprocessor) converts metrics from delta temporality to cumulative, by accumulating samples in memory.

Configuration

processors:
    deltatocumulative:
        # how long until a series not receiving new samples is removed
        [ max_stale: <duration> | default = 5m ]
 
        # upper limit of streams to track. new streams exceeding this limit
        # will be dropped
        [ max_streams: <int> | default = 9223372036854775807 (max int) ]

There is no further configuration required. All delta samples are converted to cumulative.

Troubleshooting

When Telemetry is enabled, this component exports several metrics.