Skip to content

refactor!: remove _total suffix from metrics to reduce confusion of metric types

As far as I know _total suffix will be used mostly for counters but we using gauges so to be clear in the metric name what type it could be I removed the total suffix.

BREAKING CHANGE: removed _total suffix in metric names

Signed-off-by: solidnerd niclas@mietz.io

Merge request reports