Explorar o código

statsd: docs - removed trailing spaces

Daniel-Constantin Mierla hai 1 ano
pai
achega
52db0859dc
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/modules/statsd/doc/statsd_admin.xml

+ 3 - 3
src/modules/statsd/doc/statsd_admin.xml

@@ -154,15 +154,15 @@ route [gauge_method]{
                 <function moreinfo="none">statsd_start(key)</function>
             </title>
             <para>
-		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.
             </para>
             <para>
                 This function can be used in all routes.
             </para>
             <para>
-                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).
             </para>