From 8b5ad5b942e39c3ee7cf58d36fb5995c794e2cb1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 1 Mar 2018 17:00:01 +0100 Subject: [PATCH] Replace outdated Spring Integration metrics section with a link --- .../src/main/asciidoc/production-ready-features.adoc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index c4c1dd7f228..e2a3fb69d41 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -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