GrafanaJsonDatasource
GrafanaJsonDatasource copied to clipboard
Grafana datasource to load JSON data over your arbitrary HTTP backend
Hi everyone! Json Datasource usage is growing rapidly and I feel like it's time for this question 🙂. Please answer the following questions if you use the datasource: - What...
When having selected a metric, if I want to change it, I can only see the currently selected metric in the dropdown. Is this intended? Thanks!
The interface was developed according to the requirements, but it still did not succeed. Has anyone encountered the same problem and how did they solve it 
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@grafana/data](https://redirect.github.com/grafana/grafana) ([source](https://redirect.github.com/grafana/grafana/tree/HEAD/packages/grafana-data)) | [`^11.2.2` -> `^11.3.0`](https://renovatebot.com/diffs/npm/@grafana%2fdata/11.2.2/11.3.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
We try to configure Grafana using Terraform so it was a challenge to find the correct variables (still have not found some, for example withCredentials). But I think it might...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@grafana/eslint-config](https://redirect.github.com/grafana/eslint-config-grafana) | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@grafana%2feslint-config/7.0.0/8.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Can I get the user's login name from the `/query` request? Its value is the built-in Grafana variable `${__user.login}`. I need this information to perform some permission control, which will...
> When the payload type is select or multi-select and the payload options configuration is empty, expanding the drop-down menu will trigger this API. The request body will carry the...
Hi @simPod! As seen on #34 there was some interest in having alerting support for the plugin. I'm currently working on developing an OSS plugin for MongoDB databases and decided...
When using text variables in dashboard queries (e.g. ${filter}), users may enter special characters like \ or ". These result in invalid JSON and an empty one is sent to...