Files

15 lines
327 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'platform-api'
metrics_path: '/actuator/prometheus'
static_configs:
- targets: ['backend:8080']
- job_name: 'webhook-ingress'
metrics_path: '/actuator/prometheus'
static_configs:
- targets: ['webhook:8081']