OCNADD_MPS_MAJOR_INGRESS_THRESHOLD_CROSSED

Table 5-14 OCNADD_MPS_MAJOR_INGRESS_THRESHOLD_CROSSED

Field Details
Triggering Condition The total ingress MPS crossed the major threshold alert level of 95% of the supported MPS
Severity Major
Description Total Ingress Message Rate is above configured major threshold alert (95%) for the period of 5 min
Alert Details

Summary:

'namespace: {{ "{{" }}$labels.namespace}}, podname: {{ "{{" }}$labels.pod}}, timestamp: {{ "{{" }} with query "time()" }}{{ "{{" }} . | first | value | humanizeTimestamp }}{{ "{{" }} end }}: Message Rate is above 95 Percent of Max messages per second:{{ .Values.global.cluster.mps }}'

Expression:

expr: sum(rate(kafka_stream_processor_node_process_total[5m])) by (namespace) > 0.95*{{ .Values.global.cluster.mps }}

OID 1.3.6.1.4.1.323.5.3.51.29.5007
Metric Used kafka_stream_processor_node_process_total
Resolution The alert is cleared automatically when the the MPS rate goes below the major threshold alert level of 95%.