-
Notifications
You must be signed in to change notification settings - Fork 4
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
Timeout Error when querying variables #71
Comments
Hi @Neko-Follower ! Is it reproduced with the previous version? Sorry, I see your next image. So, the previous version was worked on. So, is something wrong with querying values |
@Neko-Follower ! I have checked the behavior and it works well with my local installation I used grafana 9.5.21, and the v0.4.0 of the datasource |
It takes some time to query those values. Can you check that you do not have any proxy between Datasource and Victorialogs? |
Hi @Neko-Follower ! We have discussed all described issues. I need to do some testing on both issues and will be back soon. I think I will make all the checks today. But I need to prepare for some of the tests at my local env. |
Hi @dmitryk-dk ! Ok, I'll be waiting for results. #72 can be closed since it is related to timeout error |
The correct query param names for /field_values are `start` `end`. See https://docs.victoriametrics.com/victorialogs/querying/#querying-field-values Sending `from` and `to` params meant time range filter wasn't applied at all. This made VictoriaLogs make the full data scan. Which probably caused the following issues: * #71 * #72
The correct query param names for /field_values are `start` `end`. See https://docs.victoriametrics.com/victorialogs/querying/#querying-field-values Sending `from` and `to` params meant time range filter wasn't applied at all. This made VictoriaLogs make the full data scan. Which probably caused the following issues: * #71 * #72
Hi! @hagen1778 fixed the problem. This fix will be included in the next release. You can build the data source from the main branch and try to use it. |
Hi @Neko-Follower ! The issue was resolved in the release. Please reopen the issue if you find any problems |
Hi! I run into some bugs with new v0.4.0 version. I try to create variable namespace and get 504 Timeout error
For testing purposes I switch back to v0.3.0 version. And I didn't find any errors here.
The text was updated successfully, but these errors were encountered: