Skip to content

Commit deedf55

Browse files
committed
update dashboard tags
Signed-off-by: hwassman <[email protected]>
1 parent 0fc881f commit deedf55

File tree

4 files changed

+40
-10
lines changed

4 files changed

+40
-10
lines changed
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,12 @@
173173
],
174174
"refresh": "30s",
175175
"schemaVersion": 40,
176-
"tags": [],
176+
"tags": [
177+
"cnsa",
178+
"entity",
179+
"prometheus",
180+
"health"
181+
],
177182
"templating": {
178183
"list": [
179184
{
@@ -227,13 +232,13 @@
227232
]
228233
},
229234
"time": {
230-
"from": "now-24h",
231-
"to": "now"
235+
"from": "2025-05-01T13:27:20.551Z",
236+
"to": "2025-05-02T13:27:20.551Z"
232237
},
233238
"timepicker": {},
234239
"timezone": "browser",
235240
"title": "Component entities health details for IBM Storage Scale container native",
236241
"uid": "eeko3qplp00lcb",
237-
"version": 1,
242+
"version": 2,
238243
"weekStart": ""
239244
}
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@
174174
"tags": [
175175
"component",
176176
"prometheus",
177-
"health"
177+
"health",
178+
"cnsa"
178179
],
179180
"templating": {
180181
"list": [
@@ -210,13 +211,13 @@
210211
]
211212
},
212213
"time": {
213-
"from": "2025-05-01T11:21:56.729Z",
214-
"to": "2025-05-02T11:21:56.729Z"
214+
"from": "2025-05-01T13:27:20.551Z",
215+
"to": "2025-05-02T13:27:20.551Z"
215216
},
216217
"timepicker": {},
217218
"timezone": "browser",
218219
"title": "Component health view by node selection for IBM Storage Scale container native",
219220
"uid": "be6h20r1cnpc0e",
220-
"version": 6,
221+
"version": 7,
221222
"weekStart": ""
222223
}
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,13 @@
11641164
],
11651165
"refresh": "",
11661166
"schemaVersion": 40,
1167-
"tags": [],
1167+
"tags": [
1168+
"cnsa",
1169+
"openshift",
1170+
"health",
1171+
"prometheus",
1172+
"overview"
1173+
],
11681174
"templating": {
11691175
"list": [
11701176
{
@@ -1187,6 +1193,6 @@
11871193
"timezone": "browser",
11881194
"title": "Openshift cluster and IBM Storage Scale cloud native project overview",
11891195
"uid": "aekkvzjw9qwhsf",
1190-
"version": 21,
1196+
"version": 23,
11911197
"weekStart": ""
11921198
}

examples/openshift_deployment_scripts/cnsa_workload_monitoring/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,21 @@ https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-bridge-for-grafana/refs
3535
```
3636

3737

38+
39+
## Visualizing and monitoring metrics exposed to the openshift-monitoring stack with the Grafana dashboard within the Openshift cluster
40+
41+
42+
43+
Deploy Grafana instance in the "grafana-for-cnsa" project
44+
45+
Create the Prometheus GrafanaDatasource
46+
```shell
47+
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-bridge-for-grafana/refs/heads/master/examples/openshift_deployment_scripts/cnsa_workload_monitoring/grafana-prometheus-datasource.yml
48+
```
49+
50+
Create the GrafanaDashboard resources
51+
```shell
52+
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-bridge-for-grafana/refs/heads/master/examples/openshift_deployment_scripts/cnsa_workload_monitoring/cnsa-openshift-cluster-dashboards.yaml
53+
```
54+
55+
For the complete deployment guide please check the project [Wiki](https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki)

0 commit comments

Comments
 (0)