Commit ff8b8c55 authored by Stephane Nicoll's avatar Stephane Nicoll

Remove reference to "management.metrics.binders.integration.enabled"

Closes gh-14319
parent a2cea6a4
......@@ -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",
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment