Open cristinaleonr opened 2 years ago
According to Prometheus metric naming best practices, accumulating counts should end with the suffix Total https://prometheus.io/docs/practices/naming/.
Total
A lot of the accumulating count metrics in etl-gardener (e.g., StartedCount, CompletedCount) have the Count suffix instead. Rename those.
StartedCount
CompletedCount
Count
According to Prometheus metric naming best practices, accumulating counts should end with the suffix
Total
https://prometheus.io/docs/practices/naming/.A lot of the accumulating count metrics in etl-gardener (e.g.,
StartedCount
,CompletedCount
) have theCount
suffix instead. Rename those.