mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-05 07:37:06 +00:00
fix startup problem with metrics
This commit is contained in:
@@ -60,7 +60,7 @@ var (
|
||||
prometheus.GaugeOpts{
|
||||
Namespace: "SeaweedFS",
|
||||
Subsystem: "volumeServer",
|
||||
Name: "volumes",
|
||||
Name: "max_volumes",
|
||||
Help: "Maximum number of volumes.",
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user