chore: add dbname in region request header for tracking purpose (#107)

This commit is contained in:
shuiyisong
2023-10-07 17:16:26 +08:00
committed by GitHub
parent 693128abe9
commit 1f1dd532a1
4 changed files with 461 additions and 153 deletions
+2
View File
@@ -31,6 +31,8 @@ message RegionRequestHeader {
uint64 trace_id = 1;
// SpanID of request
uint64 span_id = 2;
// DB Name of request, tracking only
string dbname = 3;
}
message RegionRequest {