Expose the call trace in the batch stats

This commit is contained in:
Kerollmops
2025-02-19 11:24:11 +01:00
parent e9add14189
commit 3ff1de0a21
6 changed files with 10 additions and 6 deletions

View File

@ -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>,
}