Zoekt: Add OOM graph to Zoekt dashboard
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Background
Right now we don't have a lot of visibility into OOMs.
Proposal
I believe that we should add
(sum by (container, pod, environment) (kube_pod_container_status_last_terminated_reason{pod=~"gitlab-gitlab-zoekt-[0-9]+", reason="OOMKilled", env="gprd"})
* on (container, pod, environment) group_left
sum by (container, pod, environment) (changes(kube_pod_container_status_restarts_total{pod=~"gitlab-gitlab-zoekt-[0-9]+", env="gprd"}[1m]) > 0))
Edited by 🤖 GitLab Bot 🤖
