From 395cedabff4503a35879e7737fd5a84a78bfad0b Mon Sep 17 00:00:00 2001 From: Federico Valeri Date: Wed, 22 Jan 2025 08:12:09 +0100 Subject: [PATCH] Update comments Signed-off-by: Federico Valeri --- config/application.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/application.properties b/config/application.properties index 5584750d..9c2b496b 100644 --- a/config/application.properties +++ b/config/application.properties @@ -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=.*