influxdb-java icon indicating copy to clipboard operation
influxdb-java copied to clipboard

Client-side validation for NaN field values

Open dmjef opened this issue 7 years ago • 1 comments

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".

dmjef avatar Oct 26 '18 22:10 dmjef

I guess if it is implemented in InfluxDB, we wouldn't need this.

Please look into https://github.com/influxdata/influxdb/issues/4089

asashour avatar Jan 23 '19 14:01 asashour