Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
opendigital
/
agent-flow
like
0
Running
App
Files
Files
Community
fcc732f
agent-flow
/
deploy
/
prometheus.yml
Tai Truong
fix readme
d202ada
about 1 month ago
raw
Copy download link
history
blame
Safe
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"
]