mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
Add a span for the settings diff creation
This commit is contained in:
parent
3a78e988da
commit
0e9eb9eedb
@ -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…
Reference in New Issue
Block a user