influxdata / influxdata/influxdb
I want the group by time() function to support aggregation by month and year
Open
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
version: 1.8.4
function: group by time()
I want the group by time() function to support aggregation by month and year
Or use Flux query. Window function supports aggregating data by month and year, but does not support TZ () function. I hope it can support setting time zone, thank you
Contributor guide
Research direction
Start by locating the implementation of the group by time() function and the Flux window and TZ handling mentioned in the issue. Determine whether month/year aggregation, time-zone support, or both are in scope; done means the requested grouping behavior is implemented and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100