Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kafka-config.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ integrations:

# Below are the fields used to fine tune/toggle topic metric collection. Can be one of:
# - "all", where all topics found in all brokers will be collected.
# - "none", which will disable topic collection alltogether.
# - "none", which will disable topic collection altogether.
# - "list", which allows a fixed list of topics to be defined as topic_list: '["topic1", "topic2"]'
# - "regex", which allows to define a regex to select which topics will be monitored using topic_regex: 'topic\d+'
#
Expand Down Expand Up @@ -155,7 +155,7 @@ integrations:
env: production
role: kafka

# Example configuration for collecting JMX metrics form consumers and producers.
# Example configuration for collecting JMX metrics from consumers and producers.
# Please note that we use JMX to collect these metrics, which means that only producers and consumers written in Java
# are supported for collection.
- name: nri-kafka
Expand Down