From acf694b7d610b5631929a3e02fe6628bc79f091a Mon Sep 17 00:00:00 2001 From: Kevin Heifner Date: Mon, 21 Oct 2024 10:27:00 -0500 Subject: [PATCH] GH-956 Update speculative block metrics for produced blocks --- plugins/prometheus_plugin/metrics.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/prometheus_plugin/metrics.hpp b/plugins/prometheus_plugin/metrics.hpp index a13d2b9363..f665ef4b21 100644 --- a/plugins/prometheus_plugin/metrics.hpp +++ b/plugins/prometheus_plugin/metrics.hpp @@ -259,6 +259,7 @@ struct catalog_type { net_usage_us_produced_block.Increment(metrics.net_usage_us); update(produced_metrics, metrics); + update(speculative_metrics, metrics); last_irreversible.Set(metrics.last_irreversible); head_block_num.Set(metrics.head_block_num);