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