Skip to content

Commit

Permalink
Cleanup metric type docs (influxdata#9244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipska authored May 20, 2021
1 parent 8c73370 commit 468e7e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 468e7e1

Please sign in to comment.