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
@@ -665,8 +665,8 @@ async fn handle_recover(
|
||||
) -> error::Result<()> {
|
||||
let candidate_hash = receipt.hash();
|
||||
|
||||
let mut span = jaeger::candidate_hash_span(&candidate_hash, "availbility-recovery");
|
||||
span.add_stage(jaeger::Stage::AvailabilityRecovery);
|
||||
let span = jaeger::Span::new(candidate_hash, "availbility-recovery")
|
||||
.with_stage(jaeger::Stage::AvailabilityRecovery);
|
||||
|
||||
if let Some(result) = state.availability_lru.get(&candidate_hash) {
|
||||
if let Err(e) = response_sender.send(result.clone()) {
|
||||
|
||||
Reference in New Issue
Block a user