Skip to content

Commit

Permalink
add jemalloc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Feb 10, 2021
1 parent 3c7920b commit 1d1fc6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon_node/http_metrics/src/metrics.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use crate::Context;
use beacon_chain::BeaconChainTypes;
use lighthouse_metrics::{Encoder, TextEncoder};
use jemalloc_ctl::{stats, epoch};

pub use lighthouse_metrics::*;

Expand Down
1 change: 1 addition & 0 deletions common/warp_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ tokio = { version = "0.3.2", features = ["sync"] }
headers = "0.3.2"
lighthouse_metrics = { path = "../lighthouse_metrics" }
lazy_static = "1.4.0"
jemalloc-ctl = "0.3.3"
1 change: 1 addition & 0 deletions common/warp_utils/src/metrics.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use eth2::lighthouse::Health;
use lighthouse_metrics::*;
use jemalloc_ctl::{stats, epoch};

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

0 comments on commit 1d1fc6a

Please sign in to comment.