grafana / influxdb-flux-datasource

Grafana datasource plugin for Flux (InfluxDB)
Apache License 2.0
51 stars 21 forks source link

Better handling of empty values in tables #49

Open zarbis opened 4 years ago

zarbis commented 4 years ago

As of InlfuxDB 1.7.8 Flux greatly improved handling of nil values and now allows having empty cells. But Grafana's Table has problems with it: 1) All empty values are rendered as NaNs, which is incorrect, since real NaNs appear from cases like dividing by zero and is generally a bad sign that requires attention. 2) Sorting table is completely broken. Take a look at the same table column in Chronograf and Grafana: image image