backendLatency property

String? backendLatency
getter/setter pair

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

core.String? backendLatency;