Skip to content

Commit 82f44d1

Browse files
olegchajeshbaby
andauthored
Added Kublr space/cluster selector in the monitoring dashboards (litmuschaos#2304)
* Litmus monitoring getting started guide for Kublr updated * Fix pull request issues * Added Kublr space/cluster selector in the monitoring dashboards * Minor merge issues fixed Co-authored-by: Ajesh Baby <[email protected]>
1 parent 918928e commit 82f44d1

File tree

3 files changed

+2453
-24
lines changed

3 files changed

+2453
-24
lines changed

monitoring/platforms/kublr/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ Run chaos experiments and workflows on sock-shop application with grafana dashbo
6161
- Enable Litmus metrics collection on the Litmus monitoring components
6262
6363
```
64-
kubectl annotate svc -n litmus \
64+
65+
kubectl annotate svc -n litmus --overwrite \
6566
chaos-monitor chaos-operator-metrics litmus-eventrouter \
6667
'prometheus.io/scrape=true'
67-
```
6868
6969
- Enable custom metrics collection on the Sock-shop application
7070
7171
```
72-
kubectl annotate svc -n sock-shop \
72+
kubectl annotate svc -n sock-shop --overwrite \
7373
carts catalogue front-end orders payment shipping user \
7474
'prometheus.io/scrape=true'
7575
```
@@ -78,7 +78,7 @@ Run chaos experiments and workflows on sock-shop application with grafana dashbo
7878
7979
![image](https://github.com/litmuschaos/litmus/blob/master/monitoring/screenshots/import-dashboard.png?raw=true)
8080
81-
- Import the grafana dashboard "Sock-Shop Performance" provided [here](https://raw.githubusercontent.com/litmuschaos/litmus/master/monitoring/platforms/kublr/grafana-dashboards/sock-shop/Sock-Shop-Performance-Under-Chaos.json)
81+
- Import the grafana dashboard "Sock-Shop Performance" provided [here](https://raw.githubusercontent.com/litmuschaos/litmus/master/monitoring/platforms/kublr/grafana-dashboards/kubernetes/Sock-Shop-Performance-Under-Chaos.json)
8282
8383
- Import the grafana dashboard "Node and Pod Chaos Demo" provided [here](https://raw.githubusercontent.com/litmuschaos/litmus/master/monitoring/platforms/kublr/grafana-dashboards/kubernetes/Node-and-pod-metrics-dashboard-kublr.json)
8484

0 commit comments

Comments
 (0)