-
Notifications
You must be signed in to change notification settings - Fork 153
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
puzzled time with aggregateWindow() function #5485
Comments
code referred to as below: |
@ccbellflower Window boundaries originate at the Unix epoch and are calculated based on that starting point. So window boundaries will be started every 7-8 minutes starting at 1970-01-01T00:00:00Z. I'm curious to see what your actual window boundaries are in your query. Run the following to get the start boundary of each window:
|
@sanderson could you please check data in this link, because i have failed to post screenshoots on this comment. |
@ccbellflower Thanks for the link to the community post. When I query for the actual window boundaries that are being used in your query (limited to the time range you defined), I get the following: 7m windows
8m windows
The |
@sanderson thanks for your reply. |
This issue has had no recent activity and will be closed soon. |
这是来自QQ邮箱的假期自动回复邮件。您好,您的邮件我已收到,会尽快进行处理,谢谢。 陈艺
|
This issue has had no recent activity and will be closed soon. |
这是来自QQ邮箱的假期自动回复邮件。您好,您的邮件我已收到,会尽快进行处理,谢谢。 陈艺
|
Raw data are inserted every 30s. so when the interval param, every, is set in minutes, every interval should have value, the time of which .But that's not.
When every is setted to "7m", data is retrieved from 00:03:59, which should be "00:08:59"
When every is setted to "8m", data is retrieved from 00:07:59
The text was updated successfully, but these errors were encountered: