Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: respect query matcher in ingester when getting label values (#10375
) 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.
- Loading branch information