mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 14:46:36 +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