On startup, I believe it will emit data the first data after 3s.

On Sat, Sep 24, 2016 at 12:31 AM, <[email protected]> wrote:

> 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,  <[email protected]> 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 [email protected].
> >
> > To post to this group, send email to [email protected].
> >
> > 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 [email protected].
> To post to this group, send email to [email protected].
> 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.
>



-- 
Sean Beckett
Director of Support and Professional Services
InfluxDB

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/CALGqCvMReZcfNDNPV-W0uOW5M2gTANy57V%2B%2BYvB9DWy-Ub8TTQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to