Skip to content

Commit 00b3a71

Browse files
authored
Add cancellation into response statistics (#113)
1 parent bf4b163 commit 00b3a71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

protobuf/grpc_service.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,13 @@ message InferResponseStatistics
10501050
//@@ The count and cumulative duration for empty responses.
10511051
//@@
10521052
StatisticDuration empty_response = 5;
1053+
1054+
//@@ .. cpp:var:: StatisticDuration cancel
1055+
//@@
1056+
//@@ The count and cumulative duration, for cleaning up resources held by
1057+
//@@ a cancelled request, for cancelled responses.
1058+
//@@
1059+
StatisticDuration cancel = 6;
10531060
}
10541061

10551062
//@@

0 commit comments

Comments
 (0)