Code

statsd plugin: Store values internally as double.
authorFlorian Forster <octo@collectd.org>
Fri, 12 Jul 2013 16:56:15 +0000 (18:56 +0200)
committerFlorian Forster <octo@collectd.org>
Fri, 12 Jul 2013 16:56:15 +0000 (18:56 +0200)
commite51085e108c2ac63da82d042e22d26964dfe79cd
treed0662a387bc6bd90f1ce919fee635ed357a3f83d
parent4ebf0ce945b6ad1f8852aeb13d86a6f0a6144501
statsd plugin: Store values internally as double.

While the documentation states that "values should generally be integers", this
"should" is not taken in the strict RFC meaning. For compatibility with Etsy's
statsd, handle everything as a double up until the last possible moment.
src/statsd.c