influxdb_exporter icon indicating copy to clipboard operation
influxdb_exporter copied to clipboard

Only supports nanosecond precision

Open washcroft opened this issue 6 months ago • 0 comments

https://github.com/prometheus/influxdb_exporter/blob/68dc4793fd75ce4b2196599f59097e5df39aa975/main.go#L100

After a wild goose chase, I found that this project does not support timestamped data being provided in anything other than nanosecond precision - instead, the data is silently dropped.

washcroft avatar Aug 22 '25 16:08 washcroft