ident
This commit is contained in:
@@ -38,12 +38,12 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user