Skip to content

Commit

Permalink
chore: deprecate Rancher Workload dashboards (#32)
Browse files Browse the repository at this point in the history
* chore: deprecate Rancher Workload dashboards

* chore: add deprecation flag to chart titles
  • Loading branch information
y-eight authored Apr 3, 2024
1 parent c598696 commit 0b56635
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
18 changes: 8 additions & 10 deletions files/rancher-workload-pods.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "CPU Utilization",
"title": "CPU Utilization (deprecated)",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -189,7 +189,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Memory Utilization",
"title": "Memory Utilization (deprecated)",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -314,7 +314,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Network Traffic",
"title": "Network Traffic (deprecated)",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -415,7 +415,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Network I/O",
"title": "Network I/O (deprecated)",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -516,7 +516,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Disk I/O",
"title": "Disk I/O (deprecated)",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -569,9 +569,7 @@
"hide": 0,
"label": "Data Source",
"name": "datasource",
"options": [

],
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
Expand Down Expand Up @@ -646,7 +644,7 @@
]
},
"timezone": "",
"title": "Rancher / Workload (Pods)",
"title": "Rancher / Workload (Pods) (deprecated)",
"uid": "rancher-workload-pods-1",
"version": 8
}
}
18 changes: 8 additions & 10 deletions files/rancher-workload.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "CPU Utilization",
"title": "CPU Utilization (deprecated)",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -189,7 +189,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Memory Utilization",
"title": "Memory Utilization (deprecated)",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -314,7 +314,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Network Traffic",
"title": "Network Traffic (deprecated)",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -415,7 +415,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Network I/O",
"title": "Network I/O (deprecated)",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -516,7 +516,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Disk I/O",
"title": "Disk I/O (deprecated)",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down Expand Up @@ -569,9 +569,7 @@
"hide": 0,
"label": "Data Source",
"name": "datasource",
"options": [

],
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
Expand Down Expand Up @@ -646,7 +644,7 @@
]
},
"timezone": "",
"title": "Rancher / Workload",
"title": "Rancher / Workload (deprecated)",
"uid": "rancher-workload-1",
"version": 8
}
}

0 comments on commit 0b56635

Please sign in to comment.