ident
This commit is contained in:
@@ -43,7 +43,7 @@ scrape_configs:
|
|||||||
action: replace
|
action: replace
|
||||||
regex: (.*)
|
regex: (.*)
|
||||||
replacement: $1
|
replacement: $1
|
||||||
target_label: geth-mainnet
|
target_label: gethmainnet
|
||||||
|
|
||||||
- job_name: 'geth-goerli'
|
- job_name: 'geth-goerli'
|
||||||
scrape_interval: 10s
|
scrape_interval: 10s
|
||||||
@@ -54,7 +54,7 @@ scrape_configs:
|
|||||||
action: replace
|
action: replace
|
||||||
regex: (.*)
|
regex: (.*)
|
||||||
replacement: $1
|
replacement: $1
|
||||||
target_label: geth-goerli
|
target_label: goerli
|
||||||
|
|
||||||
- job_name: 'geth-rinkeby'
|
- job_name: 'geth-rinkeby'
|
||||||
scrape_interval: 10s
|
scrape_interval: 10s
|
||||||
@@ -65,7 +65,7 @@ scrape_configs:
|
|||||||
action: replace
|
action: replace
|
||||||
regex: (.*)
|
regex: (.*)
|
||||||
replacement: $1
|
replacement: $1
|
||||||
target_label: geth-rinkeby
|
target_label: rinkeby
|
||||||
|
|
||||||
- job_name: 'geth-ropsten'
|
- job_name: 'geth-ropsten'
|
||||||
scrape_interval: 10s
|
scrape_interval: 10s
|
||||||
@@ -76,7 +76,7 @@ scrape_configs:
|
|||||||
action: replace
|
action: replace
|
||||||
regex: (.*)
|
regex: (.*)
|
||||||
replacement: $1
|
replacement: $1
|
||||||
target_label: geth-ropsten
|
target_label: ropsten
|
||||||
|
|
||||||
alerting:
|
alerting:
|
||||||
alertmanagers:
|
alertmanagers:
|
||||||
|
|||||||
Reference in New Issue
Block a user