We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570a9cf commit cf1a6a1Copy full SHA for cf1a6a1
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
- Do your work :)
6
7
+## 0.1.1
8
+
9
+- Handle pagination when requesting for `ServiceInsigt`s
10
11
## 0.1.0
12
13
- Add support for rolling up kuma services inside the same node in the nodeGraph.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "kumahq-kuma-datasource",
3
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "A datasource plugin for kuma",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments