grafana-json-datasource
grafana-json-datasource copied to clipboard
A data source plugin for loading JSON APIs into Grafana.
### Discussed in https://github.com/marcusolsson/grafana-json-datasource/discussions/244 Originally posted by **gschneller** March 2, 2022 Context: - Grafana 8.3.2 - grafana_plugin marcusolsson-json-datasource-1.3.1.zip - Panel: Stat -Field: `$.` My query retuned the json: 0 Query...
## Problem if the api return a JSON object which have a value with comma charactor. the grafana-json-api plugin can not parse the value。 ## The JSON object in the...
I have this example JSON structure: ``` { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "latitude": 37.0, "longitude": -90, "created_at": "2021-06-28 17:40:13 UTC", "site_name": "scrub", "date": "2021-06-28", "time":...
I'm trying to display side by side data from two different time periods using time shift mechanism in [query options](https://grafana.com/docs/grafana/latest/panels/reference-query-options/#reference-query-options) and it seems it doesn't work for this data source...
I set panel time shift to '1d/d' so the start and end time will be aligned with 0 o'clock. `$__unixEpochFrom()` expanded to `1632067200` => 2021-09-20 00:00:00, which is correct. But...
While trying to connect to a WebService exposed from RapidMiner I get the JSON API: Bad Gateway error while configuring the data source. I have tried with and without user...
Hi, Prior to the new version, we are able to use variables as a parameter value, but in the latest release (0.10.0) looks like we don't have this feature anymore,...
**What happened**: Json API not working and showing an error "JSON API: Cannot connect to API" **What you expected to happen**: I am trying to pull the API data directly...
I've just discovered an interesting problem (using version 1.1.1): all query parameters specified in the query params tab arrive at my REST API wrapped in an array, with a double...
Hi, Thank you for your hard work, this plugin works pretty well now. But I found something does not work well in query with a variable in both JSONpath and...