Skip to content

Commit 76fb18e

Browse files
authored
docs(observability): update docs after consolidating metrics, logs, traces into observability (#103)
* docs(observability): update docs after consolidating metrics, logs, traces into observability Signed-off-by: slonka <[email protected]>
1 parent b7829e0 commit 76fb18e

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,23 @@ Once this is done you can go in `explore` and pick the kuma-datasource with the
3636

3737
Add to the datasource configuration:
3838

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+
3956
```yaml
4057
datasources:
4158
- name: Prometheus
@@ -51,7 +68,13 @@ Add to the datasource configuration:
5168
5269
### With `kumactl`
5370

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.
5578

5679
## Future features
5780

tools/setup_k3d.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ kubectl wait -n kuma-test --timeout=30s --for condition=Ready --all pods
1616
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
1717

1818

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"
2020
wait

0 commit comments

Comments
 (0)