Skip to content

Commit fd7419c

Browse files
committed
Print additional latencies for GRPC ping (#17683)
1 parent 7021fb4 commit fd7419c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/protos/ydb_debug.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ message PlainGrpcRequest {
1616
message PlainGrpcResponse {
1717
StatusIds.StatusCode status = 1;
1818
repeated Ydb.Issue.IssueMessage issues = 2;
19+
20+
uint64 CallBackTs = 3;
1921
}
2022

2123
// Go until GrpcProxy

0 commit comments

Comments
 (0)