Skip to content

Commit

Permalink
Add doc for config to disable Kafka streams metrics (#983)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Canales <[email protected]>
  • Loading branch information
mcanalesmayo and Marcos Canales authored May 31, 2024
1 parent 140085d commit 9c2bc3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/docs/guide/kafkaApplications/kafkaMetrics.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
You can enable Kafka Metrics collection by enabling https://micronaut-projects.github.io/micronaut-micrometer/latest/guide[Micrometer Metrics].

If you do not wish to collect Kafka metrics, you can set `micronaut.metrics.binders.kafka.enabled` to `false` in `application.yml`.
In the case of Kafka Streams metrics, you can use `micronaut.metrics.binders.kafka.streams.enabled` instead.

0 comments on commit 9c2bc3b

Please sign in to comment.