Skip to content

Commit c8f767f

Browse files
committed
Merge pull request #25272 from izeye
* pr/25272: Polish "Document Kafka Streams metrics support" Document Kafka Streams metrics support Closes gh-25272
2 parents 3f9f9a4 + 569002e commit c8f767f

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

21222123

0 commit comments

Comments
 (0)