Configuration

global:
  scrape_interval: 20s
  scrape_timeout: 10s
  evaluation_interval: 30s
scrape_configs:
- job_name: pushgateway
  honor_labels: true
  honor_timestamps: true
  scrape_interval: 20s
  scrape_timeout: 10s
  metrics_path: /pushgateway/metrics
  scheme: http
  static_configs:
  - targets:
    - 10.224.0.21:9091