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

15 lines
278 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"