Skip to content

Commit

Permalink
import arenas
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Feb 11, 2021
1 parent 034b677 commit 6f17971
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
@@ -1,6 +1,6 @@
use eth2::lighthouse::Health;
use lighthouse_metrics::*;
use jemalloc_ctl::{stats, epoch};
use jemalloc_ctl::{arenas, stats, epoch};

lazy_static::lazy_static! {
pub static ref PROCESS_NUM_THREADS: Result<IntGauge> = try_create_int_gauge(
Expand Down

0 comments on commit 6f17971

Please sign in to comment.