3.2.97 SCPLciRxRateAboveThreshold
Table 3-101 SCPLciRxRateAboveThreshold
| Field | Details |
|---|---|
| Description | description: 'LCI Rx Rate is above threshold (i.e. 150)' |
| 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 150' |
| Severity | Critical |
| Condition | This alert is raised when LCI Rx rate exceeds the
threshold, that is, 150.
sum(rate(ocscp_metric_nf_lci_rx_total{app_kubernetes_io_name="scp-worker"}[2m])) by (kubernetes_namespace) > 150 |
| OID |
1.3.6.1.4.1.323.5.3.35.1.2.7032 |
| Metric Used | ocscp_metric_nf_lci_rx_total |
| Recommended Action |
Cause: When LCI Rx rate exceeds the threshold, that is, 150. Diagnostic Information: LCI Rx rate exceeds the threshold, that is, 150. Recovery: Alert is cleared automatically when LCI Rx rate goes below the threshold during the next scrape interval. For any assistance, contact My Oracle Support. |