-
Notifications
You must be signed in to change notification settings - Fork 900
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
add offset option to time_bucket_gapfill #1304
Comments
Thank you for requesting the feature. We will followup. |
Origin should be implemented as well, it's hard to use the gapfilling features without origin and offset since the data being aggregated isn't even within the range you essentially query for, but instead is seemingly the closest multiple of the bucket size from the start time and on... |
Could you elaborate what you mean here? And does anyone have any workarounds at the moment to implement this feature? Like could you get feature parity by tuning your query parameters and dealing with it on the client? |
Hi everyone, Thanks! |
I spent too much time today trying to achieve this with the workaround mentioned in #1545, but it is too complicated (we also need to interpolate). Initially I expected that the start parameter would be enough, so I think this behavior should be mentioned in the time_bucket_gapfill documentation. |
Can we have this on the roadmap I also spent half a day before realizing why all my days were wrong :( |
it's a big API inconsistency since one would naturally expect |
Is there a way to find out whether this issue is going to be addressed? |
Hello @brakonstantin, we coordinate our efforts based on our community votes. Here are the latest priorities. Please upvote to help us to prioritize it in the next months. |
This would be awesome! |
This would be very useful |
This would be very useful! |
I need this so much right now 💯!! Any updates on this? |
This would be awesome! |
I'm also missing this feature. |
+1, Would be great |
+1, this would be very handy |
is there any update on this issue? |
Please make it real! |
Absolutely. We need the same fix for offset and origin to make time_bucket_gapfill work. Without these fixes, we are stuck writing the same function with the fixes, but without the performance and confidence of longevity. |
+1 it would be great. |
+1 would make my current projects much easier! |
Relevant system information:
Describe the bug
time_bucket
function with theoffset
option.offset
option is not provided.Expected behavior
time_bucket_gapfill
takes anoffset
optionThe text was updated successfully, but these errors were encountered: