mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-21 23:20:40 +00:00
add debug span on Timeline::get
This commit is contained in:
@@ -468,6 +468,7 @@ impl Timeline {
|
||||
/// an ancestor branch, for example, or waste a lot of cycles chasing the
|
||||
/// non-existing key.
|
||||
///
|
||||
#[instrument(skip_all, fields(%key, %lsn), level = tracing::Level::DEBUG)]
|
||||
pub async fn get(
|
||||
&self,
|
||||
key: Key,
|
||||
|
||||
Reference in New Issue
Block a user