Skip to content

Commit

Permalink
Add cancellation into response statistics (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui authored Feb 23, 2024
1 parent bf4b163 commit 00b3a71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protobuf/grpc_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,13 @@ message InferResponseStatistics
//@@ The count and cumulative duration for empty responses.
//@@
StatisticDuration empty_response = 5;

//@@ .. cpp:var:: StatisticDuration cancel
//@@
//@@ The count and cumulative duration, for cleaning up resources held by
//@@ a cancelled request, for cancelled responses.
//@@
StatisticDuration cancel = 6;
}

//@@
Expand Down

0 comments on commit 00b3a71

Please sign in to comment.