Remove redundant info about DefaultMetricsFactory

The DefaultMetricsFactory was removed from Spring Integration starting
with version 5.4. This commit updates the documentation to match.

See gh-28375
pull/28778/head
Artem Bilan 3 years ago committed by Andy Wilkinson
parent ab3396de26
commit 344d008848

@ -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.

Loading…
Cancel
Save