theoDiefenthal commented on issue #8513: [FLINK-12147] [metrics] Error for monitor kafka metrics when Use influxDB metr… URL: https://github.com/apache/flink/pull/8513#issuecomment-494907147 IMHO the correct place for this is here as InfluxDB is most widely used for monitoring, but not exclusively. I personally worked with InfluxDB for another purpose where I wanted those errors to arise. But one could of course avoid the roundtrip by letting the InfluxDB client directly throw such an exception... Further, this still is a workaround as InfluxDB dev team already tracks an issue to to support infinity values in future. [ https://github.com/influxdata/influxdb/issues/4089 , https://github.com/influxdata/flux/issues/1040 ]. The InfluxDB client should thus not be limited in terms of not sending the numbers.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
