do not nest wal_connection_manager span inside parent one

This commit is contained in:
Dmitry Rodionov
2022-10-31 18:03:25 +02:00
committed by Dmitry Rodionov
parent 22cc8760b9
commit c64a121aa8

View File

@@ -93,7 +93,7 @@ pub fn spawn_connection_manager_task(
}
}
.instrument(
info_span!("wal_connection_manager", tenant = %tenant_id, timeline = %timeline_id),
info_span!(parent: None, "wal_connection_manager", tenant = %tenant_id, timeline = %timeline_id),
),
);
}