Skip to content

Commit a9ff33f

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-25297
2 parents f04f059 + c8f767f commit a9ff33f

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

0 commit comments

Comments
 (0)