grafana-json-datasource

A data source plugin for loading JSON APIs into Grafana.

APACHE-2.0 License

Stars
261
Committers
22

Bot releases are visible (Hide)

grafana-json-datasource - Release v0.9.2

Published by github-actions[bot] over 3 years ago

0.9.2 (2021-02-03)

Full changelog

Bug fixes

  • Variable queries fail with error (#48)
grafana-json-datasource - Release v0.9.1

Published by github-actions[bot] over 3 years ago

0.9.1 (2021-02-01)

Full changelog

Bug fixes

  • Cannot read property 'toString' of null (#46)
grafana-json-datasource - Release v0.9.0

Published by github-actions[bot] over 3 years ago

0.9.0 (2021-02-01)

Full changelog

BREAKING CHANGE: Query parameters set by the query editor no longer overrides the data source config, to match how headers are handled in the Grafana proxy. This establishes the convention that any configuration made by an administrator should have higher priority.

IMPORTANT: This release contains many new changes that touches several aspects of the plugin. Make sure that you back up your dashboards before updating your plugin.

This release introduces a new query editor that gives more control of the request.

  • Support for both GET and POST methods
  • Support for request bodies (when using POST)
  • Support for headers

It introduces a new key value editor for query parameters and headers, as well as a Monaco-based editor for editing the request body with syntax highlighting.

This release deprecates the queryString property in the query model, in favor of the new params. The query string config should be backwards-compatible (and forward-compatible) with previous versions, but make sure to back up your dashboard before upgrading.

grafana-json-datasource - Release v0.8.0

Published by github-actions[bot] almost 4 years ago

0.8.0 (2020-01-08)

Full changelog

Enhancements

  • Use the refId as the series name
  • Add type configuration for queries (#37)

Bug fixes

  • Grafana Explore gets stuck when adding a second query (#31)
  • Multiple data source queries overwrite each other
grafana-json-datasource - Release v0.7.1

Published by github-actions[bot] almost 4 years ago

0.7.1 (2020-12-07)

Full changelog

Bug fixes

  • Falsy values are returned as NaN (#25)
grafana-json-datasource - Release v0.7.0

Published by github-actions[bot] almost 4 years ago

0.7.0 (2020-12-04)

Full changelog

Enhancements

  • Add support for custom paths (#24)
  • Add epoch time macros (#22)
  • Migrate to new form components. This bumps the minimum required Grafana version to 7.3.0

Bug fixes

  • Template variable chaining is not working (#23)
  • Cannot read property 'length' of null (#21)
grafana-json-datasource - Release v0.6.4

Published by github-actions[bot] almost 4 years ago

0.6.4 (2020-11-30)

Full changelog

Bug fixes

  • Fixes an issue where custom query parameters defined in the data source are flipped.
grafana-json-datasource - Release v0.6.3

Published by github-actions[bot] almost 4 years ago

0.6.3 (2020-11-27)

Full changelog

Enhancements

  • Updated @grafana dependencies from ^7.0.0 to ^7.3.0
  • Improved release process using the new GitHub workflows for Grafana plugins
grafana-json-datasource - Release v0.6.2

Published by github-actions[bot] almost 4 years ago

grafana-json-datasource - Release v0.6.1

Published by github-actions[bot] almost 4 years ago

Enhancements

  • Grafana variable in "Custom queries parameter" #14
grafana-json-datasource - Release v0.6.0

Published by github-actions[bot] almost 4 years ago

Enhancements

  • Custom query parameters and URL via query #8

Bug fixes

  • ID values are incorrectly converted to dates #10
grafana-json-datasource -

Published by marcusolsson about 4 years ago

grafana-json-datasource - v0.5.0

Published by marcusolsson about 4 years ago

This adds support for variables (thanks @assisgui!)

grafana-json-datasource - v0.4.0

Published by marcusolsson about 4 years ago

This release adds authentication options.

grafana-json-datasource - v0.3.1

Published by marcusolsson about 4 years ago

This release adds a logo to the plugin

grafana-json-datasource - v0.3.0

Published by marcusolsson about 4 years ago

This release extends the support for JSON Path through jsonpath-plus (thanks @foosel!)

grafana-json-datasource - v0.2.0

Published by marcusolsson about 4 years ago

This release adds support for adding query parameters to the API request.

grafana-json-datasource - Initial release

Published by marcusolsson about 4 years ago