Add support for timing sums in statsd input (#3234)
This commit is contained in:
committed by
Daniel Nelson
parent
875ab3c4b7
commit
171332c579
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user