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

Disk Total Count Incorrect #3125

Closed
WayneShen2 opened this issue Aug 29, 2024 · 4 comments · Fixed by #3126
Closed

Disk Total Count Incorrect #3125

WayneShen2 opened this issue Aug 29, 2024 · 4 comments · Fixed by #3126
Labels

Comments

@WayneShen2
Copy link

WayneShen2 commented Aug 29, 2024

Is your feature request related to a problem? Please describe.
Disk Count incorrect. The 2 cluster total disks should be 1080, but the dashboard only show 1032

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@WayneShen2 WayneShen2 added the feature New feature or request label Aug 29, 2024
@rahulguptajss
Copy link
Contributor

@WayneShen2 If you update this panel query to below. Does it work fine?

count(disk_labels{datacenter=~"$Datacenter",cluster=~"$Cluster",node=~"$Node"}) 

@rahulguptajss rahulguptajss added bug Something isn't working customer and removed feature New feature or request labels Aug 29, 2024
@WayneShen2
Copy link
Author

WayneShen2 commented Aug 29, 2024 via email

@rahulguptajss rahulguptajss linked a pull request Aug 29, 2024 that will close this issue
@rahulguptajss rahulguptajss self-assigned this Aug 29, 2024
@rahulguptajss
Copy link
Contributor

Thanks. It will be fixed via #3126

@rahulguptajss
Copy link
Contributor

verified in main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants