Skip to content

Commit 344d008

Browse files
artembilanwilkinsona
authored andcommitted
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
1 parent ab3396d commit 344d008

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/spring-integration.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,3 @@ Spring Boot can also auto-configure an `ClientRSocketConnector` using configurat
4545
----
4646

4747
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.
48-
49-
By default, if a Micrometer `meterRegistry` bean is present, Spring Integration metrics will be managed by Micrometer.
50-
If you wish to use legacy Spring Integration metrics, add a `DefaultMetricsFactory` bean to the application context.

0 commit comments

Comments
 (0)