Skip to content

Commit c0b2855

Browse files
zahra7snicoll
authored andcommitted
Document that management.health.influxdb.enabled is no longer supported
See gh-46574 Signed-off-by: Fatima Filali <[email protected]>
1 parent a364a05 commit c0b2855

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,10 @@
169169
{
170170
"name": "management.health.influxdb.enabled",
171171
"type": "java.lang.Boolean",
172-
"description": "Whether to enable InfluxDB health check.",
173-
"defaultValue": true
172+
"deprecation": {
173+
"level": "error",
174+
"reason": "InfluxDB support has been removed."
175+
}
174176
},
175177
{
176178
"name": "management.health.jms.enabled",

0 commit comments

Comments
 (0)