global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9091']
- job_name: 'app'
static_configs:
- targets: ['web:8001']
- job_name: 'kafka'
static_configs:
- targets: ['kafka:9093']