Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Wang committed Jun 8, 2017
1 parent 484e024 commit 34d4769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/elem.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ func (e *TimerElem) quantilesFromAggTypes(aggTypes policy.AggregationTypes) []fl
if aggTypes.IsDefault() {
return e.opts.TimerQuantiles()
}
return aggTypes.Quantiles(e.opts.QuantileFloatsPool())
return aggTypes.PooledQuantiles(e.opts.QuantileFloatsPool())
}

// AddMetric adds a new batch of timer values.
Expand Down

0 comments on commit 34d4769

Please sign in to comment.