telegraf/testutil
Cameron Sparr d7efb7a71d Add precision rounding to accumulator
Adding precision rounding to the accumulator. This means that now every
input metric will get rounded at collection, rather than at write (and
only for the influxdb output).

This feature is disabled for service inputs, because service inputs
should be in control of their own timestamps & precisions.
2016-06-14 00:36:39 +01:00
..
accumulator.go Add precision rounding to accumulator 2016-06-14 00:36:39 +01:00
testutil.go Throughout telegraf, use telegraf.Metric rather than client.Point 2016-01-27 23:47:32 -07:00
testutil_test.go Fix GetLocalHost testutil function for mac users (boot2docker) 2015-08-03 21:01:52 -06:00