You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2113,7 +2113,7 @@ Spring Boot registers the following core metrics when applicable:
2113
2113
** Number of classes loaded/unloaded
2114
2114
* CPU metrics
2115
2115
* File descriptor metrics
2116
-
* Kafka consumerand producer metrics
2116
+
* Kafka consumer, producer, and streams metrics
2117
2117
* Log4j2 metrics: record the number of events logged to Log4j2 at each level
2118
2118
* Logback metrics: record the number of events logged to Logback at each level
2119
2119
* 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
2369
2369
[[production-ready-metrics-kafka]]
2370
2370
==== Kafka Metrics
2371
2371
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`.
2372
2373
For more details refer to {spring-kafka-docs}#micrometer-native[Micrometer Native Metrics] section of the Spring Kafka documentation.
0 commit comments