influxdb_exporter
influxdb_exporter copied to clipboard
Only supports nanosecond precision
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.