add debug span on Timeline::get

This commit is contained in:
Christian Schwarz
2023-12-07 08:40:17 +00:00
parent 28eb4da171
commit 9e128b58b4

View File

@@ -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,