Merge pull request #28375 from artembilan
* gh-28375: Remove redundant info about DefaultMetricsFactory Closes gh-28375
This commit is contained in:
commit
dfb349e9ca
|
|
@ -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…
Reference in New Issue