Package com.elastisys.autoscaler.metricstreamers.influxdb.stream.errors
-
Exception Summary Exception Description InfluxdbConnectException Thrown to indicate a problem to connect with an InfluxDB server.InfluxdbQueryException Thrown to indicate a problem with querying InfluxDB.NonNumericalValueException Trown to indicate that an InfluxDB query returned a field/column with non-numerical data.QueryErrorException Thrown to indicate that a query resulted in an error response, for example due to the query being malformed (the details are in the message field of the exception).ResultParsingException Thrown to indicate a problem with parsing InfluxDB query results.