mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
Place an info span into gc loop step
This commit is contained in:
committed by
Kirill Bulatov
parent
9e5423c867
commit
4c9447589a
@@ -630,6 +630,8 @@ impl LayeredRepository {
|
||||
horizon: u64,
|
||||
checkpoint_before_gc: bool,
|
||||
) -> Result<GcResult> {
|
||||
let _span_guard =
|
||||
info_span!("gc iteration", tenant = %self.tenantid, timeline = ?target_timelineid);
|
||||
let mut totals: GcResult = Default::default();
|
||||
let now = Instant::now();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user