Hi, I am using the telegraf statsd to time specific sections of my code.
This is working fine but when my program finish I keep seeing the last 
value repeated at every intervals. 
I do not like this because the timing should be 0 because my program is not 
executing anymore.

With statsd timing, you can call set_timing many many times during an 
interval and the mean, lower, higher, ... are calculated for you for each 
interval.

So a work around would be to call: set_timing(0) in a loop for a whole 
interval time but this solution is not very good.

Any idea how I can do this?

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/69e19d15-f9be-4ad2-9da4-69fec1454a63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to