echo
----
global:
  scrape_interval: 10s
  scrape_timeout: 5s
scrape_configs:
- job_name: workload0
  static_configs:
  - targets:
    - 127.0.0.1:2002
    - 127.0.0.3:2003
    - 127.0.0.4:2003
    - 127.0.0.5:2003
  metrics_path: /b
  tls_config:
    insecure_skip_verify: true
- job_name: workload1
  static_configs:
  - targets:
    - 127.0.0.6:2009
  metrics_path: /c
  tls_config:
    insecure_skip_verify: true
