Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Namespace dashboard shows double resource usage #60

Closed
uhthomas opened this issue Jul 23, 2023 · 1 comment · Fixed by #61
Closed

[bug] Namespace dashboard shows double resource usage #60

uhthomas opened this issue Jul 23, 2023 · 1 comment · Fixed by #61
Assignees
Labels
bug Something isn't working released

Comments

@uhthomas
Copy link
Contributor

uhthomas commented Jul 23, 2023

Describe the bug

The cumulative resource usage in the namespace seems to be 1.25 cpu and 2.5Gi (I changed the two graphs to stack), but it appears as 2.5 cpu and 5Gi respectively.

image

I imagine the queries need the label selector image!="".

How to reproduce?

N/A

Expected behavior

N/A

Additional context

N/A

@uhthomas uhthomas added the bug Something isn't working label Jul 23, 2023
uhthomas added a commit to uhthomas/grafana-dashboards-kubernetes that referenced this issue Jul 24, 2023
… cpu/memory

Most queries already use label matcher. The metric reports usage for each
individual image, and the whole pod which will result in incorrect reporting if
not filtered correctly.

Fixes: dotdc#60
uhthomas added a commit to uhthomas/grafana-dashboards-kubernetes that referenced this issue Jul 24, 2023
… cpu/memory

Most queries already use label matcher. The metric reports usage for each
individual image, and the whole pod which will result in incorrect reporting if
not filtered correctly.

Fixes: dotdc#60
@dotdc dotdc closed this as completed in #61 Jul 25, 2023
dotdc pushed a commit that referenced this issue Jul 25, 2023
… cpu/memory

Most queries already use label matcher. The metric reports usage for each
individual image, and the whole pod which will result in incorrect reporting if
not filtered correctly.

Fixes: #60
@dotdc
Copy link
Owner

dotdc commented Apr 25, 2024

🎉 This issue has been resolved in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@dotdc dotdc added the released label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
2 participants