Skip to content

Commit ff8b8c5

Browse files
committed
Remove reference to "management.metrics.binders.integration.enabled"
Closes gh-14319
1 parent a2cea6a commit ff8b8c5

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@
194194
"description": "Whether to enable files metrics.",
195195
"defaultValue": true
196196
},
197-
{
198-
"name": "management.metrics.binders.integration.enabled",
199-
"type": "java.lang.Boolean",
200-
"description": "Whether to enable Spring Integration metrics.",
201-
"defaultValue": true
202-
},
203197
{
204198
"name": "management.metrics.binders.jvm.enabled",
205199
"type": "java.lang.Boolean",

spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,6 @@ content into your application. Rather, pick only the properties that you need.
13111311
13121312
# METRICS
13131313
management.metrics.binders.files.enabled=true # Whether to enable files metrics.
1314-
management.metrics.binders.integration.enabled=true # Whether to enable Spring Integration metrics.
13151314
management.metrics.binders.jvm.enabled=true # Whether to enable JVM metrics.
13161315
management.metrics.binders.logback.enabled=true # Whether to enable Logback metrics.
13171316
management.metrics.binders.processor.enabled=true # Whether to enable processor metrics.

0 commit comments

Comments
 (0)