From 2fafecb2fc48ee09138692c2a84ed25308c03c43 Mon Sep 17 00:00:00 2001 From: Pedro Grilo Date: Tue, 25 Jan 2022 16:15:38 +0000 Subject: [PATCH] SOM: Update prom label --- pkg/monitoring/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/monitoring/metrics.go b/pkg/monitoring/metrics.go index 985581f5a..9a499a6ce 100644 --- a/pkg/monitoring/metrics.go +++ b/pkg/monitoring/metrics.go @@ -50,7 +50,7 @@ var ( Name: "offchain_aggregator_answers_total", Help: "Bump this metric every time there is a transmission on chain.", }, - []string{"contract_address", "feed_id", "chain_id", "contract_status", "contract_type", "feed_name", "feed_path", "network_id", "networks_name"}, + []string{"contract_address", "feed_id", "chain_id", "contract_status", "contract_type", "feed_name", "feed_path", "network_id", "network_name"}, ) offchainAggregatorSubmissionReceivedValues = prometheus.NewGaugeVec( prometheus.GaugeOpts{