This commit is contained in:
cventastic
2021-12-30 03:27:23 +01:00
parent 4a258b3d2c
commit bdfdbc123d

View File

@@ -38,45 +38,45 @@ scrape_configs:
scrape_interval: 10s scrape_interval: 10s
static_configs: static_configs:
- targets: ['geth-mainnet:6060'] - targets: ['geth-mainnet:6060']
relabel_configs: relabel_configs:
- source_labels: [__address__] - source_labels: [__address__]
action: replace action: replace
regex: (.*) regex: (.*)
replacement: $1 replacement: $1
target_label: geth-mainnet target_label: geth-mainnet
- job_name: 'geth-goerli' - job_name: 'geth-goerli'
scrape_interval: 10s scrape_interval: 10s
static_configs: static_configs:
- targets: ['geth-goerli:6060'] - targets: ['geth-goerli:6060']
relabel_configs: relabel_configs:
- source_labels: [__address__] - source_labels: [__address__]
action: replace action: replace
regex: (.*) regex: (.*)
replacement: $1 replacement: $1
target_label: geth-goerli target_label: geth-goerli
- job_name: 'geth-rinkeby' - job_name: 'geth-rinkeby'
scrape_interval: 10s scrape_interval: 10s
static_configs: static_configs:
- targets: ['geth-rinkeby:6060'] - targets: ['geth-rinkeby:6060']
relabel_configs: relabel_configs:
- source_labels: [__address__] - source_labels: [__address__]
action: replace action: replace
regex: (.*) regex: (.*)
replacement: $1 replacement: $1
target_label: geth-rinkeby target_label: geth-rinkeby
- job_name: 'geth-ropsten' - job_name: 'geth-ropsten'
scrape_interval: 10s scrape_interval: 10s
static_configs: static_configs:
- targets: ['geth-ropsten:6060'] - targets: ['geth-ropsten:6060']
relabel_configs: relabel_configs:
- source_labels: [__address__] - source_labels: [__address__]
action: replace action: replace
regex: (.*) regex: (.*)
replacement: $1 replacement: $1
target_label: geth-ropsten target_label: geth-ropsten
alerting: alerting:
alertmanagers: alertmanagers: