From 40acb58509e02b9363aa31cda08b37176549c491 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Fri, 30 Sep 2022 15:04:10 +0200 Subject: [PATCH 1/2] OPMAAS-2544 - adjusted preset. --- .../dashboard/rtchandler-poc.json | 37 ++++++++++++++----- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/BMW-Dynatrace-config/CD_VDLM_rtchandler/dashboard/rtchandler-poc.json b/BMW-Dynatrace-config/CD_VDLM_rtchandler/dashboard/rtchandler-poc.json index 9745a982..530ac016 100644 --- a/BMW-Dynatrace-config/CD_VDLM_rtchandler/dashboard/rtchandler-poc.json +++ b/BMW-Dynatrace-config/CD_VDLM_rtchandler/dashboard/rtchandler-poc.json @@ -3,19 +3,20 @@ "configurationVersions": [ 6 ], - "clusterVersion": "1.243.146.20220615-081647" + "clusterVersion": "1.246.192.20220811-141534" }, "dashboardMetadata": { - "name": "{{.name}}", + "name": "CD_VDLM_rtchandler PROD", "shared": true, "owner": "Bernd.Brandl@bmw.de", "dashboardFilter": { "timeframe": "-24h to now" }, "tags": [ - "{{.mzName}}" + "CD_VDLM_rtchandler" ], - "popularity": 1 + "preset": true, + "hasConsistentColors": false }, "tiles": [ { @@ -422,7 +423,8 @@ }, "queriesSettings": { "resolution": "" - } + }, + "metricExpressions": [] }, { "name": "NGTP IN/OUT Status Count", @@ -512,7 +514,8 @@ }, "queriesSettings": { "resolution": "" - } + }, + "metricExpressions": [] }, { "name": "Pie", @@ -537,8 +540,23 @@ }, "yAxes": [] }, - "thresholds": [] - } + "heatmapSettings": { + "yAxis": "VALUE" + }, + "thresholds": [], + "tableSettings": {}, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": { + "showHive": true, + "showLegend": true, + "showLabels": false + } + }, + "metricExpressions": [ + "resolution=Inf&" + ] }, { "name": "List and count of status", @@ -633,7 +651,8 @@ "resolution": "", "foldTransformation": "TOTAL", "foldAggregation": "AVG" - } + }, + "metricExpressions": [] } ] } \ No newline at end of file From d4bc58ab29922e15a4e57c7efc82a337f6b1968e Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Fri, 30 Sep 2022 15:11:53 +0200 Subject: [PATCH 2/2] OPMAAS-2544 - adjusted other variable placeholders. --- .../CD_VDLM_rtchandler/dashboard/rtchandler-poc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BMW-Dynatrace-config/CD_VDLM_rtchandler/dashboard/rtchandler-poc.json b/BMW-Dynatrace-config/CD_VDLM_rtchandler/dashboard/rtchandler-poc.json index 530ac016..cbd24c09 100644 --- a/BMW-Dynatrace-config/CD_VDLM_rtchandler/dashboard/rtchandler-poc.json +++ b/BMW-Dynatrace-config/CD_VDLM_rtchandler/dashboard/rtchandler-poc.json @@ -6,14 +6,14 @@ "clusterVersion": "1.246.192.20220811-141534" }, "dashboardMetadata": { - "name": "CD_VDLM_rtchandler PROD", + "name": "{{.name}}", "shared": true, "owner": "Bernd.Brandl@bmw.de", "dashboardFilter": { "timeframe": "-24h to now" }, "tags": [ - "CD_VDLM_rtchandler" + "{{.mzName}}" ], "preset": true, "hasConsistentColors": false