OCNADD_INGRESS_TRAFFIC_RATE_DECREASE_SPIKE_10PERCENT

Table 5-33 OCNADD_INGRESS_TRAFFIC_RATE_DECREASE_SPIKE_10PERCENT

Field Details
Triggering Condition The ingress traffic decrease is more than 10% of the supported MPS
Severity Major
Description The ingress traffic decrease is more than 10% of the supported MPS in last 5 min
Alert Details

Summary:

'namespace: {{ "{{" }}$labels.namespace}}, podname: {{ "{{" }}$labels.pod}}, timestamp: {{ "{{" }} with query "time()" }}{{ "{{" }} . | first | value | humanizeTimestamp }}{{ "{{" }} end }}: Ingress MPS decrease is more than 10 Percent of current supported MPS'

Expression:

expr: sum(irate(kafka_stream_processor_node_process_total[5m])) by (namespace)/sum(irate(kafka_stream_processor_node_process_total[5m] offset 5m)) by (namespace) <= 0.9

OID 1.3.6.1.4.1.323.5.3.51.29.5013
Metric Used kafka_stream_processor_node_process_total
Resolution The alert is cleared automatically when the decrease in MPS comes back to lower than 10% of the supported MPS