Hi, I’ve a data source that can often return no data for a certain data point, and I’m looking for a way to visually highlight if and data point in that row is null. I am imagining something like making the background of that data point red etc.
Initially I’d guess there’s a way to say, in my Flux query, “if any other columns are null then set this value to 100” and then use an override(?) to draw that meta column differently to the others, but also hoping there’s a native way to do that within Grafana, and to not need to try and work out how / if it’s possible to get the source data to be modified.
Oh also, the column names here are not predefined, nor the quantity. They are hostnames for various groups of machines, so everything needs to be calculated implicitly without knowing what source data names I actually have.
4 posts - 2 participants