diff --git a/prometheus/prometheus-rpc.yml b/prometheus/prometheus-rpc.yml index 79e639a2..adeb3701 100644 --- a/prometheus/prometheus-rpc.yml +++ b/prometheus/prometheus-rpc.yml @@ -40,6 +40,9 @@ scrape_configs: - targets: ['geth-mainnet:6060'] relabel_configs: - source_labels: [__address__] + action: replace + regex: (.*) + replacement: $1 target_label: geth-mainnet - job_name: 'geth-goerli' @@ -48,6 +51,9 @@ scrape_configs: - targets: ['geth-goerli:6060'] relabel_configs: - source_labels: [__address__] + action: replace + regex: (.*) + replacement: $1 target_label: geth-goerli - job_name: 'geth-rinkeby' @@ -56,6 +62,9 @@ scrape_configs: - targets: ['geth-rinkeby:6060'] relabel_configs: - source_labels: [__address__] + action: replace + regex: (.*) + replacement: $1 target_label: geth-rinkeby - job_name: 'geth-ropsten' @@ -64,6 +73,9 @@ scrape_configs: - targets: ['geth-ropsten:6060'] relabel_configs: - source_labels: [__address__] + action: replace + regex: (.*) + replacement: $1 target_label: geth-ropsten alerting: