-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
[Bug] nonNegativeDerivative argument hidden if 0 #12488
Comments
Confirmed bug in Grafana 5.3.0-pre (latest) as well. Please note that it's a UI bug. Even if the zero isn't displayed after you've toggled edit mode, if you click on the nonNegativeDerivative function to edit you'll see that the zero is there. Also if you inspect the query using query inspector or chrome dev tools network tab you'll see that the zero is still sent to the graphite server in query. |
torkelo
added a commit
that referenced
this issue
Mar 20, 2019
ryantxu
added a commit
to ryantxu/grafana
that referenced
this issue
Mar 20, 2019
* grafana/master: update table data model fix(graphite): nonNegativeDerivative argument hidden if 0, fixes grafana#12488 flot pairs
ryantxu
added a commit
to ryantxu/grafana
that referenced
this issue
Mar 21, 2019
* grafana/master: (107 commits) another change that didn't come with earlier commit change that didn't come with in last commit reversed dashboard-padding Update CloudWatch metrics/dimension list (grafana#16102) brought back dashboard-padding and panel-padding variables, made dashboard-padding more specific fix(prometheus): Change aligment of range queries (grafana#16110) Minor refactoring of testdata query order PR grafana#16122 cleaner version maintain query order Update PLUGIN_DEV.md Merge with master, and updated logo and name update table data model fix(graphite): nonNegativeDerivative argument hidden if 0, fixes grafana#12488 Correct table names of sql storage for remotecache more fixes to snapshot more fixes to snapshot Fixed gofmt issue in PR grafana#16093 removed empty space in snapshot fix: Update snapshot related to new jest version fixed snapshot for test ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Grafana version are you using?
5.1.2
What datasource are you using?
Graphite 1.1.2
What did you do?
It should look like
nonNegativeDerivative(A, 0)
What was the expected result?
What happened instead?
nonNegativeDerivative(#A, 0) != nonNegativeDerivative(#A)
The text was updated successfully, but these errors were encountered: