12345678910111213141516171819202122232425262728293031323334 |
- global:
- scrape_interval: 15s
- evaluation_interval: 15s
-
- alerting:
- alertmanagers:
- - static_configs:
- - targets:
-
- rule_files:
- scrape_configs:
-
- - job_name: 'prometheus'
-
-
- static_configs:
- - targets: ['localhost:9090']
- - job_name: 'nacos'
- metrics_path: '/nacos/actuator/prometheus'
- static_configs:
- - targets: ["nacos1:8848","nacos2:8848","nacos3:8848"]
|