Files
query-orchestration/deployments/prometheus.localservice.yaml
Michael McGuinness a91372dc06 Merged in bugfix/prometheusconfig (pull request #97)
Prometheus Config Job Name

* fix
2025-03-10 17:57:56 +00:00

11 lines
178 B
YAML

---
global:
scrape_interval: 10s
scrape_configs:
- job_name: "api"
static_configs:
- targets:
- "host.docker.internal:8080"
metrics_path: "/metrics"