investormlops-api / prometheus.yml
Mayur-cinderace
Move Docker app to repo root for Hugging Face Spaces
0a6956c
raw
history blame contribute delete
168 Bytes
global:
scrape_interval: 5s
scrape_configs:
- job_name: "investor_mlops_api"
metrics_path: /metrics
static_configs:
- targets: ["investor-api:8000"]