8 lines
175 B
YAML
8 lines
175 B
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'spring-api'
|
|
metrics_path: '/actuator/prometheus'
|
|
static_configs:
|
|
- targets: ['boardmate-api:8080'] |