agent-flow / deploy /prometheus.yml
Tai Truong
fix readme
d202ada
raw
history blame contribute delete
231 Bytes
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: prometheus
static_configs:
- targets: ["prometheus:9090"]
- job_name: flower
static_configs:
- targets: ["flower:5555"]