From 52db0859dc71a93757a5f01f8659ce8e35ad5236 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:36:10 +0100 Subject: [PATCH] statsd: docs - removed trailing spaces --- src/modules/statsd/doc/statsd_admin.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/statsd/doc/statsd_admin.xml b/src/modules/statsd/doc/statsd_admin.xml index 55fa37ac48b..2be8355f4f6 100644 --- a/src/modules/statsd/doc/statsd_admin.xml +++ b/src/modules/statsd/doc/statsd_admin.xml @@ -154,15 +154,15 @@ route [gauge_method]{ statsd_start(key) - statsd_start set an avp with the key name, and when - statsd_stop(key) is used, the module will send statsd the difference in + statsd_start set an avp with the key name, and when + statsd_stop(key) is used, the module will send statsd the difference in milliseconds. This is useful to know the time of a SQL query, or how much time your replies take. This function can be used in all routes. - The statsd server collects all timers under the stats.timers prefix + The statsd server collects all timers under the stats.timers prefix and will calculate the lower bound, mean, 90th percentile, upper bound, and count of each timer for each period (by the time it can be seen in graphite, that's usually per minute).