Skip to content
Draft
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## All options defined here are available to all instances.

Check failure on line 1 in kafka_consumer/datadog_checks/kafka_consumer/data/conf.yaml.example

View workflow job for this annotation

GitHub Actions / run / Validate

File `conf.yaml.example` is not in sync, run "ddev validate config kafka_consumer -s"
##
## WARNING: To avoid blindly collecting offsets and lag for an unbounded number
## of partitions (as could be the case after enabling monitor_unlisted_consumer_groups
Expand Down Expand Up @@ -305,6 +305,6 @@
# - <EXCLUDE_REGEX>

## @param data_streams_enabled - boolean - optional - default: false
## Collects consumer lag metric in seconds. It may result in additional billing charges.
## Collects consumer lag metric in seconds.
#
# data_streams_enabled: false
Loading