3.2.98 SCPOciRxRateAboveThreshold
Table 3-102 SCPOciRxRateAboveThreshold
| Field | Details |
|---|---|
| Description | 'OCI Rx Rate is above threshold (i.e. 5)' |
| Summary | 'namespace: {{$labels.kubernetes_namespace}}, podname: {{$labels.kubernetes_pod_name}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Current Traffic Rate is {{ $value | printf "%.2f" }} mps which is above 5' |
| Severity | Critical |
| Condition | This alert is raised when OCI Rx rate exceeds the
threshold, that is, 5.
sum(rate(ocscp_metric_nf_oci_rx_total{app_kubernetes_io_name="scp-worker"}[2m])) by (kubernetes_namespace) > 5 |
| OID |
1.3.6.1.4.1.323.5.3.35.1.2.7033 |
| Metric Used | ocscp_metric_nf_oci_rx_total |
| Recommended Action |
Cause: When OCI Rx rate exceeds the threshold, that is, 5. Diagnostic Information: OCI Rx rate exceeds the threshold, that is, 5. Recovery: Alert is cleared automatically when OCI Rx rate goes below the threshold during the next scrape interval. For any assistance, contact My Oracle Support. |