Vonage / Grafana_Status_panel

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

Queries table no longer available through Edit for Vonage Status Panel panels #144

Closed desirade closed 5 years ago

desirade commented 5 years ago

Hi,

During migration tests to Grafana V6.1.x, we realized that some of our panels built with Vonage Status Panel Plugin can no longer have their "queries" configuration table accessible from the context menu when clicking on "Edit".

Indeed, when clicking on "Edit" in this menu we get, instead of the "queries" configuration table, a red popup window stating: "Panel with id x not found".

The number x being actually the integer value of the key "id" in the json file of this panel.

Note that, after some investigations we noticed that the issue no longer happens on a duplicate version of the same panel created from the context menu (more... -> duplicate). We can then access the "queries" configuration table of the new identical panel without any issue. The new panel has a different value for key "id" in its json file set by Grafana.

Can you please provide some help?

Regards

desirade commented 5 years ago

Closing the issue. It was related to the type of id. The double quote made it a string where it should be an integer in the JSON format. This was OK in version 5.x but is no longer in 6.x.