mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
do not nest wal_connection_manager span inside parent one
This commit is contained in:
committed by
Dmitry Rodionov
parent
22cc8760b9
commit
c64a121aa8
@@ -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),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user