Files
2026-09-19 16:35:35 +08:00

13 lines
295 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: spring-actuator
metrics_path: /actuator/prometheus
static_configs:
- targets: ['host.docker.internal:9003']
- job_name: prometheus
static_configs:
- targets: ['localhost:9090']