Add a span for the settings diff creation

This commit is contained in:
Clément Renault 2024-05-30 12:08:27 +02:00
parent 3a78e988da
commit 0e9eb9eedb
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -1103,6 +1103,7 @@ pub struct InnerIndexSettingsDiff {
}
impl InnerIndexSettingsDiff {
#[tracing::instrument(level = "trace", skip_all, target = "indexing::settings")]
pub(crate) fn new(
old_settings: InnerIndexSettings,
new_settings: InnerIndexSettings,