Add span on document operation

This commit is contained in:
Louis Dureuil 2024-11-21 17:01:10 +01:00
parent ffb60cb885
commit 323ecbb885
No known key found for this signature in database

View File

@ -43,6 +43,7 @@ impl<'pl> DocumentOperation<'pl> {
}
#[allow(clippy::too_many_arguments)]
#[tracing::instrument(level = "trace", skip_all, target = "indexing::document_operation")]
pub fn into_changes<MSP, SP>(
self,
indexer: &'pl Bump,