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

fix: respect query matcher in ingester when getting label values #10375

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

trevorwhitney
Copy link
Collaborator

There is a bug when passing a query parameter to the /label/:label/values. Currently the ingester is not respecting this query string, and so is always returning all label values. This PR fixes that bug.

@trevorwhitney trevorwhitney requested a review from a team as a code owner August 28, 2023 15:23
@trevorwhitney trevorwhitney merged commit 85e2e52 into main Aug 29, 2023
4 checks passed
@trevorwhitney trevorwhitney deleted the trevorwhitney/fix-label-value-query branch August 29, 2023 17:47
@trevorwhitney
Copy link
Collaborator Author

trevorwhitney commented Aug 29, 2023

Tested locally with single binary and SSD mode (docker), and on a microservices dev env. Worked in all 3 places

periklis pushed a commit that referenced this pull request Nov 6, 2023
periklis pushed a commit that referenced this pull request Nov 6, 2023
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 this pull request may close these issues.

2 participants