OCNADD_MPS_WARNING_INGRESS_THRESHOLD_CROSSED

Table 5-12 OCNADD_MPS_WARNING_INGRESS_THRESHOLD_CROSSED

Field Details
Triggering Condition The total ingress MPS crossed the warning threshold of 80% of the supported MPS
Severity Warn
Description Total Ingress Message Rate is above configured warning threshold (80%) 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 80 Percent of Max messages per second:{{ .Values.global.cluster.mps }}'

Expression:

expr: sum(rate(kafka_stream_processor_node_process_total[5m])) by (namespace) > 0.8*{{ .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 warning threshold level of 80%.