GH-2803: Deprecate legacy metrics
Resolves https://github.com/spring-projects/spring-integration/issues/2803 * Polishing - PR Comments * More PR Comments * Missed one comment
This commit is contained in:
committed by
Artem Bilan
parent
43d03c35b1
commit
6c3ffcb1d5
@@ -97,7 +97,7 @@ Starting with version 5.0.2, the framework automatically detects whether the app
|
||||
[[micrometer-integration]]
|
||||
==== Micrometer Integration
|
||||
|
||||
Starting with version 5.0.3, the presence of a https://micrometer.io/[Micrometer] `MeterRegistry` in the application context triggers support for Micrometer metrics in addition to the built-in metrics (note that built-in metrics will be removed in a future release).
|
||||
Starting with version 5.0.3, the presence of a https://micrometer.io/[Micrometer] `MeterRegistry` in the application context triggers support for Micrometer metrics in addition to the built-in metrics (note that the legacy built-in metrics will be removed in a future release).
|
||||
|
||||
IMPORTANT: Micrometer was first supported in version 5.0.2, but changes were made to the Micrometer `Meters` in version 5.0.3 to make them more suitable for use in dimensional systems.
|
||||
Further changes were made in 5.0.4.
|
||||
|
||||
Reference in New Issue
Block a user