From ff8b8c55c69dd88449695b9c7531b78b96049238 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 Sep 2018 12:17:57 +0200 Subject: [PATCH] Remove reference to "management.metrics.binders.integration.enabled" Closes gh-14319 --- .../META-INF/additional-spring-configuration-metadata.json | 6 ------ .../src/main/asciidoc/appendix-application-properties.adoc | 1 - 2 files changed, 7 deletions(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 915d0ba40e..46ebcb59a8 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -194,12 +194,6 @@ "description": "Whether to enable files metrics.", "defaultValue": true }, - { - "name": "management.metrics.binders.integration.enabled", - "type": "java.lang.Boolean", - "description": "Whether to enable Spring Integration metrics.", - "defaultValue": true - }, { "name": "management.metrics.binders.jvm.enabled", "type": "java.lang.Boolean", diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index e157d35192..1de0590255 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -1311,7 +1311,6 @@ content into your application. Rather, pick only the properties that you need. # METRICS management.metrics.binders.files.enabled=true # Whether to enable files metrics. - management.metrics.binders.integration.enabled=true # Whether to enable Spring Integration metrics. management.metrics.binders.jvm.enabled=true # Whether to enable JVM metrics. management.metrics.binders.logback.enabled=true # Whether to enable Logback metrics. management.metrics.binders.processor.enabled=true # Whether to enable processor metrics.