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
Describe the bug If I set server.http_path_prefix to any value, querying /<prefix>/loki/api/v1/label/<name>/values returns an error:
server.http_path_prefix
/<prefix>/loki/api/v1/label/<name>/values
parse error : syntax error: unexpected $end
Other endpoints seem to work as expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior The endpoint should return label values.
Environment:
Screenshots, Promtail config, or terminal output
curl --header "X-Scope-OrgID: test" http://192.168.0.3:3100/my_prefix/loki/api/v1/label/filename/values?start=1735898264857000000 parse error : syntax error: unexpected $end
Possibly related to #2176
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If I set
server.http_path_prefix
to any value, querying/<prefix>/loki/api/v1/label/<name>/values
returns an error:Other endpoints seem to work as expected.
To Reproduce
Steps to reproduce the behavior:
server.http_path_prefix
in Loki configuration./<prefix>/loki/api/v1/label/<name>/values
API endpoint.Expected behavior
The endpoint should return label values.
Environment:
Screenshots, Promtail config, or terminal output
Possibly related to #2176
The text was updated successfully, but these errors were encountered: