mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-31 15:31:53 +08:00
Add a span for the settings diff creation
This commit is contained in:
parent
1b639ce44b
commit
091bb157f1
@ -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…
x
Reference in New Issue
Block a user