Commit 8b5ad5b9 authored by Stephane Nicoll's avatar Stephane Nicoll

Replace outdated Spring Integration metrics section with a link

parent 8a666486
......@@ -1601,6 +1601,7 @@ Spring Boot registers the following core metrics when applicable:
* Uptime metrics: report a gauge for uptime and a fixed gauge representing the
application's absolute start time
* Tomcat metrics
* https://docs.spring.io/spring-integration/docs/current/reference/html/system-management-chapter.html#micrometer-integration[Spring Integration] metrics
......@@ -1704,14 +1705,6 @@ To customize the tags, provide a `@Bean` that implements
[[production-ready-metrics-integration]]
==== Spring Integration metrics
When Spring Integration is available, a `timer` and `errorCounter` are registered for each
`MessageHandler` and `MessageChannel`. For each `MessageSource`, a `counter` is
registered.
[[production-ready-metrics-cache]]
==== Cache Metrics
Auto-configuration enables the instrumentation of all available ``Cache``s on startup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment