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 When attempting to query loki with grafana outputs 500 error of invalid version 2
To Reproduce Steps to reproduce the behavior:
api/datasources/proxy/2/loki/api/v1/query_range?direction=BACKWARD&limit=1728&query=sum(rate(%7Bjob%3D%22hybris%22%2Cenv%3D%22prd%22%7D%7C%3D%20%22ERROR%22%20%5B1m%5D))%20by%20(instance)&start=1605615224000000000&end=1605626025000000000&step=5
Expected behavior Expected to get a data set of results returned by query
Environment:
Screenshots, Promtail config, or terminal output If applicable, add any output to help explain your problem.
The text was updated successfully, but these errors were encountered:
Fixes by #2945
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When attempting to query loki with grafana outputs 500 error of invalid version 2
To Reproduce
Steps to reproduce the behavior:
api/datasources/proxy/2/loki/api/v1/query_range?direction=BACKWARD&limit=1728&query=sum(rate(%7Bjob%3D%22hybris%22%2Cenv%3D%22prd%22%7D%7C%3D%20%22ERROR%22%20%5B1m%5D))%20by%20(instance)&start=1605615224000000000&end=1605626025000000000&step=5
Expected behavior
Expected to get a data set of results returned by query
Environment:
Screenshots, Promtail config, or terminal output
If applicable, add any output to help explain your problem.
The text was updated successfully, but these errors were encountered: