From 61e5e29f825b9bce54c492871d423eada649fc49 Mon Sep 17 00:00:00 2001 From: cventastic Date: Thu, 30 Dec 2021 03:19:15 +0100 Subject: [PATCH] mon --- prometheus/prometheus-rpc.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: