OCNADD_EGW_FAILURE_RATE_THRESHOLD_50PERCENT
Table 5-31 OCNADD_EGW_FAILURE_RATE_THRESHOLD_50PERCENT
| Field | Details |
|---|---|
| Triggering Condition | The Egress gateway failure rate towards the 3rd party application is above the configured threshold of 50% of total supported MPS |
| Severity | Critical |
| Description | Egress external connection failure rate towards 3rd party application is crossing critical threshold of 50% in the period of 5 min |
| Alert Details |
Summary: 'namespace: {{ "{{" }}$labels.namespace}}, podname: {{ "{{" }}$labels.pod}}, timestamp: {{ "{{" }} with query "time()" }}{{ "{{" }} . | first | value | humanizeTimestamp }}{{ "{{" }} end }}: Egress external connection Failure Rate detected above 50 Percent of Total Egress external connections'Expression: expr:(sum(rate(ocnadd_egressgateway_third_party_connection_failure_total[5m])) by (namespace))/(sum(rate(ocnadd_egressgateway_http_requests_total[5m])) by (namespace)) *100 >= 50 |
| OID | 1.3.6.1.4.1.323.5.3.51.29.5012 |
| Metric Used | ocnadd_egressgateway_third_party_connection_failure_total, ocnadd_egressgateway_http_requests_total |
| Resolution | The alert is cleared automatically when the failure rate towards 3rd party consumer goes below the threshold (50%) alert level of supported MPS |