Cleanup metric type docs (#9244)
This commit is contained in:
parent
8c73370e50
commit
468e7e1650
|
|
@ -57,9 +57,7 @@ type Metric interface {
|
||||||
Time() time.Time
|
Time() time.Time
|
||||||
|
|
||||||
// Type returns a general type for the entire metric that describes how you
|
// Type returns a general type for the entire metric that describes how you
|
||||||
// might interpret, aggregate the values.
|
// might interpret, aggregate the values. Used by prometheus and statsd.
|
||||||
//
|
|
||||||
// This method may be removed in the future and its use is discouraged.
|
|
||||||
Type() ValueType
|
Type() ValueType
|
||||||
|
|
||||||
// SetName sets the metric name.
|
// SetName sets the metric name.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue