Vonage / Grafana_Status_panel

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

Case When there is nothing to show #175

Open pedrogmiller opened 4 years ago

pedrogmiller commented 4 years ago

Hello everyone,

I'm using the Vonage panel to show a Status-like panel for a more or less 100 services.

I found very interesting the repetition feature because I was allowed to configure it in such a way that I can show only the ones that are, for example, stopped. However, I believe I found a glitch in the vonage panel: when I wish to show the services that are stopped and all of my services are ON, my mySQL query will retrieve an empty list (not null). This makes the Vonage panel freak out because it doesn't know what to show.

Do you guys know how can I go around this problem?

Thank you, Pedro

monegim commented 3 years ago

Add OR on() vector(0) to your PromQL expression.