Skip to content

Commit

Permalink
Update burrow_exporter.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Oct 4, 2024
1 parent 6a94296 commit 1b14897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/prometheus/manifests/exporter/burrow_exporter.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# == Define: prometheus::burrow_exporter
# == Define: prometheus::exporter::burrow_exporter
#
# Prometheus exporter for the Kafka Burrow Consumer lag monitoring daemon.
#
Expand All @@ -20,7 +20,7 @@
# Burrow API version to use.
# Default: 3
#
define prometheus::burrow_exporter(
define prometheus::exporter::burrow_exporter(
$burrow_addr = 'localhost:8000',
$metrics_addr = '0.0.0.0:9000',
$interval = 30,
Expand Down

0 comments on commit 1b14897

Please sign in to comment.