5.1.1 SEPPPodMemoryUsageAlert
Table 5-1 SEPPPodMemoryUsageAlert
| Field | Details |
|---|---|
| Trigger Condition | Pod memory usage is above the threshold (70% ) |
| Severity | Warning |
| Alert details provided | Summary'namespace: {{$labels.namespace}}, podname: {{$labels.pod}},
timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}:
Memory usage is {{ $value | printf "%.2f" }} which is above 70% (current value is: {{ $value }})'Expression: |
| OID | 1.3.6.1.4.1.323.5.3.46.1.2.4003 |
| Metric Used |
kube_pod_container_resource_limits Note: This is a Kubernetes metric used for instance availability monitoring. If the metric is not available, use the similar metric as exposed by the monitoring system. |
| Resolution |
The alert gets cleared when the memory utilization falls below the critical threshold. Note: The threshold is configurable in the SeppAlertrules.yaml file. If guidance is required, contact My Oracle Support. |