Files
2026-07-13 13:16:17 +08:00

12 lines
249 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'library'
scrape_interval: 10s
metrics_path: '/actuator/prometheus'
static_configs:
- targets: ['library:8080']
labels:
application: 'library'