5.2.5.5 IngressGlobalMessageDropAbove50Percent

Table 5-18 IngressGlobalMessageDropAbove50Percent

Trigger Condition Ingress Global Message Drop Rate detected greater than or equal to 50 Percent of Total Transactions
Severity Critical
Alert details provided Summary
"Ingress Global Message Drop Rate detected above 50 Percent of Total Transactions"
Expression
 sum(rate(oc_ingressgateway_global_ratelimit_total{Status="dropped"}[5m])) by
      (namespace)/sum(rate(oc_ingressgateway_global_ratelimit_total[5m])) by (namespace) *100 >=
      50
OID 1.3.6.1.4.1.323.5.3.46.1.2.7006
Metric Used oc_ingressgateway_global_ratelimit_total
Resolution

The alert will be raised when the percentage of messages rejected for Global Rate Limit will be greater than or equal to 50% of the total messages received.This will get cleared once percentage of message rejected is below 50%.