github.com/Jeffail/benthos/v3@v3.65.0/resources/docker/profiling/prometheus/prometheus.yml (about)

     1  global:
     2    scrape_interval:     15s
     3    evaluation_interval: 15s
     4    external_labels:
     5      monitor: 'benthos-benchmark'
     6  
     7  scrape_configs:
     8    - job_name: 'prometheus'
     9      scrape_interval: 5s
    10      static_configs:
    11        - targets: ['localhost:9090']
    12  
    13    - job_name: 'push_gateway'
    14      scrape_interval: 5s
    15      honor_labels: true
    16      static_configs:
    17        - targets: ['pushgateway:9091']