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 - marcusolsson-json-datasource v1.3.14 Latest Release

Published by grafanabot 6 months ago

v1.3.14 - 2024-04-15

  • ⚙️ Chore: Update dependencies
grafana-json-datasource - marcusolsson-json-datasource v1.3.13

Published by grafanabot 7 months ago

v1.3.13 - 2024-04-04

  • ⚙️ Chore: Update dependencies
grafana-json-datasource - marcusolsson-json-datasource v1.3.12

Published by grafanabot 8 months ago

v1.3.12 - 2024-02-14

  • ⚙️ Chore: Maintenance
grafana-json-datasource - marcusolsson-json-datasource v1.3.10

Published by grafanabot 9 months ago

v1.3.10 - 2023-12-20

grafana-json-datasource - marcusolsson-json-datasource v1.3.9

Published by grafanabot 11 months ago

v1.3.9 - 2023-11-21

  • Update configuration page to follow best practices
  • ⚙️ Chore: Remove legacy form styles
  • ⚙️ Chore: Update readme and documentation
  • ⚙️ Chore: Added lint github workflow
grafana-json-datasource - marcusolsson-json-datasource v1.3.8

Published by grafanabot about 1 year ago

v1.3.8 - 2023-10-19

  • ⚙️ Chore: Update dependencies
grafana-json-datasource - marcusolsson-json-datasource v1.3.7

Published by grafanabot about 1 year ago

v1.3.7 - 2023-10-18

  • ⚙️ Chore: Migrate to create-plugin
  • ⚙️ Chore: Add feature tracking
grafana-json-datasource - marcusolsson-json-datasource v1.3.6

Published by grafanabot over 1 year ago

1.3.6 (2023-05-30)

  • Chore: Docs update
grafana-json-datasource - marcusolsson-json-datasource v1.3.3

Published by grafanabot over 1 year ago

1.3.3 (2023-03-20)

  • Chore: dependencies update
  • Chore: spellcheck added
grafana-json-datasource - marcusolsson-json-datasource v1.3.2

Published by grafanabot about 2 years ago

1.3.2 (2022-10-14)

Full changelog

  • Fixed the broken docs and links
grafana-json-datasource - Release v1.3.1

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

1.3.1 (2022-01-24)

Full changelog

Enhancements

  • Append suffix to param key to uniquify duplicate param keys #232 (thanks @rejohnst!)
  • Added grafana global variables when doing a query using jsonata #223 (thanks @amng!)

Bug fixes

  • Certain strings incorrectly identified as dates #202
grafana-json-datasource - Release v1.3.0

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

1.3.0 (2021-09-03)

Full changelog

Enhancements

  • Add support for JSONata (#114), a query language similar to JSONPath with support for transformations.

Bug fixes

  • Cannot read property 'filter' of undefined (#156)
grafana-json-datasource - Release v1.2.1

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

1.2.1 (2021-06-18)

Full changelog

Enhancements

  • Update dependencies, docs, and metadata
grafana-json-datasource - Release v1.2.0

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

1.2.0 (2021-05-18)

Full changelog

Enhancements

  • Adding $__isoFrom() and $__isoTo() macros (#115) (thanks @jirkafajfr!)
  • Using JSON.stringify instead of toString for object types in parseValue (#111) (thanks @Totalus!)

Bug fixes

grafana-json-datasource - Release v1.1.1

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

1.1.1 (2021-04-17)

Full changelog

Enhancements

  • Improve editor styling

Bug fixes

  • Fix issue where wrong fields were used when grouping
  • Add variable support for aliases
grafana-json-datasource - Release v1.1.0

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

1.1.0 (2021-04-15)

Full changelog

This release introduces an Experimental tab to the query editor. This will be used to let users try out features while they're being developed. Each feature has a link the the GitHub issue where you can share you feedback, before the feature is considered stable.

Enhancements

  • Extend variables support to options
  • Don't detect time fields from Unix epoch (#82)
  • Add params to cache key (#85)
  • Add Experimental section to query editor to test features under development
  • Experimental: Group query results by field (#36)
  • Experimental: Set display name for metric fields (#36)
  • Experimental: Set optional label for variables (#79)

Bug fix

  • Ignore hidden queries (#83)
  • New queries don't use default values
grafana-json-datasource - Release v1.0.1

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

1.0.1 (2021-03-05)

Full changelog

Enhancements

  • Add annotation support

Bug fixes

  • Can't connect to API when URL contains encoded slash (#59)
grafana-json-datasource - Release v1.0.0

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

1.0.0 (2021-03-04)

Full changelog

No noteworthy features or bug fixes in this release. Mostly metadata updates.

grafana-json-datasource - Release v0.10.1

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

0.10.0 (2021-02-27)

Full changelog

Bug fixes

  • Undefined cache duration isn't handled
  • Query editor tries to update read only property
grafana-json-datasource - Release v0.10.0

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

0.10.0 (2021-02-19)

Full changelog

Enhancements

  • Add auto-completion to JSON Path queries