Skip to content

Commit

Permalink
resolve PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelScofield committed Jul 24, 2024
1 parent 8edd62a commit 05b2664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito2/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ lazy_static! {
)
.unwrap();
/// Cache eviction counter, labeled with cache type and eviction reason.
pub static ref CACHE_EVICTION: IntGaugeVec = register_int_gauge_vec!(
pub static ref CACHE_EVICTION: IntCounterVec = register_int_counter_vec!(
"greptime_mito_cache_eviction",
"mito cache eviction",
&[TYPE_LABEL, CACHE_EVICTION_CAUSE]
Expand Down

0 comments on commit 05b2664

Please sign in to comment.