m-lab / etl

M-Lab ingestion pipeline
Apache License 2.0
22 stars 7 forks source link

Rename .*Count metrics to .*Total #1041

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 (e.g., PanicCount, WorkerCount) have the Count suffix instead. Rename those.