12 lines
430 B
YAML
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']
|