Releases: kumahq/kuma-grafana-datasource
Releases · kumahq/kuma-grafana-datasource
Release v0.1.1
0.1.1
What's Changed
Important
- Adding
MeshGateway
support to mesh-graph query by @michaelbeaumont in #128 - Handle pagination when get service insights by @bartsmykla in #150
Docs
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
- @slonka made their first contribution in #103
- @bartsmykla made their first contribution in #150
Full Changelog: v0.1.0...v0.1.1
Release v0.1.0
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
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
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
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
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
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.