Skip to content

Commit

Permalink
fix: update metrics packages for rust 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoombs committed Feb 6, 2025
1 parent b3fdf4a commit 596a6ea
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
34 changes: 22 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bin/rundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ http.workspace = true
itertools.workspace = true
metrics.workspace = true
metrics-derive.workspace = true
metrics-exporter-prometheus = { version = "0.15.3", default-features = false, features = ["http-listener"] }
metrics-process = "2.1.0"
metrics-util = "0.17.0"
metrics-exporter-prometheus = { version = "0.16.2", default-features = false, features = ["http-listener"] }
metrics-process = "2.4.0"
metrics-util = "0.19.0"
paste = "1.0"
reth-tasks.workspace = true
serde.workspace = true
serde_json.workspace = true
sscanf = "0.4.2"
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "signal", "sync"] }
tokio-metrics = "0.3.1"
tokio-metrics = "0.4.0"
tokio-rustls = "0.26.0"
tokio-util.workspace = true
tracing.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions bin/rundler/src/cli/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ fn collect_tokio(
log_wm_metric!(tm, wm, max_busy_duration, as_secs_f64);
log_wm_metric!(tm, wm, min_busy_duration, as_secs_f64);

log_wm_metric!(tm, wm, injection_queue_depth);

log_wm_metric!(tm, wm, total_local_queue_depth);
log_wm_metric!(tm, wm, max_local_queue_depth);
log_wm_metric!(tm, wm, min_local_queue_depth);
Expand Down

0 comments on commit 596a6ea

Please sign in to comment.