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

Group-Aggregate Algorithm #374

Open
webfolderio opened this issue Sep 21, 2020 · 1 comment
Open

Group-Aggregate Algorithm #374

webfolderio opened this issue Sep 21, 2020 · 1 comment

Comments

@webfolderio
Copy link
Contributor

Hi,

Which algorithm is used by group-aggregate to down sample metrics.

Largest Triangle Three Bucket (LTTB), or average value etc...

Thanks

@webfolderio webfolderio changed the title Downsample Algorithm Group-Aggregate Algorithm Sep 21, 2020
@Lazin
Copy link
Member

Lazin commented Sep 24, 2020

It depends on query. It can be average, sum, min, max, or count. The function is one of the parameters of the group aggregate query. The default is average.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants