mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
restructure polkadot-node-jaeger (#2642)
This commit is contained in:
committed by
GitHub
parent
59640a38bc
commit
ea6294fa79
@@ -2011,7 +2011,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
let mut span = jaeger::hash_span(hash, "leaf-activated");
|
||||
let mut span = jaeger::Span::new(*hash, "leaf-activated");
|
||||
|
||||
if let Some(parent_span) = parent_hash.and_then(|h| self.span_per_active_leaf.get(&h)) {
|
||||
span.add_follows_from(&*parent_span);
|
||||
|
||||
Reference in New Issue
Block a user