diff --git a/pkg/infra/metrics/metrics.go b/pkg/infra/metrics/metrics.go index c90c2177c66..3a092fe9367 100644 --- a/pkg/infra/metrics/metrics.go +++ b/pkg/infra/metrics/metrics.go @@ -508,7 +508,7 @@ func init() { StatsTotalActiveViewers = prometheus.NewGauge(prometheus.GaugeOpts{ Name: "stat_totals_active_viewers", - Help: "total amount of viewers", + Help: "total amount of active viewers", Namespace: ExporterName, })