diff options
Diffstat (limited to 'weed/storage/volume_loading.go')
| -rw-r--r-- | weed/storage/volume_loading.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/volume_loading.go b/weed/storage/volume_loading.go index 4c7b93418..ed1cfe124 100644 --- a/weed/storage/volume_loading.go +++ b/weed/storage/volume_loading.go @@ -117,7 +117,7 @@ func (v *Volume) load(alsoLoadIndex bool, createDatIfMissing bool, needleMapKind } } - stats.VolumeServerVolumeCounter.Inc() + stats.VolumeServerVolumeCounter.WithLabelValues(v.Collection, "volume").Inc() return e } |
