Live: grafana_live namespace for centrifuge prom metrics (#34712) (#34767)

(cherry picked from commit 4221f2d147)

Co-authored-by: Alexander Emelin <frvzmb@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-05-26 15:31:48 -07:00
committed by GitHub
co-authored by Alexander Emelin
parent d99847423b
commit f45f160ab8
+1
View File
@@ -144,6 +144,7 @@ func (g *GrafanaLive) Init() error {
// cfg.LogLevel = centrifuge.LogLevelDebug
cfg.LogHandler = handleLog
cfg.LogLevel = centrifuge.LogLevelError
cfg.MetricsNamespace = "grafana_live"
// Node is the core object in Centrifuge library responsible for many useful
// things. For example Node allows to publish messages to channels from server