Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Add a TODO for next PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Mar 15, 2019
1 parent 9cc03f9 commit b09d8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stats/view/aggregation_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func (a *DistributionData) variance() float64 {

func (a *DistributionData) isAggregationData() bool { return true }

// TODO(songy23): support exemplar attachments.
func (a *DistributionData) addSample(v float64) {
if v < a.Min {
a.Min = v
Expand Down

0 comments on commit b09d8d6

Please sign in to comment.