global:
  scrape_interval: 15s
  scrape_timeout: 10s
  evaluation_interval: 15s
scrape_configs:
- job_name: spring-app
  scrape_interval: 15s
  scrape_timeout: 10s
  scheme: http
  metrics_path: /metrics
  static_configs:
  - targets: ['spring-app:8080']