Files
monlet/deploy/prometheus/prometheus.yml
2026-05-27 10:01:59 +04:00

15 lines
305 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: monlet-server
metrics_path: /metrics
static_configs:
- targets: ["server:8000"]
- job_name: monlet-agent
metrics_path: /metrics
static_configs:
- targets: ["host.docker.internal:9100"]