-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
syntax error: unexpected $end when setting server.http_path_prefix #2176
Comments
All good point @sandeepsukhani, I think we can do it for the frontend, considering the config is shared. |
@tarokkk in the future please avoid asking your peers to thumbs up an issue in an attempt to game the priority, this is a good way to find yourself at the bottom of the priority list.... |
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
* Hide passwords in URLs from flags. * Add secret flag handler that hides the value of the secret when marshalled to YAML. * Use flagext.Secret for Azure, GCP, Redis, Cassandra secrets and block storage config. * Teach doc generator how to handle flagext.Secret. Signed-off-by: Tom Wilkie <tom@grafana.com>
Describe the bug
When you set
http_path_prefix
Loki response with:error parsing labels: parse error : syntax error: unexpected $end
To Reproduce
Installed Loki from latest chart and port-forwarded to localhost-
loki-0.29.0 v1.5.0
Example curl (working)
Setting the
http_path_prefix
toloki-server
Expected behavior
It should work like without the settings.
Environment:
Config:
The text was updated successfully, but these errors were encountered: