3.2.99 SCPTrafficRateAboveRatedThreshold
Table 3-103 SCPTrafficRateAboveRatedThreshold
| Field | Details |
|---|---|
| Description | 'Traffic Rate at SCP is above threshold (i.e. 730000 mps)' |
| 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 730000' |
| Severity | Critical |
| Condition | This alert is raised when the traffic rate at SCP
exceeds the threshold, that is, 730000 MPS.
(sum(rate(ocscp_metric_http_rx_req_total{app_kubernetes_io_name="scp-worker", ocscp_consumer_host!="OCSCP-INITIATED-MSG"}[2m])) by (kubernetes_namespace) + sum(rate(ocscp_metric_http_tx_req_total{app_kubernetes_io_name="scp-worker"}[2m])) by (kubernetes_namespace)) > 730000 |
| OID |
1.3.6.1.4.1.323.5.3.35.1.2.7031 |
| Metric Used | ocscp_metric_http_rx_req_total |
| Recommended Action |
Cause: When the traffic rate at SCP exceeds the threshold, that is, 730000 MPS. Diagnostic Information: The traffic rate at SCP exceeds the threshold, that is, 730000 MPS. Recovery: Alert is cleared automatically when the traffic rate goes below the threshold during the next scrape interval. For any assistance, contact My Oracle Support. |