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

PromQL query with selectors are returning no data #2320

Closed
sunng87 opened this issue Sep 4, 2023 · 0 comments
Closed

PromQL query with selectors are returning no data #2320

sunng87 opened this issue Sep 4, 2023 · 0 comments
Assignees
Labels
C-bug Category Bugs
Milestone

Comments

@sunng87
Copy link
Member

sunng87 commented Sep 4, 2023

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 data

image

but if we query host_cpu_seconds_total it dumps those rows where mode is user

image

What operating system did you use?

any

Relevant log output and stack trace

No response

How can we reproduce the bug?

  1. Ingest some data from vector
  2. query host_cpu_seconds_total{mode="user"} to see if it happens
@sunng87 sunng87 added the C-bug Category Bugs label Sep 4, 2023
@sunng87 sunng87 changed the title PromQL query with selector are returning no data PromQL query with selectors are returning no data Sep 4, 2023
@killme2008 killme2008 added this to the v0.4 milestone Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs
Projects
None yet
Development

No branches or pull requests

3 participants