ApigeeX alerts setup for proxy errors and not target errors

Is it possible to setup some alerts when the errors are coming from ApigeeX proxy. Essentially, our purpose is, after live, we want to be notified if there is anything goes wrong for certain proxies, like abnormally long running time. And we want to be able to tell whether this is issue from our proxy side or from their target endpoint 

Solved Solved
0 1 121
1 ACCEPTED SOLUTION

Absolutely. Cloud monitoring has a number of metrics that can be used trigger alerts. The full list for Apigee can be found here: https://cloud.google.com/monitoring/api/metrics_gcp#gcp-apigee

In your case you could create an alert based on the apigee.googleapis.com/targetv2/latencies_percentile metric that would alert you whenever the mean of your p90 target latency is over a certain value for longer than 5 minutes. Similarly for proxy latencies etc.

strebel_0-1656688034196.png

 

 

View solution in original post

1 REPLY 1

Absolutely. Cloud monitoring has a number of metrics that can be used trigger alerts. The full list for Apigee can be found here: https://cloud.google.com/monitoring/api/metrics_gcp#gcp-apigee

In your case you could create an alert based on the apigee.googleapis.com/targetv2/latencies_percentile metric that would alert you whenever the mean of your p90 target latency is over a certain value for longer than 5 minutes. Similarly for proxy latencies etc.

strebel_0-1656688034196.png