You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if we try to create a dashboard using json model containing a gauge panel, it will be marshalled as a custom panel instead of a gauge panel. Due to json nesting of custom panel, targets.expr for the gauge panel will not be parse and no data is displayed on the gauge.
Proposal: Add GaugePanel struct in panel.go
The text was updated successfully, but these errors were encountered:
Currently, if we try to create a dashboard using json model containing a gauge panel, it will be marshalled as a custom panel instead of a gauge panel. Due to json nesting of custom panel, targets.expr for the gauge panel will not be parse and no data is displayed on the gauge.
Proposal: Add GaugePanel struct in panel.go
The text was updated successfully, but these errors were encountered: