Whenever we do a `select sum(foo) from bar group by time(10m)`, the last group 
reported has lower numbers because it's not complete yet. If you keep running 
the same query over and over, the value for the last group will increase until 
it gets to the real value, until `now()` is at a round 10 minute mark, and then 
it'll go down to 0 again.

I'd like to be able to either (1) set the `group by time()` offset to the 
interval between the last "round" time interval OR (2) just have influx discard 
all data points between the end of the last round timestamp and `now()`.

I did a lot of reading of the documentation, github issues, and this group, and 
it seems like 1 is not possible. Is there a clean way to do 2?

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" 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/d9fe63c8-95aa-4413-98df-a0a177488261%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to