From 4d2b296ad3739fa356fdedc6f2ea2a61630cc005 Mon Sep 17 00:00:00 2001 From: Greg Coppola Date: Wed, 6 Jul 2022 09:53:23 -0500 Subject: [PATCH] fix: build --- src/monitoring/prometheus.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monitoring/prometheus.rs b/src/monitoring/prometheus.rs index b5642e53f..b532863ca 100644 --- a/src/monitoring/prometheus.rs +++ b/src/monitoring/prometheus.rs @@ -116,7 +116,7 @@ lazy_static! { "`execution_cost_runtime` for the last block observed." )).unwrap(); - pub static ref LAST_BLOCK_TRANSACTION_COUNT: IntGauge = register_gauge!(opts!( + pub static ref LAST_BLOCK_TRANSACTION_COUNT: IntGauge = register_int_gauge!(opts!( "stacks_node_last_block_transaction_count", "Number of transactions in the last block." )).unwrap();