Skip to content

Commit 68eb266

Browse files
authored
ceph-health-quick-view: hide unnecessary columns (#61)
Hide unnecessary columns in the Ceph Alerts panel. Signed-off-by: Tatjana Dehler <tatjana.dehler@clyso.com>
1 parent e9db0a8 commit 68eb266

3 files changed

Lines changed: 23 additions & 7 deletions

File tree

charts/ceph-operations/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ceph-operations
33
description: Ceph operations bundle
44
type: application
5-
version: 1.8.3
5+
version: 1.8.4
66
maintainers:
77
- name: sumitarora2786
88
- name: richardtief

charts/ceph-operations/perses-dashboards-global/ceph-health-quick-view.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
],
3232
"columnSettings": [
3333
{
34+
"enableSorting": true,
3435
"header": "Region",
3536
"hide": false,
3637
"name": "region",
37-
"enableSorting": true,
3838
"sort": "asc"
3939
},
4040
{
@@ -297,7 +297,8 @@
297297
"kind": "Panel",
298298
"spec": {
299299
"display": {
300-
"name": "Ceph Health Details"
300+
"name": "Ceph Health Details",
301+
"description": "Will contain Ceph warnings or errors even though an alert as not been firing (yet)."
301302
},
302303
"plugin": {
303304
"kind": "Table",
@@ -422,11 +423,26 @@
422423
"name": "name"
423424
},
424425
{
425-
"header": "Node",
426+
"hide": true,
426427
"name": "node"
427428
},
428429
{
429-
"header": "Pod",
430+
"hide": true,
431+
"name": "device"
432+
},
433+
{
434+
"hide": true,
435+
"name": "fstype"
436+
},
437+
{
438+
"hide": true,
439+
"name": "mountpoint"
440+
},
441+
{
442+
"hide": true,
443+
"name": "nodename"
444+
},
445+
{
430446
"hide": true,
431447
"name": "pod"
432448
},

charts/ceph-operations/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ kind: ClusterPluginDefinition
66
metadata:
77
name: ceph-operations
88
spec:
9-
version: 1.8.3
9+
version: 1.8.4
1010
displayName: Ceph operations bundle
1111
description: Operations bundle for the Ceph storage backend
1212
docMarkDownUrl: https://raw.githubusercontent.com/cobaltcore-dev/cloud-storage-operations/main/ceph-operations/README.md
1313
icon: https://raw.githubusercontent.com/cobaltcore-dev/cloud-storage-operations/main/ceph-operations/ceph-logo.png
1414
helmChart:
1515
name: ceph-operations
1616
repository: oci://ghcr.io/cobaltcore-dev/cloud-storage-operations/charts
17-
version: 1.8.3
17+
version: 1.8.4
1818
options:
1919
- name: prometheusRules.create
2020
description: Create Prometheus rules

0 commit comments

Comments
 (0)