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

Filter out zero-values when doing a custom query #70

Open
andersvartdal opened this issue Jul 12, 2019 · 1 comment
Open

Filter out zero-values when doing a custom query #70

andersvartdal opened this issue Jul 12, 2019 · 1 comment

Comments

@andersvartdal
Copy link

When doing calculations in a custom query, the query fails when null-values appear (e.g. if you want to show a time-series as a percentage of max and then for a portion of the time selected, the value is zero).

Similar to what is seemingly possible through Prometheus: grafana/grafana#8309, it would be great to be able to filter out the zero-values of a time-series.

@polomani
Copy link
Contributor

polomani commented Aug 4, 2020

I believe this is fixed with a new on_error functionality?

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