Files
go-caatsm/configs/prometheus.dev.yml
T

20 lines
377 B
YAML
Raw Normal View History

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:
- 172.23.189.12:2112