Skip to content

Releases: kumahq/kuma-grafana-datasource

Release v0.1.1

18 Aug 12:45
cf1a6a1
Compare
Choose a tag to compare

0.1.1

What's Changed

Important

Docs

  • Update docs after consolidating metrics, logs, traces into observability by @slonka in #103

Dependencies

  • Bump github.com/grafana/grafana-plugin-sdk-go from 0.116.0 to 0.119.0 by @dependabot in #25
  • Bump @grafana/runtime from 8.2.3 to 8.2.5 by @dependabot in #22
  • Bump @grafana/data from 8.2.4 to 8.2.5 by @dependabot in #21
  • Bump github.com/grafana/grafana-plugin-sdk-go from 0.119.0 to 0.120.0 by @dependabot in #31
  • Bump @grafana/ui from 8.2.3 to 8.3.0 by @dependabot in #32
  • Bump @types/lodash from 4.14.168 to 4.14.177 by @dependabot in #18
  • Bump github.com/grafana/grafana-plugin-sdk-go from 0.120.0 to 0.138.0 by @dependabot in #114

New Contributors

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

16 Nov 16:28
1bfd4b0
Compare
Choose a tag to compare

0.1.0

  • Add support for rolling up kuma services inside the same node in the nodeGraph. This feature is especially useful when services have multiple inbounds and the default will always rollup k8s services together.
  • Upgrade most dependencies

Release v0.0.4

29 Oct 16:26
Compare
Choose a tag to compare

0.0.4

  • Add services query type
  • Improve forms for nicer display
  • Use api endpoints with meshes instead of filtering on the backend

Release v0.0.3

24 Aug 14:19
Compare
Choose a tag to compare

0.0.3

  • Correct query bug in rate for edge stats

This is an unsigned plugin you will need to enable unsigned plugins with: allow_loading_unsigned_plugins=kumahq-kuma-datasource.

Release v0.0.2

24 Aug 07:50
Compare
Choose a tag to compare
Release v0.0.2 Pre-release
Pre-release

0.0.2

  • Add possibility to use dashboard variables in nodeGraph queries

This is an unsigned plugin you will need to enable unsigned plugins with: allow_loading_unsigned_plugins=kumahq-kuma-datasource.

Release v0.0.1

23 Aug 14:39
Compare
Choose a tag to compare
Release v0.0.1 Pre-release
Pre-release

0.0.1

Initial release.

This is an unsigned plugin you will need to enable unsigned plugins with: allow_loading_unsigned_plugins=kumahq-kuma-datasource.

First version

20 Aug 15:31
Compare
Choose a tag to compare
First version Pre-release
Pre-release

This introduces the very first version of the Kuma datasource plugin.

For the moment it's only doing what's needed to render a nodeGraph chart.