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

LIMIT is applied to aggregated queries #8

Closed
timbutler opened this issue Jul 1, 2019 · 1 comment
Closed

LIMIT is applied to aggregated queries #8

timbutler opened this issue Jul 1, 2019 · 1 comment

Comments

@timbutler
Copy link

The default for a field type data query is to limit the results to 100. However, when the selector is changed to Aggregation, the limit still applies but the limit field is removed from view.

This means a query where you want to return a count of the entities, it will always be 100 if the numbers are greater than 100.

As I can see that the aggregation is Grafana / browser side, I'm not sure if the limit should be removed completely or at least displayed to allow an override.

@mariusoe
Copy link
Collaborator

mariusoe commented Sep 6, 2019

Should be solved by PR #11

@mariusoe mariusoe closed this as completed Sep 6, 2019
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