Adds a new field to the search Diagnostics message, initialDeadlineMs. This will be how much time is remaining on the gRPC request deadline at the start of search processing. This would be useful when trying to analyze deadline errors, as we would know how much of the deadline was used before search started.
Adds a new field to the search
Diagnostics
message,initialDeadlineMs
. This will be how much time is remaining on the gRPC request deadline at the start of search processing. This would be useful when trying to analyze deadline errors, as we would know how much of the deadline was used before search started.