Detect Out of Memory (OOM) events in your Kubernetes services
container_oom_kills_total
metric, which is incremented each time a container in your service is killed due to an Out of Memory condition. When a service experiences more than the configured number of OOM events, an issue is created with details about the events.
Parameter | Type | Description | Default |
---|---|---|---|
minOOMEventsToCreateIssue | integer | Minimum number of OOM events required to create an issue | 1 |
minOOMEventsToCreateIssue
minOOMEventsToCreateIssue
minOOMEventsToCreateIssue
based on your service’s characteristics. A lower threshold is more sensitive but may generate more issues.