From 468e7e1650049ea20914167a607f625821be6d3e Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Thu, 20 May 2021 22:34:07 +0200 Subject: [PATCH] Cleanup metric type docs (#9244) --- metric.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/metric.go b/metric.go index 32bc69499aedd..23098bb8bc71e 100644 --- a/metric.go +++ b/metric.go @@ -57,9 +57,7 @@ type Metric interface { Time() time.Time // Type returns a general type for the entire metric that describes how you - // might interpret, aggregate the values. - // - // This method may be removed in the future and its use is discouraged. + // might interpret, aggregate the values. Used by prometheus and statsd. Type() ValueType // SetName sets the metric name.