grafana / grizzly

A utility for managing Jsonnet dashboards against the Grafana API

Home Page:https://grafana.github.io/grizzly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a Reviewing Proxy

malcolmholmes opened this issue · comments

The VSCode Extension includes a proxy server that allows easy editing and reviewing of dashboards that are stored as files (typically JSON).

The pattern here is one of using the UI to provide the editing furniture, but intercepting or redirecting the load/save events for dashboard JSON. This way, Grafana doesn't realise it isn't totally in charge. From a user's perspective, they can edit a dashboard without it ever seeing the Grafana database.

  • Implements the proxy server #310

Merged and done