etl
etl copied to clipboard
Rename .*Count metrics to .*Total
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.