dbsqp

Results 3 comments of dbsqp

Can someone confirm that currently InfluxDB 2 does NOT work via a Prometheus scraper in InfluxDB due to unifi-poller exposing Prometheus v1 metrics and not the v2 metrics required by...

@davidnewhall I also think there is no difference, hence request for confirmation that is working. In my case I can see the export using curl 'http://10.0.0.10:9130/metrics' -i but when I...

@davidnewhall solved issue. Influx log showed issue with nats-max-payload being too low. Increased with ENV varable INFLUXD_NATS_MAX_PAYLOAD_BYTES as per https://docs.influxdata.com/influxdb/v2.0/reference/config-options/#nats-max-payload-bytes and now works.