mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix startup problem with metrics
This commit is contained in:
parent
c74dc2b306
commit
3106065b58
|
@ -60,7 +60,7 @@ var (
|
|||
prometheus.GaugeOpts{
|
||||
Namespace: "SeaweedFS",
|
||||
Subsystem: "volumeServer",
|
||||
Name: "volumes",
|
||||
Name: "max_volumes",
|
||||
Help: "Maximum number of volumes.",
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue