-
Notifications
You must be signed in to change notification settings - Fork 58
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
Datasource Metadata queries do not use the specified bulk time range #1454
Comments
@chandrams I was able to reproduce this issue and observe that the metadata is being imported for the specified time range in the bulk input with a time range difference of 1 hour in start & end time with thanos datasource List of steps followed:
in the pods logs start time:
|
However there are no recommendations generated due to |
Describe the bug
Datasource Metadata queries have measurement duration of 15 days and do not consider the specified bulk time range
Test failed with 503 http code and kruize pod was restarted with parallel requests.
How to reproduce it
Invoke the bulk API with a time range difference of 1 hour in start & end time with prometheus datasource, metadata queries fetch 15 days instead of using the bulk time range
Expected behavior
Metadata queries should consider the bulk time range.
Relevant logs
Environment:
The text was updated successfully, but these errors were encountered: