From ac5ce312783e545c38ada661b238780af37c86da Mon Sep 17 00:00:00 2001 From: Evgeny Kuzhelev Date: Wed, 27 Jul 2022 16:48:56 +0500 Subject: [PATCH] leave notion to refactor after prometheus upgrade --- weed/stats/metrics.go | 1 + 1 file changed, 1 insertion(+) 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 {