fix startup problem with metrics

This commit is contained in:
Chris Lu 2019-06-20 09:56:49 -07:00
parent c74dc2b306
commit 3106065b58

View file

@ -60,7 +60,7 @@ var (
prometheus.GaugeOpts{
Namespace: "SeaweedFS",
Subsystem: "volumeServer",
Name: "volumes",
Name: "max_volumes",
Help: "Maximum number of volumes.",
})