production-evyos-systems-an.../ServicesTask/monitor/prometheus/prometheus.yml

16 lines
317 B
YAML

global:
scrape_interval: 5s
evaluation_interval: 5s
scrape_configs:
- job_name: prometheus
static_configs:
- targets: ["prometheus:9090"]
- job_name: nats
static_configs:
- targets: ["nats-exporter:7777"]
- job_name: db_service
static_configs:
- targets: ["db-service:8000"]