OCNADD_EGW_FAILURE_RATE_THRESHOLD_0.1PERCENT

Table 5-27 OCNADD_EGW_FAILURE_RATE_THRESHOLD_0.1PERCENT

Field Details
Triggering Condition The Egress gateway failure rate towards the 3rd party application is above the configured threshold of 0.1% of total supported MPS
Severity Info
Description Egress external connection failure rate towards 3rd party application is crossing info threshold of 0.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 0.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 >= 0.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 (0.1%) alert level of supported MPS