Skip to content

Commit b50fb82

Browse files
committed
Merge branch '2.4.x'
Closes gh-25298
2 parents de6b7a3 + a9ff33f commit b50fb82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2124,7 +2124,7 @@ Spring Boot registers the following core metrics when applicable:
21242124
** Number of classes loaded/unloaded
21252125
* CPU metrics
21262126
* File descriptor metrics
2127-
* Kafka consumer and producer metrics
2127+
* Kafka consumer, producer, and streams metrics
21282128
* Log4j2 metrics: record the number of events logged to Log4j2 at each level
21292129
* Logback metrics: record the number of events logged to Logback at each level
21302130
* 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
23802380
[[production-ready-metrics-kafka]]
23812381
==== Kafka Metrics
23822382
Auto-configuration will register a `MicrometerConsumerListener` and `MicrometerProducerListener` for the auto-configured consumer factory and producer factory respectively.
2383+
It will also register a `KafkaStreamsMicrometerListener` for `StreamsBuilderFactoryBean`.
23832384
For more details refer to {spring-kafka-docs}#micrometer-native[Micrometer Native Metrics] section of the Spring Kafka documentation.
23842385
23852386

0 commit comments

Comments
 (0)