github.com/status-im/status-go@v1.1.0/_assets/compose/metrics-collector/prometheus/prometheus.yml (about)

     1  global:
     2    scrape_interval:     5s
     3    evaluation_interval: 5s
     4  
     5  scrape_configs:
     6    - job_name: 'wnode'
     7      static_configs:
     8        # Targets should be probably changed to appropriate hosts and ports.
     9        # In this example, we connect to some addresses on a host machine
    10        # which is macOS running Docker for Mac.
    11        - targets: ['wnodetestcluster_wnode_3:8080', 'wnodetestcluster_wnode_2:8080', 'wnodetestcluster_wnode_1:8080']