OCNADD_EGW_FAILURE_RATE_THRESHOLD_1PERCENT

Table 5-28 OCNADD_EGW_FAILURE_RATE_THRESHOLD_1PERCENT

Field Details
Triggering Condition The Egress gateway failure rate towards the 3rd party application is above the configured threshold of 1% of total supported MPS
Severity Warn
Description Egress external connection failure rate towards 3rd party application is crossing warning threshold of 1% 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 1 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 >= 1 < 10

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 (1%) alert level of supported MPS