quote-app/observability/prometheus.yml

9 lines
170 B
YAML
Raw Normal View History

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