mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Rename callTrace into progressTrace
This commit is contained in:
parent
ea7bae9a71
commit
dfce20be21
12 changed files with 63 additions and 63 deletions
|
@ -61,7 +61,7 @@ pub struct BatchStats {
|
|||
pub types: BTreeMap<Kind, u32>,
|
||||
pub index_uids: BTreeMap<String, u32>,
|
||||
#[serde(default, skip_serializing_if = "serde_json::Map::is_empty")]
|
||||
pub call_trace: serde_json::Map<String, serde_json::Value>,
|
||||
pub progress_trace: serde_json::Map<String, serde_json::Value>,
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
pub write_channel_congestion: Option<serde_json::Map<String, serde_json::Value>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue