fix(prometheus): update comment for clarity and consistency in scraping instructions

This commit is contained in:
Marc Schäfer
2025-10-10 14:47:49 +02:00
parent 3490220803
commit 3cd7329d8b

View File

@@ -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']