mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Expose the call trace in the batch stats
This commit is contained in:
parent
e9add14189
commit
3ff1de0a21
6 changed files with 10 additions and 6 deletions
|
@ -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>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue