Files
query-orchestration/deployments/prometheus.localservice.yaml
T

11 lines
178 B
YAML
Raw Normal View History

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