mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Metrics: Update Help to mention active viewers (#63384)
This commit is contained in:
parent
676e5de3d2
commit
63c26e91ee
@ -508,7 +508,7 @@ func init() {
|
|||||||
|
|
||||||
StatsTotalActiveViewers = prometheus.NewGauge(prometheus.GaugeOpts{
|
StatsTotalActiveViewers = prometheus.NewGauge(prometheus.GaugeOpts{
|
||||||
Name: "stat_totals_active_viewers",
|
Name: "stat_totals_active_viewers",
|
||||||
Help: "total amount of viewers",
|
Help: "total amount of active viewers",
|
||||||
Namespace: ExporterName,
|
Namespace: ExporterName,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user