We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6599772 commit 8ce169dCopy full SHA for 8ce169d
docs/reference-config.yaml
@@ -102,6 +102,8 @@ minion:
102
# IgnoredTopics are regex strings of topic names that shall be ignored/skipped when exporting metrics. Ignored topics
103
# take precedence over allowed topics.
104
ignoredTopics: [ ]
105
+ # ListOffsets can be set to false in order to not collect any offset metrics at all.
106
+ ListOffsets: false
107
# infoMetric is a configuration object for the kminion_kafka_topic_info metric
108
infoMetric:
109
# ConfigKeys are set of strings of Topic configs that you want to have exported as part of the metric
0 commit comments