status-go/_assets/compose/metrics-collector/prometheus/prometheus.yml

12 lines
430 B
YAML

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