web
23 строки · 463.0 Байт
1global:
2scrape_interval: 15s
3
4scrape_configs:
5- job_name: 'prometheus'
6static_configs:
7- targets: ['localhost:9090']
8
9- job_name: 'backend'
10static_configs:
11- targets: ['backend:8000']
12
13- job_name: 'xray'
14static_configs:
15- targets: ['xray:10000']
16
17- job_name: 'shadowsocks'
18static_configs:
19- targets: ['shadowsocks:8388']
20
21- job_name: 'wireguard'
22static_configs:
23- targets: ['wireguard:51820']
24