ML_OPS_Project / prometheus.yml
lucabadiali
edited docker file to set env variables
91da5b8
raw
history blame contribute delete
251 Bytes
global:
scrape_interval: 60s
scrape_configs:
- job_name: "fastapi_hf"
scheme: https
metrics_path: /metrics
static_configs:
- targets:
#- "host.docker.internal:8000"
- "lucabadiali-ml-ops-project.hf.space:443"