On Thursday, September 22, 2016 at 10:35:39 PM UTC+5:30, Sean Beckett wrote:
> https://docs.influxdata.com/kapacitor/v1.0/nodes/window_node/
> 
> 
> Every 3 seconds, the most recent 10 seconds of data is emitted to the next 
> node.
> 
> 
> On Thu, Sep 22, 2016 at 9:27 AM,  <prash...@theatrolabs.com> wrote:
> In the below code, what is the behavior of window?
> 
> 
> 
> Does it collect data for 10s and emit it into pipeline every 3 seconds?
> 
> And the data emitted to pipeline, is it 3 seconds of data or whole 10 seconds 
> data?
> 
> 
> 
> stream
> 
>                 |from()
> 
>                   .measurement('cricket')
> 
>                   .groupBy('ball','bat','player')
> 
>                 |window()
> 
>                   .period(10s)
> 
>                   .every(3s)
> 
> 
> 
> --
> 
> Remember to include the InfluxDB version number with all issue reports
> 
> ---
> 
> You received this message because you are subscribed to the Google Groups 
> "InfluxDB" group.
> 
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to influxdb+u...@googlegroups.com.
> 
> To post to this group, send email to infl...@googlegroups.com.
> 
> Visit this group at https://groups.google.com/group/influxdb.
> 
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/influxdb/4c914ffb-9ffe-4e2c-8527-33d7fc9e43ea%40googlegroups.com.
> 
> For more options, visit https://groups.google.com/d/optout.
> 
> 
> 
> 
> 
> -- 
> 
> 
> Sean Beckett
> Director of Support and Professional Services
> InfluxDB

What would be the behavior for the first 3s. Does it emit the 3s data or it 
will wait for 10s at the start?

-- 
Remember to include the InfluxDB version number with all issue reports
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/7cdccb42-d21d-4f04-ba61-166217a353b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to