We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect result
Frontend
On distributed + object storage deployment, we experienced bug that PromQL query with a label filter only returns some or even no data.
host_cpu_seconds_total{mode="user"} returns no data
host_cpu_seconds_total{mode="user"}
but if we query host_cpu_seconds_total it dumps those rows where mode is user
host_cpu_seconds_total
user
any
No response
The text was updated successfully, but these errors were encountered:
waynexia
No branches or pull requests
What type of bug is this?
Incorrect result
What subsystems are affected?
Frontend
What happened?
On distributed + object storage deployment, we experienced bug that PromQL query with a label filter only returns some or even no data.
host_cpu_seconds_total{mode="user"}
returns no databut if we query
host_cpu_seconds_total
it dumps those rows where mode isuser
What operating system did you use?
any
Relevant log output and stack trace
No response
How can we reproduce the bug?
host_cpu_seconds_total{mode="user"}
to see if it happensThe text was updated successfully, but these errors were encountered: