Add memory allocation error tracking

Change-Id: If88ea4da5b512aaa8854b31113fd33cc8346de55
This commit is contained in:
Sagi Shnaidman 2020-05-12 18:55:31 +03:00
parent bec9bd6ab1
commit fda88f8138
1 changed files with 5 additions and 0 deletions

View File

@ -513,6 +513,11 @@ patterns:
msg: "Unauthorized error from container registry."
pattern: '"code":"UNAUTHORIZED","message":"authentication required"'
tag: "infra"
- id: 202
logstash: 'Failed to allocate memory: Cannot allocate memory'
msg: "Memory allocation failure for."
pattern: 'Failed to allocate memory: Cannot allocate memory'
tag: "infra"
"ironic-conductor":
- id: 300
logstash: "Timeout reached while waiting for callback for node"