mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 11:40:38 +00:00
fix tracing span
This commit is contained in:
@@ -1804,7 +1804,7 @@ impl Timeline {
|
||||
.await;
|
||||
Ok(())
|
||||
}
|
||||
.in_current_span(),
|
||||
.instrument(info_span!(parent: None, "initial_size_calculation", tenant_id=%self.tenant_id, timeline_id=%self.timeline_id)),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user