You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,15 @@
111
111
"description": "Whether to enable disk space health check.",
112
112
"defaultValue": true
113
113
},
114
+
{
115
+
"name": "management.health.influxdb.enabled",
116
+
"type": "java.lang.Boolean",
117
+
"description": "Whether to enable InfluxDB health check.",
118
+
"deprecation": {
119
+
"level": "error",
120
+
"reason": "The InfluxDB HealthIndicator has been removed in Spring Boot 3.4. This property is no longer supported."
0 commit comments