aboutsummaryrefslogtreecommitdiff
path: root/weed/stats/metrics.go
diff options
context:
space:
mode:
authorEvgeny Kuzhelev <askeipx@gmail.com>2022-07-27 16:48:56 +0500
committerEvgeny Kuzhelev <askeipx@gmail.com>2022-07-27 16:48:56 +0500
commitac5ce312783e545c38ada661b238780af37c86da (patch)
tree95420196823c70b6f28f83ae17d402948dcb7553 /weed/stats/metrics.go
parent47c72e6f3562bdf8566effd38c911285ba955eb4 (diff)
downloadseaweedfs-ac5ce312783e545c38ada661b238780af37c86da.tar.xz
seaweedfs-ac5ce312783e545c38ada661b238780af37c86da.zip
leave notion to refactor after prometheus upgrade
Diffstat (limited to 'weed/stats/metrics.go')
-rw-r--r--weed/stats/metrics.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/stats/metrics.go b/weed/stats/metrics.go
index 0f4fcfb52..a2fd373af 100644
--- a/weed/stats/metrics.go
+++ b/weed/stats/metrics.go
@@ -260,6 +260,7 @@ func SourceName(port uint32) string {
return net.JoinHostPort(hostname, strconv.Itoa(int(port)))
}
+// todo - can be changed to DeletePartialMatch when https://github.com/prometheus/client_golang/pull/1013 gets released
func DeleteCollectionMetrics(collection string) {
VolumeServerDiskSizeGauge.DeleteLabelValues(collection, "normal")
for _, volume_type := range readOnlyVolumeTypes {