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.