Skip to content

Commit

Permalink
fix to kafkametrics k8s issues (#5103)
Browse files Browse the repository at this point in the history
Signed-off-by: Samiur Arif <samiura@splunk.com>
  • Loading branch information
Samiur Arif authored Jul 16, 2024
1 parent 2b32de4 commit f88042e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# config:
# default:
# protocol_version: 2.0.0
# brokers: '`endpoint`'
# scrapers:
# - brokers
# - topics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ kafkametrics:
config:
default:
protocol_version: 2.0.0
brokers: '`endpoint`'
scrapers:
- brokers
- topics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
config:
default:
protocol_version: 2.0.0
brokers: '`endpoint`'
scrapers:
- brokers
- topics
Expand Down

0 comments on commit f88042e

Please sign in to comment.