Merge pull request #28375 from artembilan

* gh-28375:
  Remove redundant info about DefaultMetricsFactory

Closes gh-28375
This commit is contained in:
Andy Wilkinson 2021-10-19 17:17:18 +01:00
commit dfb349e9ca
1 changed files with 0 additions and 3 deletions

View File

@ -45,6 +45,3 @@ Spring Boot can also auto-configure an `ClientRSocketConnector` using configurat
----
See the {spring-boot-autoconfigure-module-code}/integration/IntegrationAutoConfiguration.java[`IntegrationAutoConfiguration`] and {spring-boot-autoconfigure-module-code}/integration/IntegrationProperties.java[`IntegrationProperties`] classes for more details.
By default, if a Micrometer `meterRegistry` bean is present, Spring Integration metrics will be managed by Micrometer.
If you wish to use legacy Spring Integration metrics, add a `DefaultMetricsFactory` bean to the application context.