DeployedApiCallMetricField
An enum for Deployed Api request metric fields.
enum DeployedApiCallMetricField {
RESPONSE_TIME
ENDPOINT_TIME
BYTES_RECEIVED
BYTES_SENT
}
Values
DeployedApiCallMetricField.RESPONSE_TIME {#response-time}
Total response time
DeployedApiCallMetricField.ENDPOINT_TIME {#endpoint-time}
Backend response time
DeployedApiCallMetricField.BYTES_RECEIVED {#bytes-received}
Bytes received from request body
DeployedApiCallMetricField.BYTES_SENT {#bytes-sent}
Bytes returned from response
Was this topic helpful?