Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Allow custom windows for aggregations #5309

Open
lutter opened this issue Mar 28, 2024 · 0 comments
Open

[Feature] Allow custom windows for aggregations #5309

lutter opened this issue Mar 28, 2024 · 0 comments
Labels
area/aggregations enhancement New feature or request

Comments

@lutter
Copy link
Collaborator

lutter commented Mar 28, 2024

Description

Right now, aggregations only allow building hourly and daily statistics. It would be good to allow custom windows like 7 days or 6 hours.

The one thorny thing with this is if windows become very short - that will create a lot of aggregates and therefore slow down both indexing and queries. For short windows, we'd need to investigate how much of a problem that might be.

@lutter lutter added enhancement New feature or request area/aggregations labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/aggregations enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant