This repository was archived by the owner on Dec 3, 2024. It is now read-only.
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
Switch counter metrics to use cumulative or delta #18
Open
Description
It turns out that a counter metrics use a gauge metric type as here
MetricKind: metricpb.MetricDescriptor_GAUGE,
This doesn't seem to be right. According to documentation of Aligner I am unable to calculate deltas if the metric is not defined as delta or cumulative. This is a big limitation. Should we consider switching to cumulative in case of counters?
Metadata
Metadata
Assignees
Labels
No labels