backendLatency property

  1. @TagNumber.new(5)
Duration get backendLatency

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);
  1. @TagNumber.new(5)
set backendLatency (Duration value)

Implementation

@$pb.TagNumber(5)
set backendLatency($3.Duration value) => $_setField(5, value);