gmail-agentic / prometheus.yml
spoodermon's picture
Initial commit
c1f8e04
Raw
History Blame Contribute Delete
201 Bytes
global:
scrape_interval: 5s
evaluation_interval: 5s
scrape_configs:
- job_name: "fastapi-backend"
metrics_path: "/metrics"
static_configs:
- targets: ["host.docker.internal:8000"]