mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 06:21:02 +00:00
restructure polkadot-node-jaeger (#2642)
This commit is contained in:
committed by
GitHub
parent
59640a38bc
commit
ea6294fa79
@@ -154,9 +154,8 @@ async fn handle_signal(
|
||||
let _timer = state.metrics.time_handle_signal();
|
||||
|
||||
for (relay_parent, span) in activated {
|
||||
let _span = span.child_builder("pov-dist")
|
||||
.with_stage(jaeger::Stage::PoVDistribution)
|
||||
.build();
|
||||
let _span = span.child("pov-dist")
|
||||
.with_stage(jaeger::Stage::PoVDistribution);
|
||||
|
||||
match request_validators_ctx(relay_parent, ctx).await {
|
||||
Ok(vals_rx) => {
|
||||
|
||||
Reference in New Issue
Block a user