Add support for timing sums in statsd input (#3234)

This commit is contained in:
Trevor Pounds
2017-09-14 18:21:54 -04:00
committed by Daniel Nelson
parent 875ab3c4b7
commit 171332c579
4 changed files with 18 additions and 1 deletions

View File

@@ -143,6 +143,8 @@ metric type:
for that stat during that interval.
- `statsd_<name>_stddev`: The stddev is the sample standard deviation
of all values statsd saw for that stat during that interval.
- `statsd_<name>_sum`: The sum is the sample sum of all values statsd saw
for that stat during that interval.
- `statsd_<name>_count`: The count is the number of timings statsd saw
for that stat during that interval. It is not averaged.
- `statsd_<name>_percentile_<P>` The `Pth` percentile is a value x such