12 lines
249 B
YAML
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'
|