Skip to content

Commit 883d04a

Browse files
committed
docs: Add warning about InfluxDB Health Indicator removal (fixes #46545)
1 parent f278b19 commit 883d04a

File tree

1 file changed

+5
-0
lines changed
  • documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data

1 file changed

+5
-0
lines changed

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data/nosql.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ You can make use of the other projects, but you must configure them yourself.
1818
See the appropriate reference documentation at {url-spring-data-site}.
1919

2020
Spring Boot also provides auto-configuration for the InfluxDB client but it is deprecated in favor of https://github.com/influxdata/influxdb-client-java[the new InfluxDB Java client] that provides its own Spring Boot integration.
21+
[WARNING]
22+
====
23+
**Important:** While Spring Boot 4.0.0 introduced `management.influx.metrics.export.*` properties for *metrics export* (as seen in `InfluxProperties.java`), the **InfluxDB Health Indicator** and its associated configuration property, `management.health.influxdb.enabled`, were **deprecated in Spring Boot 3.2 and subsequently removed in Spring Boot 3.4**.
2124
25+
If you are upgrading from Spring Boot 3.3 or an earlier version, ensure you remove any usage of `management.health.influxdb.enabled` from your configuration. For health checks with InfluxDB in Spring Boot 3.4 or later, consider implementing a custom `HealthIndicator` using the new InfluxDB Java client, or other monitoring solutions.
26+
====
2227

2328

2429
[[data.nosql.redis]]

0 commit comments

Comments
 (0)