fix startup problem with metrics
This commit is contained in:
@@ -60,7 +60,7 @@ var (
|
|||||||
prometheus.GaugeOpts{
|
prometheus.GaugeOpts{
|
||||||
Namespace: "SeaweedFS",
|
Namespace: "SeaweedFS",
|
||||||
Subsystem: "volumeServer",
|
Subsystem: "volumeServer",
|
||||||
Name: "volumes",
|
Name: "max_volumes",
|
||||||
Help: "Maximum number of volumes.",
|
Help: "Maximum number of volumes.",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user