Skip to content

Commit

Permalink
Remove quantile example from aggregators docs
Browse files Browse the repository at this point in the history
Avoid confusion since we don't yet have an aggregator for quantiles.
  • Loading branch information
danielnelson committed Feb 4, 2020
1 parent 38bc81e commit adb156c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/AGGREGATORS_AND_PROCESSORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ all metrics or adding a tag to all metrics that pass through.
### Aggregator
Aggregator plugins, on the other hand, are a bit more complicated. Aggregators
are typically for emitting new _aggregate_ metrics, such as a running mean,
minimum, maximum, quantiles, or standard deviation. For this reason, all _aggregator_
minimum, maximum, or standard deviation. For this reason, all _aggregator_
plugins are configured with a `period`. The `period` is the size of the window
of metrics that each _aggregate_ represents. In other words, the emitted
_aggregate_ metric will be the aggregated value of the past `period` seconds.
Expand Down

0 comments on commit adb156c

Please sign in to comment.