diff --git a/examples/prometheus.with-collector.yml b/examples/prometheus.with-collector.yml index ff4f3f8..ddb67ea 100644 --- a/examples/prometheus.with-collector.yml +++ b/examples/prometheus.with-collector.yml @@ -2,7 +2,7 @@ global: scrape_interval: 15s scrape_configs: - # WICHTIG: Newt NICHT direkt scrapen, nur den Collector! + # IMPORTANT: Do not scrape Newt directly; scrape only the Collector! - job_name: 'otel-collector' static_configs: - targets: ['otel-collector:8889']