mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Meilisearch: fix some wrong spans
This commit is contained in:
parent
6862caef64
commit
b11df7ec34
3 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue