You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
Whats is the pod name that should be used to manually change the queries? I tried the pod name as given in kubectl get pods -o wide but it has no effect. sum(container_memory_usage_bytes{pod_name=~"$pod"}) by (pod_name)
The text was updated successfully, but these errors were encountered:
I was able to make the charts working by changing the metric name from "pod_name" to "pod".
The charts are displayed but the top panel is not working. Any help regarding it would be appreceated.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Panel does not show anything.
Whats is the pod name that should be used to manually change the queries? I tried the pod name as given in
kubectl get pods -o wide
but it has no effect.sum(container_memory_usage_bytes{pod_name=~"$pod"}) by (pod_name)
The text was updated successfully, but these errors were encountered: