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

[Bug] Appears a threshold value of zero is being treated like no data. #152

Open
mykllterry opened this issue Oct 19, 2020 · 7 comments
Open
Labels
bug Something isn't working

Comments

@mykllterry
Copy link

Describe the bug
I have a boom table panel that I use as a Key so viewers can tell what icons mean when they appear in other panels. Using the Font Awesome character like a wrench, or check, or hour glass.
While testing deployment options that grab the latest plug ins I found that the icons were not displaying properly in some cases. I was seeing lots of "No Data" when I was expecting a font awesome character.
In the case of my Key panel the data value is 0. S0 thresholds are setup that a value of zero should display a green check mark. Instead I get "No Data".
It looks to me like a value of zero is being interpreted as no data/missing data. Even when it is a legitimate value.

Screenshots
BoomTable v1.0.0 (current version we use)
image

Boom Table v1.4.0
(Also shows the sort order difference mentioned in another issue)
image

Version Details:

Grafana version : 7.2.1
Plugin version : 1.4.0

Additional context

@mykllterry mykllterry added the bug Something isn't working label Oct 19, 2020
@mykllterry mykllterry changed the title [Bug] Title [Bug] Appears a threshold value of zero is being treated like no data. Oct 19, 2020
@randomayzer
Copy link

after upgrade grafana 6.5.x->7.3.3 and then plugin to 1.4.0
have the same issue
all zeros turned into "No Data" values :(

@robbudge
Copy link

same, Influxdb Value of Zero, treated as Null / No Data

@chais0n
Copy link

chais0n commented Feb 3, 2021

Same issue. Prometheus metric with a value of 0 is treated as Null / No Data.

Grafana 7.2.0 and plugin 1.4.0

I have a simple query checking if a service is up/down.

node_systemd_unit_state{instance="test-server",name="firewalld.service",state="active" results in a 0 as the service is down, but is shown as N/A on the current Boom Table.

@frighteningkoala
Copy link

This seems to be fixed in the latest in GitHub.

@yesoreyeram can the version in Grafana be updated?

In the meantime, try pulling this repo and building and deploying it to your Grafana cluster yourself.

@UnicodeTreason
Copy link

If this fix can be released it would be great, I have a lot of Status checks that return 0/1 for fail/success.

@gunmail
Copy link

gunmail commented May 10, 2022

Hi there!
Also, please fix this bug.

@jasonacox
Copy link

The v1.5.0-alpha.3 release seems to fix this, as reported by mcbirse in a test here: jasonacox/Powerwall-Dashboard#49 (comment)

@yesoreyeram if v1.5.0 is still too alpha, would it be possible to branch v1.4.1 tag and pull just this "No data" fix into a v1.4.2 release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants