mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 02:24:23 +08:00
metrics stats of volume layout depends on the data center (#5775)
stats volume layout depends on the data center
This commit is contained in:

committed by
GitHub

parent
04f4b10884
commit
33964fa292
@@ -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{
|
||||
|
Reference in New Issue
Block a user