Skip to content

Commit b74aa7f

Browse files
committed
total/count
1 parent 86d43cc commit b74aa7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metrics/metrics.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,12 @@ var (
270270
// Counts the PT polluted tests per metro.
271271
//
272272
// Provides metrics:
273-
// etl_pt_polluted_count{metro}
273+
// etl_pt_polluted_total{metro}
274274
// Example usage:
275275
// metrics.PTPollutedCount.WithLabelValues("sea").Inc()
276276
PTPollutedCount = prometheus.NewCounterVec(
277277
prometheus.CounterOpts{
278-
Name: "etl_pt_polluted_count",
278+
Name: "etl_pt_polluted_total",
279279
Help: "Count how many PT tests polluted per metro.",
280280
},
281281
// sea

0 commit comments

Comments
 (0)