feat: enhancement information_schema.flows (#221)

* feat:enhancement information_schema.flows

* chore: make all

---------

Co-authored-by: discord9 <discord9@163.com>
This commit is contained in:
AntiTopQuark
2025-03-11 21:15:10 +08:00
committed by GitHub
parent d92c9ac4e9
commit c5419bbd20
5 changed files with 695 additions and 190 deletions
+1
View File
@@ -94,6 +94,7 @@ message FlowStat {
// due to protobuf's key can't be a message, so we use uint32 as the key which
// is [`FlowId`]'s inner field `id`
map<uint32, uint64> flow_stat_size = 1;
map<uint32, int64> flow_last_exec_time_map = 2;
}
message HeartbeatResponse {