grafana/grafana-json-datasource

support Grafana Cloud public dashboard

twocode opened this issue · 3 comments

Currently JSON API data source cannot be used in Grafana Cloud if trying to publish dashboard publicly. Based on the description, it looks like missing related fields in package.json.

image
BWibo commented

+1 This is an awesome feature may people have been waiting for a long time. Would be really cool if this was supported.

+1 waiting this awesome feature.

Since this is the frontend plugin, we can't support public dashboard feature. Also rewriting this plugin to backend require huge effort also will come with lots of additional breaking changes due to incompatiable backend jsonata/jsonpath libraries.

Instead I would recommend switching to infinity datasource plugin which is now maintained by Grafana Labs. With the backend parser of Infinity datasource, you will be able to use backend operations such as alerting, public dashboards, recorded queries, private datasource connect, oauth2 authentication, etc.