API Monitoring for increase in response time

nsaini
Participant IV

I Was checking API Monitoring docs and can see we can enable monitoring for status codes, latency and fault codes. Is there any way we can enable monitoring and alert for high response time. This feature was there in Apigee Test earlier.

0 1 447
1 REPLY 1

I assume by "high response time" you refer to Edge latency (as oppose to target latency) .

In Api Monitoring, by monitoring latency, you could look at a combination of:

- Total Latency : Total milliseconds it took to respond to a call. This includes Apigee API proxy processing and your target server time.

- Target Latency : Total milliseconds it took your target server to respond to a call.

Although there is no direct metric to measure latency at Edge processing, you could set a monitoring such that:

p50 - Total Latency > 10000ms for 5mins, AND
p50 - Target Latency < 6000ms for 5mins