Code

Merge remote-tracking branch 'github/pr/387'
[collectd.git] / src / statsd.c
2013-08-07 Florian ForsterMerge remote-tracking branch 'github/pr/387' master
2013-08-07 Florian ForsterMerge branch 'ff/statsd'
2013-07-26 Florian Forsterstats plugin: Don't check the value of '(value_t).derive'.
2013-07-12 Florian Forsterstatsd plugin: Store values internally as double.
2013-07-11 Florian Forsterstatsd plugin: Make metric names case-sensitive.
2013-07-11 Florian Forsterstatsd plugin: Don't use strtok_r() to split multi...
2013-07-11 Florian Forsterstatsd plugin: Dont'a call common.c:parse_value().
2013-07-11 Florian Forsterstatsd plugin: Avoid calling snprintf() in the hot...
2013-07-11 Florian Forsterstatsd plugin: Remove the prefix in the counter and...
2013-06-24 Matt Blairfix the build
2013-06-22 Florian Forsterstatsd plugin: Implement the "TimerPercentile" configur...
2013-06-17 Florian Forsterstats plugin: Add support for sets.
2013-06-17 Florian Forsterstatsd plugin: Allow several metrics with the same...
2013-06-17 Florian Forsterstatsd plugin: Implement the "Delete{Counters,Timers...
2013-06-17 Florian Forsterstatsd plugin: Add configuration for Host and Port.
2013-06-17 Florian Forsterstatsd plugin: Initial implementation.