Skip to content

Commit

Permalink
fix arenas
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Feb 11, 2021
1 parent 6f17971 commit 8805ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/warp_utils/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lazy_static::lazy_static! {
pub static ref JEMALLOC_ACTIVE: Result<IntGauge> =
try_create_int_gauge("jemalloc_active", "Total number of bytes in active pages allocated by the application.");
pub static ref JEMALLOC_ARENAS: Result<IntGauge> =
try_create_int_gauge("jemalloc_active", "Current limit on the number of arenas.");
try_create_int_gauge("jemalloc_arenas", "Current limit on the number of arenas.");
}

pub fn scrape_health_metrics() {
Expand Down

0 comments on commit 8805ef9

Please sign in to comment.