Is there any way to get back the time of the last termination. The metric: "kube_pod_container_status_last_termination_reason" gives back a fresh data everytime, but i want to know when did that termination exactly happen.
What queries or transformation do i need to use?
Thanks a lot guys.
Merging my last termination and a random query just to fill out every spaces in a table, then try to find the last null value, so i know when did the termination happen. Didn't get the expected result.