You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Querying the /loki/api/v1/label//values endpoint with a query parameter returns all values regardless of the provided matcher/query. This issue only occurs when querying between now and 6 hours. After 6 hours, the endpoint functions correctly and returns only the requested labels. This leads me to believe that the underlying bug may be related to the Ingester-query.
Describe the bug
Querying the /loki/api/v1/label//values endpoint with a query parameter returns all values regardless of the provided matcher/query. This issue only occurs when querying between now and 6 hours. After 6 hours, the endpoint functions correctly and returns only the requested labels. This leads me to believe that the underlying bug may be related to the Ingester-query.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For example
Returns:
But it should only return "/var/log/wifi.log" and not all the files.
Environment:
Screenshots, Promtail config, or terminal output
no screenshots
The text was updated successfully, but these errors were encountered: