Skip to content

Commit

Permalink
Merge branch '2.3.x' into 2.4.x
Browse files Browse the repository at this point in the history
Closes gh-25297
  • Loading branch information
snicoll committed Feb 15, 2021
2 parents f04f059 + c8f767f commit a9ff33f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -2113,7 +2113,7 @@ Spring Boot registers the following core metrics when applicable:
** Number of classes loaded/unloaded
* CPU 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
* 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
Expand Down Expand Up @@ -2369,6 +2369,7 @@ Auto-configuration will enable the instrumentation of all available RabbitMQ con
[[production-ready-metrics-kafka]]
==== Kafka Metrics
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.
Expand Down

0 comments on commit a9ff33f

Please sign in to comment.