influxdb-java
influxdb-java copied to clipboard
Client-side validation for NaN field values
When you submit a metric with a NaN value of a field, it fails server-side with "org.influxdb.InfluxDBException: http: bad request". It would be nice to have client-side validation with a better error message as it can be a bit annoying to track down the cause of the "bad request".
I guess if it is implemented in InfluxDB, we wouldn't need this.
Please look into https://github.com/influxdata/influxdb/issues/4089