3.2.100 SCPNotificationRequestsRateAboveThreshold
Table 3-104 SCPNotificationRequestsRateAboveThreshold
| Field | Details |
|---|---|
| Description | 'SCP Notification Requests are above threshold (i.e. 40 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 40' |
| Severity | Critical |
| Condition | This alert is raised when the number of SCP
notification requests exceeds the threshold (40 MPS).
sum(rate(ocscp_notification_request_total{app_kubernetes_io_name="scpc-notification"}[2m])) by (kubernetes_namespace) > 40 |
| OID |
1.3.6.1.4.1.323.5.3.35.1.2.3012 |
| Metric Used | ocscp_notification_request_total |
| Recommended Action |
Cause: When the number of SCP notification requests exceeds the threshold (40 MPS). Diagnostic Information: SCP notification requests exceed the threshold (40 MPS). Recovery: Alert is cleared automatically when the number of SCP notification requests goes below the threshold during the next scrape interval. For any assistance, contact My Oracle Support. |