mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump metrics (#4265)
This commit is contained in:
@ -15,13 +15,14 @@ tokio = { workspace = true, features = ["sync", "rt"] }
|
||||
tracing-futures = "0.2"
|
||||
futures-util.workspace = true
|
||||
|
||||
## metrics
|
||||
reth-metrics.workspace = true
|
||||
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
|
||||
|
||||
## misc
|
||||
tracing.workspace = true
|
||||
thiserror.workspace = true
|
||||
dyn-clone = "1.0"
|
||||
|
||||
## rpc/metrics
|
||||
reth-metrics.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { workspace = true, features = ["sync", "rt", "rt-multi-thread", "time", "macros"] }
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
//! Task Executor Metrics
|
||||
use reth_metrics::{
|
||||
metrics::{self, Counter},
|
||||
Metrics,
|
||||
};
|
||||
use reth_metrics::{metrics::Counter, Metrics};
|
||||
|
||||
/// Task Executor Metrics
|
||||
#[derive(Metrics, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user