aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/remote_execution_log.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/protobuf/remote_execution_log.proto')
-rw-r--r--src/main/protobuf/remote_execution_log.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/protobuf/remote_execution_log.proto b/src/main/protobuf/remote_execution_log.proto
index 1e4fa9f404..32d76946e8 100644
--- a/src/main/protobuf/remote_execution_log.proto
+++ b/src/main/protobuf/remote_execution_log.proto
@@ -16,6 +16,7 @@ syntax = "proto3";
package remote_logging;
+import "google/protobuf/timestamp.proto";
import "google/bytestream/bytestream.proto";
import "google/devtools/remoteexecution/v1test/remote_execution.proto";
import "google/longrunning/operations.proto";
@@ -39,6 +40,12 @@ message LogEntry {
// Method specific details for this call.
RpcCallDetails details = 4;
+
+ // Time the call started.
+ google.protobuf.Timestamp start_time = 5;
+
+ // Time the call closed.
+ google.protobuf.Timestamp end_time = 6;
}
// Details for a call to