mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Add a span for the settings diff creation
This commit is contained in:
parent
1b639ce44b
commit
091bb157f1
1 changed files with 1 additions and 0 deletions
|
@ -1103,6 +1103,7 @@ pub struct InnerIndexSettingsDiff {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl InnerIndexSettingsDiff {
|
impl InnerIndexSettingsDiff {
|
||||||
|
#[tracing::instrument(level = "trace", skip_all, target = "indexing::settings")]
|
||||||
pub(crate) fn new(
|
pub(crate) fn new(
|
||||||
old_settings: InnerIndexSettings,
|
old_settings: InnerIndexSettings,
|
||||||
new_settings: InnerIndexSettings,
|
new_settings: InnerIndexSettings,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue