mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Expose the call trace in the batch stats
This commit is contained in:
@ -60,4 +60,5 @@ pub struct BatchStats {
|
||||
pub status: BTreeMap<Status, u32>,
|
||||
pub types: BTreeMap<Kind, u32>,
|
||||
pub index_uids: BTreeMap<String, u32>,
|
||||
pub call_trace: serde_json::Map<String, serde_json::Value>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user