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