Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
183 changes: 128 additions & 55 deletions go-tipb/topsql_agent.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions proto/topsql_agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ message TopSQLRecordItem {
map<string, uint64> stmt_kv_exec_count = 4; // target => count
uint64 stmt_duration_sum_ns = 5;
uint64 stmt_duration_count = 6;
uint64 stmt_network_in_bytes = 7; // traffic from client
uint64 stmt_network_out_bytes = 8; // traffic to client
}

message SQLMeta {
Expand Down
Loading