3.2.81 SCPHighResponseTimeFromProducer
Table 3-85 SCPHighResponseTimeFromProducer
| Field | Description |
|---|---|
| Description | It notifies when the traffic exceeds 200 messages per second and the response delay from the Producer NF takes more than 50 seconds. |
| Summary | More than 200 responses received by the SCP have a response time exceeding 50,000 milliseconds. Instance name: {{$labels.instance}}, Namespace: {{$labels.namespace}}, Pod name: {{$labels.pod}}, Timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }} |
| Severity | Info |
| Condition | (sum(rate(ocscp_metric_upstream_service_time_total{ocscp_upstream_service_time="50000ms"}[2m])) by (kubernetes_namespace) + sum(rate(ocscp_metric_upstream_service_time_total{ocscp_upstream_service_time=">50000ms"}[2m])) by (kubernetes_namespace)) > 200 |
| OID used for SNMP Traps | 1.3.6.1.4.1.323.5.3.35.1.2.15004 |
| Metric Used | ocscp_metric_upstream_service_time_total |
| Recommended Actions |
Cause: More than 200 messages per second have an upstream response time above 50 seconds. Diagnostic Information: Monitor metric metricocscp_metric_upstream_service_time_total with ocscp_upstream_service_time="50000ms" and ocscp_upstream_service_time=">50000ms". Recovery: The alert is cleared automatically when the number of responses with delays exceeding 50 seconds falls below 200 messages per second. If the alert does not clear, check for any producer NFs or specific service request types that are taking more than 50 seconds to respond and take corrective actions if necessary. Note that immediate action may not be required, as this alert is informational. However, a high number of requests with long response delays could lead to performance degradation at the SCP. For any assistance, contact My Oracle Support. |