Metrics: Update Help to mention active viewers (#63384)

This commit is contained in:
Renato Monteiro
2023-06-01 10:56:43 +01:00
committed by GitHub
parent 676e5de3d2
commit 63c26e91ee

View File

@@ -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,
})