mpp-server-dev2/config/prometheus.yml

13 lines
235 B
YAML
Raw Normal View History

2024-08-13 11:55:27 +02:00
global:
scrape_interval: 15s
scrape_configs:
- job_name: prometheus
scrape_interval: "5s"
static_configs:
- targets: ["localhost:9090"]
- job_name: mpp
static_configs:
- targets: ["192.168.1.24:9100"]