metrics stats of volume layout depends on the data center (#5775)

stats volume layout depends on the data center
This commit is contained in:
Konstantin Lebedev
2024-07-13 00:32:25 +05:00
committed by GitHub
parent 04f4b10884
commit 33964fa292
2 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ var (
Subsystem: "master",
Name: "volume_layout_total",
Help: "Number of volumes in volume layouts",
}, []string{"collection", "replica", "type"})
}, []string{"collection", "dataCenter", "type"})
MasterLeaderChangeCounter = prometheus.NewCounterVec(
prometheus.CounterOpts{