grafana-json-datasource icon indicating copy to clipboard operation
grafana-json-datasource copied to clipboard

A data source plugin for loading JSON APIs into Grafana.

Results 54 grafana-json-datasource issues
Sort by recently updated
recently updated
newest added
trafficstars

After moving from Grafana v8.0.6 to v8.1.0 the template variables stops working. A full page refresh is needed to update the template variables. _This also happens to panel queries._ v8.1.0...

type/bug

The query inspector gets stuck when the results of the query are cached. Setting cache time to 0 fixes the issue. Would it be possible to ignore the cache time...

type/bug

Fixes #161 By defautl dayjs parse strings as isoDate. If the string only contain digits, we can assume it is a timestamp and convert it to number before giving it...

The link in the README and also on Grafana.com that pointed to the docs is now broken https://marcusolsson.github.io/grafana-json-datasource -> https://marcus.se.net/grafana-json-datasource -> page not found

It would be awesome if there was an option to enable fill unavailable fields with null. This way it would be possible to visualize data that contains variable fields. The...

type/feature-request

I am getting error with JSONATA and it is likely with the underline version used for JSONATA. Error says: _Key in object structure must evaluate to a string; got: undefined_...

Hello All, I'm trying to create a variable on a REST endpoint that has the following (simple example): ```json { "all": { "children": [ "linux", "osx", "pi", "ungrouped", "windows" ]...

I'm running v1.3.1 of the data source and v9.1.2 of grafana. I have a dashboard using the datasource that is doing a POST request to my HTTP endpoint with some...

Can you please add native support for OAuth2 Authetication?

While attempting to fetch data from the Teamviewer endpoint https://webapi.teamviewer.com/api/v1/reports/devices it is currently not possible to filter with the parameters from_date and to_date because the parameters do not accept microsecond...