From 63c26e91ee4bb593633f06790390d33675d39af7 Mon Sep 17 00:00:00 2001 From: Renato Monteiro <45536168+monteiro-renato@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:56:43 +0100 Subject: [PATCH] Metrics: Update Help to mention active viewers (#63384) --- pkg/infra/metrics/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })