Skip to content

Release 2.4

Latest
Compare
Choose a tag to compare
@EddeCCC EddeCCC released this 11 Feb 14:16

Update Spring Boot to 3.4.2
BREAKING CHANGES:

This version uses the Spring Integration for InfluxDB 2.x, since the previous influx dependency has been removed from Spring.
Thus, the configuration of the influx-baselining-service has changed. Please take a look at the current application.yml

Now the Influx configuration requires the token, org and bucket to access the database.

Additionally, every query baseline requires a database name. For InfluxDB version 2 the database name is the same as the bucket name. Again check the application.yml for an example.