Files
board-mate/api/prometheus.yaml
2025-12-08 13:47:02 +01:00

8 lines
175 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'spring-api'
metrics_path: '/actuator/prometheus'
static_configs:
- targets: ['boardmate-api:8000']