diff options
| author | chrislu <chris.lu@gmail.com> | 2023-10-02 11:49:54 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-10-02 11:49:54 -0700 |
| commit | 567d78892860f87c207beb56a3323b4b9e90dfc9 (patch) | |
| tree | 31aab3a8507dcd022b1ef818417a4896cad482f6 /weed/storage/volume_loading.go | |
| parent | b5070d6280babf7868e7940306a04f4f5f9579c3 (diff) | |
| download | seaweedfs-567d78892860f87c207beb56a3323b4b9e90dfc9.tar.xz seaweedfs-567d78892860f87c207beb56a3323b4b9e90dfc9.zip | |
Revert "Revert "Add disk type to prometheus metrics" (#4777)"
This reverts commit 9215ba24be0aec0c5804927cc73613560e57cbc0.
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 78dfa6901..e7018d52c 100644 --- a/weed/storage/volume_loading.go +++ b/weed/storage/volume_loading.go @@ -201,7 +201,7 @@ func (v *Volume) load(alsoLoadIndex bool, createDatIfMissing bool, needleMapKind } } - stats.VolumeServerVolumeCounter.WithLabelValues(v.Collection, "volume").Inc() + stats.VolumeServerVolumeCounter.WithLabelValues(v.Collection, "volume", v.DiskType().ReadableString()).Inc() if err == nil { hasLoadedVolume = true |
