I want to show the latest data even if the data is null. I wrote the Metrics, and got the result in the picture. I chose the last as aggregation.
So how to get latest data and show in the panel even if it is null.
Have you tried using fill(0) in the metric? This would result in "Adapter - 0" in the status panel if there was no "success" received in the last ten minutes.
I want to show the latest data even if the data is null. I wrote the Metrics, and got the result in the picture. I chose the last as aggregation. So how to get latest data and show in the panel even if it is null.