backendLatency property
The amount of time it takes the backend service to fully respond to a request. Measured from when the destination service starts to send the request to the backend until when the destination service receives the complete response from the backend.
Implementation
@$pb.TagNumber(5)
$3.Duration get backendLatency => $_getN(4);
Implementation
@$pb.TagNumber(5)
set backendLatency($3.Duration value) => $_setField(5, value);