We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d43cc commit b74aa7fCopy full SHA for b74aa7f
metrics/metrics.go
@@ -270,12 +270,12 @@ var (
270
// Counts the PT polluted tests per metro.
271
//
272
// Provides metrics:
273
- // etl_pt_polluted_count{metro}
+ // etl_pt_polluted_total{metro}
274
// Example usage:
275
// metrics.PTPollutedCount.WithLabelValues("sea").Inc()
276
PTPollutedCount = prometheus.NewCounterVec(
277
prometheus.CounterOpts{
278
- Name: "etl_pt_polluted_count",
+ Name: "etl_pt_polluted_total",
279
Help: "Count how many PT tests polluted per metro.",
280
},
281
// sea
0 commit comments