Meilisearch: fix some wrong spans

This commit is contained in:
Louis Dureuil 2024-02-26 16:38:17 +01:00
parent 6862caef64
commit b11df7ec34
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View file

@ -284,7 +284,7 @@ where
#[tracing::instrument(
level = "trace",
skip_all,
target = "profile::indexing::details",
target = "indexing::details",
name = "index_documents_raw"
)]
pub fn execute_raw(self, output: TransformOutput) -> Result<u64>