{__name__="kube_pod_status_phase",namespace="mynamespace",phase="Failed"}
When I run the aforementioned PromQL query, it also returns pods that have never failed (what I see in Kubernetes). The pod is in running status and has never failed or restarted. How is Prometheus marking it as "Failed"?