22 lines
541 B
YAML
22 lines
541 B
YAML
global:
|
|
scrape_interval: 10s
|
|
evaluation_interval: 10s
|
|
|
|
scrape_configs:
|
|
- job_name: "otel-collector"
|
|
static_configs:
|
|
- targets:
|
|
- "otel-collector:8888"
|
|
- job_name: "nats-exporter"
|
|
static_configs:
|
|
- targets:
|
|
- "nats-exporter:7777"
|
|
|
|
- job_name: "caatsm-receiver"
|
|
static_configs:
|
|
- targets:
|
|
# When go-caatsm runs on the host/WSL and Prometheus runs in Docker,
|
|
# use host.docker.internal to reach the host monitoring server.
|
|
- "host.docker.internal:2112"
|
|
|