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

This commit is contained in:
Alexander Emelin
2021-05-26 10:12:24 -07:00
committed by GitHub
parent 1dd5d6ffb0
commit 4221f2d147
+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