From 199d5756641826178892c8bb1411e6a4ccef4d90 Mon Sep 17 00:00:00 2001 From: thedevbirb Date: Wed, 2 Oct 2024 16:43:04 +0200 Subject: [PATCH] fix(bolt-boost): metrics name --- bolt-boost/src/metrics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt-boost/src/metrics.rs b/bolt-boost/src/metrics.rs index f913a6e15..3d86f8939 100644 --- a/bolt-boost/src/metrics.rs +++ b/bolt-boost/src/metrics.rs @@ -24,7 +24,7 @@ lazy_static! { /// The size of the constraints cache pub static ref CONSTRAINTS_CACHE_SIZE: IntGauge = register_int_gauge_with_registry!( - "bolt_boost.constraints_cache_size", + "constraints_cache_size", "size of the constraints cache", BOLT_BOOST_METRICS )