Skip to content

Commit

Permalink
fix(bolt-boost): metrics name
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 2, 2024
1 parent 976af0e commit 199d575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-boost/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 199d575

Please sign in to comment.