From 0b566351197f843a03f3d7985303d3720d76b77d Mon Sep 17 00:00:00 2001 From: Maximilian Schubert Date: Wed, 3 Apr 2024 12:04:35 +0200 Subject: [PATCH] chore: deprecate Rancher Workload dashboards (#32) * chore: deprecate Rancher Workload dashboards * chore: add deprecation flag to chart titles --- files/rancher-workload-pods.json | 18 ++++++++---------- files/rancher-workload.json | 18 ++++++++---------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/files/rancher-workload-pods.json b/files/rancher-workload-pods.json index f6b5078..bf6afd4 100644 --- a/files/rancher-workload-pods.json +++ b/files/rancher-workload-pods.json @@ -94,7 +94,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "CPU Utilization", + "title": "CPU Utilization (deprecated)", "tooltip": { "shared": true, "sort": 0, @@ -189,7 +189,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Memory Utilization", + "title": "Memory Utilization (deprecated)", "tooltip": { "shared": true, "sort": 0, @@ -314,7 +314,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Network Traffic", + "title": "Network Traffic (deprecated)", "tooltip": { "shared": true, "sort": 0, @@ -415,7 +415,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Network I/O", + "title": "Network I/O (deprecated)", "tooltip": { "shared": true, "sort": 0, @@ -516,7 +516,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Disk I/O", + "title": "Disk I/O (deprecated)", "tooltip": { "shared": true, "sort": 0, @@ -569,9 +569,7 @@ "hide": 0, "label": "Data Source", "name": "datasource", - "options": [ - - ], + "options": [], "query": "prometheus", "refresh": 1, "regex": "", @@ -646,7 +644,7 @@ ] }, "timezone": "", - "title": "Rancher / Workload (Pods)", + "title": "Rancher / Workload (Pods) (deprecated)", "uid": "rancher-workload-pods-1", "version": 8 -} +} \ No newline at end of file diff --git a/files/rancher-workload.json b/files/rancher-workload.json index 9f5317c..61513a8 100644 --- a/files/rancher-workload.json +++ b/files/rancher-workload.json @@ -94,7 +94,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "CPU Utilization", + "title": "CPU Utilization (deprecated)", "tooltip": { "shared": true, "sort": 0, @@ -189,7 +189,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Memory Utilization", + "title": "Memory Utilization (deprecated)", "tooltip": { "shared": true, "sort": 0, @@ -314,7 +314,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Network Traffic", + "title": "Network Traffic (deprecated)", "tooltip": { "shared": true, "sort": 0, @@ -415,7 +415,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Network I/O", + "title": "Network I/O (deprecated)", "tooltip": { "shared": true, "sort": 0, @@ -516,7 +516,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Disk I/O", + "title": "Disk I/O (deprecated)", "tooltip": { "shared": true, "sort": 0, @@ -569,9 +569,7 @@ "hide": 0, "label": "Data Source", "name": "datasource", - "options": [ - - ], + "options": [], "query": "prometheus", "refresh": 1, "regex": "", @@ -646,7 +644,7 @@ ] }, "timezone": "", - "title": "Rancher / Workload", + "title": "Rancher / Workload (deprecated)", "uid": "rancher-workload-1", "version": 8 -} +} \ No newline at end of file