Closed ghost closed 4 years ago
This will be included as part of our new query engine, Flux. This would be something added to the window
function in the new language.
Unfortunately, handling this in our existing query engine would be very difficult. Addressing many long standing query feature requests are exactly why we set out to create a new query engine and language with it.
Dear Paul, that's great news!
Thank you very much!
@pauldix That sounds promising, do you have an example of what an Flux query will look like for doing doing a month-to-date aggregate for every month in a year? For example, selecting the sum of some value between the 1st and 15th day of the month, grouped by month and year?
+1
Would like to see this for a business case, and for a private case.
+1
+1
Hi, It will be available in future 1.5 version then? Many thanks Regards
would be really great for me to get 'month' supported soon!
Any update on this issue?
Since it comes up as an additional layer beside actual db there's no way of getting your shard durations nor CQ's to run with calendar intervals. This will probably make some enterprisish customers look elsewhere. Perhaps you should consider renaming the product Fixed-Interval-Timeseries-DB. Would reflect the reality way better. Also state on your product description: We are a timeseries db, but we don't understand anything about calendars.
+1
+1
+1
+1
+1
+1
+1
After waiting too long for this important feature I now moved to a different DB. Sorry guys but without it you can't call it "time-series DB".
We also moved to prometheus.
we are also doing tests to migrate on prometheus... shame because it was a good project...
I moved to PostgreSQL
+1 from a large amount of data in timeunit of second, I have to draw the minutely, quarterly, half-hourly, hourly, daily, weekly, monthly or even yearly k-line chart, so I think group by month or year is really powerful to do these things
Any update on this one?
Any update on this one?
currently not...
+1
+1
+1
+1
Would very much like to see this as a feature. It's not really possible to create any sort of month-by-month view in grafana for InfluxDB sources..... Unless the month is manually added as a tag.
Re-iterating @pauldix comment from above: This will be included as part of our new query engine, Flux
. This would be something added to the window function in the new language.
Unfortunately, handling this in our existing query engine would be very difficult. Addressing many long standing query feature requests are exactly why we set out to create a new query engine and language with it.
This won't appear in the Flux 0.7 technical preview forthcoming -- but it is very much on our radar to include for GA of Flux.
@timhallinflux
This won't appear in the Flux 0.7 technical preview forthcoming -- but it is very much on our radar to include for GA of Flux.
So what's the roadmap for flux and GA planned date? ;)
+1 hope for the feature
+1 I need this as well
+1 It will be an awesome feature
+1
+1
+1 GROUP BY time(1Y) GROUP BY time(1M)
+1
+1
After discussions with a number of users in the energy sector, "quarterly" is also a valuable option. So...
GROUP BY time(1q)
+1 GROUP BY time(1Y) GROUP BY time(1M) GROUP BY time(1q) "quarterly"
Any news for this request ?
For the month and the year case, I think it's interrested to group on real month and year (ex : For february, group on 1 to 28 february)
+1 Would be very useful.
+1 this is a must-have for us
+1 GROUP BY time(1Y) GROUP BY time(1M)
Any news? @gunnaraasen
Many thanks!
+1
+1
+1
For example:
Its useful for me when i want to query the data last month and year...