m-lab / etl-gardener

Gardener provides services for maintaining and reprocessing mlab data.
Apache License 2.0
13 stars 5 forks source link

Rename .*Count metrics to .*Total #356

Open cristinaleonr opened 2 years ago

cristinaleonr commented 2 years ago

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 the Count suffix instead. Rename those.