mirror of
https://github.com/fosrl/newt.git
synced 2026-03-27 04:56:41 +00:00
fix(prometheus): update comment for clarity and consistency in scraping instructions
This commit is contained in:
@@ -2,7 +2,7 @@ global:
|
|||||||
scrape_interval: 15s
|
scrape_interval: 15s
|
||||||
|
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
# WICHTIG: Newt NICHT direkt scrapen, nur den Collector!
|
# IMPORTANT: Do not scrape Newt directly; scrape only the Collector!
|
||||||
- job_name: 'otel-collector'
|
- job_name: 'otel-collector'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['otel-collector:8889']
|
- targets: ['otel-collector:8889']
|
||||||
|
|||||||
Reference in New Issue
Block a user