Commit b50fb824 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.4.x'

Closes gh-25298
parents de6b7a31 a9ff33f7
...@@ -2124,7 +2124,7 @@ Spring Boot registers the following core metrics when applicable: ...@@ -2124,7 +2124,7 @@ Spring Boot registers the following core metrics when applicable:
** Number of classes loaded/unloaded ** Number of classes loaded/unloaded
* CPU metrics * CPU metrics
* File descriptor metrics * File descriptor metrics
* Kafka consumer and producer metrics * Kafka consumer, producer, and streams metrics
* Log4j2 metrics: record the number of events logged to Log4j2 at each level * Log4j2 metrics: record the number of events logged to Log4j2 at each level
* Logback metrics: record the number of events logged to Logback at each level * Logback metrics: record the number of events logged to Logback at each level
* Uptime metrics: report a gauge for uptime and a fixed gauge representing the application's absolute start time * Uptime metrics: report a gauge for uptime and a fixed gauge representing the application's absolute start time
...@@ -2380,6 +2380,7 @@ Auto-configuration will enable the instrumentation of all available RabbitMQ con ...@@ -2380,6 +2380,7 @@ Auto-configuration will enable the instrumentation of all available RabbitMQ con
[[production-ready-metrics-kafka]] [[production-ready-metrics-kafka]]
==== Kafka Metrics ==== Kafka Metrics
Auto-configuration will register a `MicrometerConsumerListener` and `MicrometerProducerListener` for the auto-configured consumer factory and producer factory respectively. Auto-configuration will register a `MicrometerConsumerListener` and `MicrometerProducerListener` for the auto-configured consumer factory and producer factory respectively.
It will also register a `KafkaStreamsMicrometerListener` for `StreamsBuilderFactoryBean`.
For more details refer to {spring-kafka-docs}#micrometer-native[Micrometer Native Metrics] section of the Spring Kafka documentation. For more details refer to {spring-kafka-docs}#micrometer-native[Micrometer Native Metrics] section of the Spring Kafka documentation.
......
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