Status | |
---|---|
Stability | alpha: metrics |
Distributions | contrib, k8s |
Warnings | Statefulness |
Issues | |
Code Owners | @sh0rez, @RichieSams |
The delta to cumulative processor (deltatocumulativeprocessor
) converts
metrics from delta temporality to cumulative, by accumulating samples in memory.
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.
When Telemetry is enabled, this component exports several metrics.