grafana-json-datasource
grafana-json-datasource copied to clipboard
A data source plugin for loading JSON APIs into Grafana.
Hi there, Just wondering if this plugin (fantastic work btw) will be supporting the new unified alert system?
Hi, We are having this a global variable (multi value variable), and we are not able to read the actual position of the variable. We are been forced to set...
What happened? Grafana crashes when attempting to use `?$filter` on the JSON API path This occurs even when Iām not using the dashboard variable outside of the dashboard When using...
Hi. I have a some issue. Environment: - API app in docker with network - Grafana app in docker with same network I try to get some value from api...
I have a grafana instance in docker, i will for datasources to be added from a yml file. All my other datasources work but i am unable to provide credentials...
Hello, I'am using your plugin which is amazing first š . But I'm am facing a problem because i have to display huge amount of data. ### Problem : I...
I am reading in statusjson data from nagios. A part of it: [nagiosexample.txt](https://github.com/marcusolsson/grafana-json-datasource/files/9052848/nagiosexample.txt) I want to do a partial match on $.data.hostlist.[*].name, so I do $.data.hostlist[?(@.name=~/bb/)].name I would expect to...
 I change the cache time from 5m to 0s, it does't work. use v1.0.1 can you fix it? thx
Group by is considered stable (#36). In this PR I propose adding a new Options Tab for the group by feature. This PR should also be backwards compatible with the...
The `Group By` field selector appears to always swallow the first field of the dataframe, making it weirdly order dependent on a 2-field frame to select the right field.