add timing info during ping operation

This commit is contained in:
chrislu
2022-04-16 12:45:49 -07:00
parent 47eb9485b8
commit b4be56bb3b
20 changed files with 832 additions and 680 deletions

View File

@@ -319,6 +319,9 @@ message PingRequest {
string target_type = 2;
}
message PingResponse {
int64 start_time_ns = 1;
int64 remote_time_ns = 2;
int64 stop_time_ns = 3;
}
message GetFilerConfigurationRequest {