mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 10:27:59 +00:00
Add graphs for each function name (#4214)
This commit is contained in:
@@ -36,7 +36,7 @@ mod networking;
|
||||
pub use server::run_server;
|
||||
pub use util::now_millis;
|
||||
|
||||
type Metrics = HashMap<&'static str, Vec<(f32, i64)>>;
|
||||
type Metrics = HashMap<String, Vec<(f32, i64)>>;
|
||||
|
||||
lazy_static! {
|
||||
/// The `RwLock` wrapping the metrics. Not intended to be used directly.
|
||||
|
||||
Reference in New Issue
Block a user