quote-app/observability/prometheus.yml
2026-07-20 16:43:47 +00:00

9 lines
170 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: quote-app
metrics_path: /api/metrics
static_configs:
- targets: ['host.docker.internal:3000']