From be3686c1971c6c93989385c26d2dbcafadfaf86b Mon Sep 17 00:00:00 2001 From: Jonas van Vliet Date: Mon, 7 Jun 2021 10:57:01 +0200 Subject: [PATCH] Also mention the increase in CPU usage when using scrapemode=offsetsTopic Co-authored-by: Martin Schneppenheim --- docs/reference-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference-config.yaml b/docs/reference-config.yaml index 7e43055..57273a1 100644 --- a/docs/reference-config.yaml +++ b/docs/reference-config.yaml @@ -56,7 +56,7 @@ minion: # - Useful for managed kafka clusters that do not provide access to the offsets topic. # * offsetsTopic # - Enables kminion_kafka_consumer_group_offset_commits_total metrics. - # - Processing the offsetsTopic requires slightly more memory than using the adminApi. The amount depends on the + # - Processing the offsetsTopic requires slightly more memory and cpu than using the adminApi. The amount depends on the # size and throughput of the offsets topic. scrapeMode: adminApi # Valid values: adminApi, offsetsTopic # Granularity can be per topic or per partition. If you want to reduce the number of exported metric series and