Vonage / Grafana_Status_panel

A panel plugin for Grafana to monitor multiple parameters at once
Other
179 stars 108 forks source link

Invalid String #115

Open SongYg opened 6 years ago

SongYg commented 6 years ago

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. 2018-07-06_105453

PeteBa commented 6 years ago

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.