File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,23 @@ Once this is done you can go in `explore` and pick the kuma-datasource with the
36
36
37
37
Add to the datasource configuration:
38
38
39
+ #### kuma >= 1.7.0
40
+
41
+ ``` yaml
42
+ datasources :
43
+ - name : Prometheus
44
+ type : prometheus
45
+ access : proxy
46
+ url : http://prometheus-server.mesh-observability
47
+ - name : Kuma
48
+ type : kumahq-kuma-datasource
49
+ url : http://kuma-control-plane.kuma-system:5681
50
+ jsonData :
51
+ prometheusDataSourceId : " 1"
52
+ ` ` `
53
+
54
+ #### kuma < 1.7.0
55
+
39
56
` ` ` yaml
40
57
datasources :
41
58
- name : Prometheus
@@ -51,7 +68,13 @@ Add to the datasource configuration:
51
68
52
69
### With ` kumactl`
53
70
54
- If you use `kumactl install metrics` with a version of kumactl >= 1.3.0 the plugin will be setup automatically.
71
+ # ### kumactl >= 1.7.0
72
+
73
+ If you use `kumactl install observability` with a version of kumactl >= 1.7.0 the plugin will be setup automatically.
74
+
75
+ # ### kumactl 1.3.0-1.6.*
76
+
77
+ If you use `kumactl install metrics` with a version of kumactl 1.3.0-1.6.* the plugin will be setup automatically.
55
78
56
79
# # Future features
57
80
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ kubectl wait -n kuma-test --timeout=30s --for condition=Ready --all pods
16
16
docker run -p 3000:3000 -d --network k3d-kuma-demo -e GF_DEFAULT_APP_MODE=development -v /Users/cmolter/code/kuma-datasource/dist:/var/lib/grafana/plugins --name=grafana grafana/grafana:8.2.2
17
17
18
18
19
- echo " grafana is expose on 3000, control-plane of 5681 and prometheus-server on 9090 interrupt to close these port-forward"
19
+ echo " grafana is exposed on port 3000, control-plane on 5681 and prometheus-server on 9090 interrupt to close these port-forward"
20
20
wait
You can’t perform that action at this time.
0 commit comments