Skip to content

Deprecate micrometer's enabled flags (in favour of excluding the auto-configuration) #13408

@ghost

Description

[SpringBoot 2.0.2]
Currently you have only following properties to disable metric binders:

management.metrics.binders.files.enabled=false
management.metrics.binders.integration.enabled=false
management.metrics.binders.jvm.enabled=false
management.metrics.binders.logback.enabled=false
management.metrics.binders.processor.enabled=false
management.metrics.binders.uptime.enabled=false
management.metrics.web.server.auto-time-requests=false

Autoconfigured metric binders such as tomcat, rabbitmq cannot be disabled.
Please add properties to disable AutoConfiguration for these binders.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions