Skip to content

Commit b81fac2

Browse files
committed
rename metric
1 parent 5c87e3c commit b81fac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ func newMetricsRegistry(config MetricsConfig) (*metrics, error) {
317317
m.tagsFilterDroppedCount = prometheus.NewCounterVec(prometheus.CounterOpts{
318318
Namespace: metricsNamespace,
319319
Subsystem: "node",
320-
Name: "tags_filter_dropped_publications_count",
320+
Name: "tags_filter_dropped_publications",
321321
Help: "Number of publications dropped due to tags filtering.",
322322
}, []string{"channel_namespace"})
323323

0 commit comments

Comments
 (0)