mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 02:50:04 -05:00
fix
This commit is contained in:
@@ -124,6 +124,8 @@ func newMetricsListener(labels prometheus.Labels, versionStr string, clusterStat
|
||||
prometheus.MustRegister(ml.gaugeConcurrentConn)
|
||||
prometheus.MustRegister(ml.gaugeConcurrentQueries)
|
||||
prometheus.MustRegister(ml.histQueryDur)
|
||||
prometheus.MustRegister(ml.replicationLagGauges)
|
||||
prometheus.MustRegister(ml.isReplicaGauges)
|
||||
|
||||
go func() {
|
||||
for ml.updateReplMetrics() {
|
||||
|
||||
Reference in New Issue
Block a user