Files
newt/examples/prometheus.yml
T
Marc Schäfer 8e2f2b5acb fix: Remove unnecessary blank line in prometheus.yml
Former-commit-id: d907ae9e84637cd8976915983c5734f7d96acb7a
2025-10-07 23:55:23 +02:00

11 lines
203 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: newt
static_configs:
- targets: ["newt:2112"]
- job_name: otel-collector
static_configs:
- targets: ["collector:8889"]