Cleanup metric type docs (#9244)
This commit is contained in:
parent
8c73370e50
commit
468e7e1650
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue