5.2.1.3 EgressSbiErrorRateAbove1Percent

Table 5-5 EgressSbiErrorRateAbove1Percent

Trigger Condition Sbi Transaction Error Rate exceeded configured threshold
Severity Major
Alert details provided Summary
"Sbi Transaction Error Rate detected above 1 Percent of Total Sbi
    Transactions"
Expression
 sum(rate(oc_egressgateway_sbiRouting_http_responses_total{Status!~"2.*"}[24h]))
      by (app,pod, namespace) /sum(rate(oc_egressgateway_sbiRouting_http_responses_total[24h])) by
      (app,pod, namespace) *100 >= 1 
OID 1.3.6.1.4.1.323.5.3.46.1.2.7001
Metric Used oc_egressgateway_sbiRouting_http_responses_total
Resolution

This alert will be raised when the total SBI transaction error rate will be above 1% of the total transaction done during 24 hour time period. Metric will be cleared when the error rate will be below 1%