Help with Kubernetes App improvement

I have Kubernetes App installed in my Grafana, and everything works fine except two things.

  1. Gauges on K8s Cluster page display value but won’t draw. Indicator stays on zero. I have installed different dashboard when gauges are working fine and compared settings
    but can’t see any differences
  2. I’d like to keep terminated/completed pods on Total Memory Usage and CPU Usage graphs in K8s Container page. How can I modify query? Eventually I’d like to create another graph with query like: sum_over_time(kube_pod_container_status_terminated_reason{reason=“Completed”}[7d]) but I don’t know what type of graph should I use.