This commit is contained in:
cventastic
2021-12-30 02:04:48 +01:00
parent a43cfe7440
commit 6c08143779

View File

@@ -36,29 +36,21 @@ scrape_configs:
- job_name: 'geth-mainnet'
scrape_interval: 10s
relabel_configs:
- target_label: geth-mainnet
static_configs:
- targets: ['geth-mainnet:6060']
- job_name: 'geth-goerli'
scrape_interval: 10s
relabel_configs:
- target_label: geth-goerli
static_configs:
- targets: ['geth-goerli:6060']
- job_name: 'geth-rinkeby'
scrape_interval: 10s
relabel_configs:
- target_label: geth-rinkeby
static_configs:
- targets: ['geth-rinkeby:6060']
- job_name: 'geth-ropsten'
scrape_interval: 10s
relabel_configs:
- target_label: geth-ropsten
static_configs:
- targets: ['geth-ropsten:6060']