Closed dswarbrick closed 9 years ago
Are you using the native collectd plugin?
I'm able to reproduce some odd values using the native collectd plugin.
@jwilder Yes, I'm using the native collectd plugin, just as before, when running 0.94.2.
I'm seeing this even with telegraf data, specifically in the mem_available_percent measurement.
I've verified that there is a bug in the float encoding when similar values are recorded. Working on a fix.
sweet, thanks Jason.
I had a similar problem back in July: https://groups.google.com/forum/#!searchin/influxdb/collectd$20john$20leach/influxdb/ZUZj6m-29mk/YiZTnOiyCQAJ
You're going to want to pull in https://github.com/dgryski/go-tsz/commit/918e888e1d33760f5ab18e41cab3857c0037abfe too
@dgryski Thanks. Did not see that other change.
This looks fixed to me. I've not had one strange metric for interface_rx/if_packets since I deployed this code yesterday. Previously I'd had them fairly regularly! Thanks!
Using collectd to feed perpetually increasing, counter-type values (e.g. eth0 rx/tx packet counters) into InfluxDB with tsm1 results in strange outliers occasionally:
This in turn causes
derivative(mean("value"), 1s)
to go bananas, and results in unusable Grafana graphs.Nothing has changed on the sending (collectd) side - only the storage engine in InfluxDB.