Skip to content

Releases: simPod/GrafanaJsonDatasource

Document 0.4.x

21 Feb 10:33
6ad0a8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

Variables support

07 Feb 11:39
1176c54
Compare
Choose a tag to compare

This adds support for Query Variables. They now call /variable endpoint instead of /search.

If you've used this datasource with Query Variables before, it will stop working for you probably. Open an issue for support.

image

What's Changed

New Contributors

Full Changelog: 0.3.0...0.4.0

Wait is over

27 Aug 07:59
c33e450
Compare
Choose a tag to compare

Features

  • DataFrame is supported. Every response is converted to DataFrame now.
  • Uses native Annotations
  • interval variables are supported

Breaking Changes

  • Removed Format As input and with that a type field in request.
  • Field target.data in request was renamed to target.payload (edit your Dashboard's JSON for easy migration).
  • You should resave your variables as the legacy support has been dropped (it requires { query: string, format: string } shape) 77a042f

Constraint is set to Grafana 8.0.0+

v0.2.6

14 Jul 07:57
0b4d921
Compare
Choose a tag to compare

Query Variables now have Raw JSON switch. When enabled, the query string is parsed as a JSON object. Otherwise when disabled, the query string is placed into a target key to create a JSON object.

v0.2.5

19 May 07:19
Compare
Choose a tag to compare
  • Security dep bumps
  • Do not issue a query when metric is not selected #165

This should be a last version in 0.2.x row

v0.2.4

18 Mar 07:53
Compare
Choose a tag to compare

@istvan86-nagy fixed order of processing Additional JSON, so we're first replacing variables and JSON parse after that in #149

v0.2.3

25 Jan 10:20
Compare
Choose a tag to compare
  • Require @grafana v7.3
  • Support textbox variables
  • Upgrade deps

v0.2.2

15 Oct 08:37
Compare
Choose a tag to compare

Fixes

v0.2.1

05 Oct 17:50
a041dbf
Compare
Choose a tag to compare

Little fixes

v0.2.0

04 Jun 12:28
3413784
Compare
Choose a tag to compare

Min required version of Grafana is v7