Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Valeri <[email protected]>
  • Loading branch information
fvaleri committed Jan 22, 2025
1 parent 5084403 commit 395ceda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/application.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#Bridge related settings
bridge.id=my-bridge

# uncomment the following line to enable JMX Exporter metrics, check the documentation for more details
# uncomment the following line to enable JMX Prometheus Exporter, check the documentation for more details
#bridge.metrics=jmxPrometheusExporter
# optionally, you can also set a custom configuration file
#bridge.metrics.exporter.config.path=/path/to/my-exporter-config.yaml

# uncomment the following lines to enable Strimzi Reporter metrics, check the documentation for more details
# uncomment the following line to enable Strimzi Metrics Reporter, check the documentation for more details
#bridge.metrics=strimziMetricsReporter
# optionally, you can filter the exposed metrics using a list of regexes
#kafka.metric.reporters=io.strimzi.kafka.metrics.KafkaPrometheusMetricsReporter
#kafka.prometheus.metrics.reporter.listener.enable=false
#kafka.prometheus.metrics.reporter.allowlist=.*
Expand Down

0 comments on commit 395ceda

Please sign in to comment.