telegraf/plugins
Soulou 205de66dd6
[diskio] Force type of stat.Rdev uint64 for mipsle compatibility
For most platforms, stat.Rdev is already a uint64 so this is without any effect
for linux,mipsle, unix.Stat_t.Rdev is a uint32, but the way to compute major and minor doesn't change, casting the uint32 has no impact either
2019-03-21 12:00:20 +01:00
..
aggregators Add stats option to basicstats sample config 2019-02-01 12:27:31 -08:00
inputs [diskio] Force type of stat.Rdev uint64 for mipsle compatibility 2019-03-21 12:00:20 +01:00
outputs Use random available port in prometheus output tests (#5555) 2019-03-08 14:54:16 -08:00
parsers Allow grok to produce metrics with no fields (#5533) 2019-03-05 11:07:39 -08:00
processors Fix conversion from string float to integer (#5518) 2019-03-04 12:35:57 -08:00
serializers Fix several influx parser issues (#5484) 2019-02-26 10:48:41 -08:00