diff --git a/module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index de489eb9d2d2..7ba565d1d3a6 100644 --- a/module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -111,6 +111,15 @@ "description": "Whether to enable disk space health check.", "defaultValue": true }, + { + "name": "management.health.influxdb.enabled", + "type": "java.lang.Boolean", + "description": "Whether to enable InfluxDB health check.", + "deprecation": { + "level": "error", + "reason": "The InfluxDB HealthIndicator has been removed in Spring Boot 3.4. This property is no longer supported." + } + }, { "name": "management.health.livenessstate.enabled", "type": "java.lang.Boolean",