mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Add span on document operation
This commit is contained in:
parent
ffb60cb885
commit
323ecbb885
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue