From 74ccd3c445537df86e006b181d46d93edc75894c Mon Sep 17 00:00:00 2001 From: Bernd Brandl Date: Mon, 1 Aug 2022 08:07:07 +0200 Subject: [PATCH] added SLOs to VDLM Dashboard --- .../CD_VDLM/dashboard/dashboard.yaml | 8 +- .../CD_VDLM/dashboard/vdlm-overview.json | 492 ++++++++++++++++++ 2 files changed, 496 insertions(+), 4 deletions(-) create mode 100644 BMW-Dynatrace-config/CD_VDLM/dashboard/vdlm-overview.json diff --git a/BMW-Dynatrace-config/CD_VDLM/dashboard/dashboard.yaml b/BMW-Dynatrace-config/CD_VDLM/dashboard/dashboard.yaml index 0dc59d7e..416767c2 100644 --- a/BMW-Dynatrace-config/CD_VDLM/dashboard/dashboard.yaml +++ b/BMW-Dynatrace-config/CD_VDLM/dashboard/dashboard.yaml @@ -1,8 +1,8 @@ config: -- CDnewComponentTag-PROD: default.json -- CDnewComponentTag-E2E: default.json -- CDnewComponentTag-INT: default.json -- CDnewComponentTag-TEST: default.json +- CDnewComponentTag-PROD: vdlm-overview.json +- CDnewComponentTag-E2E: vdlm-overview.json +- CDnewComponentTag-INT: vdlm-overview.json +- CDnewComponentTag-TEST: vdlm-overview.json #PROD dashboards for EMEA/NA/CN Prod CDnewComponentTag-PROD: diff --git a/BMW-Dynatrace-config/CD_VDLM/dashboard/vdlm-overview.json b/BMW-Dynatrace-config/CD_VDLM/dashboard/vdlm-overview.json new file mode 100644 index 00000000..ee51ae71 --- /dev/null +++ b/BMW-Dynatrace-config/CD_VDLM/dashboard/vdlm-overview.json @@ -0,0 +1,492 @@ +{ + "metadata": { + "configurationVersions": [ + 6 + ], + "clusterVersion": "1.246.177.20220728-091541" + }, + "dashboardMetadata": { + "name": "{{.name}}", + "shared": false, + "owner": "Bernd.Brandl@bmw.de", + "dashboardFilter": { + "timeframe": "-24h to now" + }, + "tags": [ + "{{.mzName}}" + ], + "popularity": 1, + "hasConsistentColors": false + }, + "tiles": [ + { + "name": "Custom chart", + "tileType": "CUSTOM_CHARTING", + "configured": true, + "bounds": { + "top": 228, + "left": 38, + "width": 1064, + "height": 304 + }, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, + "filterConfig": { + "type": "MIXED", + "customName": "Failure rate (HTTP 4xx/5xx errors)", + "defaultName": "Custom chart", + "chartConfig": { + "legendShown": true, + "type": "TIMESERIES", + "series": [ + { + "metric": "builtin:service.errors.fourxx.rate", + "aggregation": "AVG", + "type": "BAR", + "entityType": "SERVICE", + "dimensions": [], + "sortAscending": false, + "sortColumn": false, + "aggregationRate": "TOTAL" + }, + { + "metric": "builtin:service.errors.fivexx.rate", + "aggregation": "AVG", + "type": "BAR", + "entityType": "SERVICE", + "dimensions": [], + "sortAscending": false, + "sortColumn": true, + "aggregationRate": "TOTAL" + } + ], + "resultMetadata": { + "nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE": { + "lastModified": 1617956393463, + "customColor": "#ff0000" + }, + "nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE": { + "lastModified": 1617956441725, + "customColor": "#fff29a" + } + } + }, + "filtersPerEntityType": { + "SERVICE": { + "AUTO_TAGS": [ + "Environment:{{.env}}" + ] + } + } + } + }, + { + "name": "Problems", + "tileType": "OPEN_PROBLEMS", + "configured": true, + "bounds": { + "top": 38, + "left": 950, + "width": 152, + "height": 152 + }, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + } + }, + { + "name": "Overall Health", + "tileType": "HEADER", + "configured": true, + "bounds": { + "top": 0, + "left": 38, + "width": 1064, + "height": 38 + }, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + } + }, + { + "name": "Markdown", + "tileType": "MARKDOWN", + "configured": true, + "bounds": { + "top": 532, + "left": 38, + "width": 1064, + "height": 38 + }, + "tileFilter": {}, + "markdown": "---\n" + }, + { + "name": "Custom chart", + "tileType": "CUSTOM_CHARTING", + "configured": true, + "bounds": { + "top": 570, + "left": 38, + "width": 1064, + "height": 304 + }, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, + "filterConfig": { + "type": "MIXED", + "customName": "Response time, Request Count and Number of Errors", + "defaultName": "Custom chart", + "chartConfig": { + "legendShown": true, + "type": "TIMESERIES", + "series": [ + { + "metric": "builtin:service.response.time", + "aggregation": "AVG", + "type": "LINE", + "entityType": "SERVICE", + "dimensions": [], + "sortAscending": false, + "sortColumn": false, + "aggregationRate": "TOTAL" + }, + { + "metric": "builtin:service.requestCount.total", + "aggregation": "NONE", + "type": "BAR", + "entityType": "SERVICE", + "dimensions": [], + "sortAscending": false, + "sortColumn": false, + "aggregationRate": "TOTAL" + }, + { + "metric": "builtin:service.errors.total.count", + "aggregation": "NONE", + "type": "BAR", + "entityType": "SERVICE", + "dimensions": [], + "sortAscending": false, + "sortColumn": true, + "aggregationRate": "TOTAL" + } + ], + "resultMetadata": { + "nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": { + "lastModified": 1595275720776, + "customColor": "#008cdb" + }, + "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": { + "lastModified": 1595275955999, + "customColor": "#ef651f" + }, + "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": { + "lastModified": 1595275686773, + "customColor": "#b4e5f9" + } + } + }, + "filtersPerEntityType": { + "SERVICE": { + "AUTO_TAGS": [ + "Environment:{{.env}}" + ] + } + } + } + }, + { + "name": "Markdown", + "tileType": "MARKDOWN", + "configured": true, + "bounds": { + "top": 190, + "left": 38, + "width": 1064, + "height": 38 + }, + "tileFilter": {}, + "markdown": "---\n" + }, + { + "name": "", + "tileType": "DATABASES_OVERVIEW", + "configured": true, + "bounds": { + "top": 38, + "left": 646, + "width": 190, + "height": 152 + }, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, + "filterConfig": { + "type": "DATABASE", + "customName": "Databases", + "defaultName": "Databases", + "chartConfig": { + "legendShown": true, + "type": "TIMESERIES", + "series": [], + "resultMetadata": {} + }, + "filtersPerEntityType": { + "DATABASE": { + "AUTO_TAGS": [ + "Environment:{{.env}}" + ] + } + } + }, + "chartVisible": true + }, + { + "name": "", + "tileType": "SERVICES", + "configured": true, + "bounds": { + "top": 38, + "left": 342, + "width": 190, + "height": 152 + }, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, + "filterConfig": { + "type": "SERVICE", + "customName": "Services", + "defaultName": "Services", + "chartConfig": { + "legendShown": true, + "type": "TIMESERIES", + "series": [], + "resultMetadata": {} + }, + "filtersPerEntityType": { + "SERVICE": { + "AUTO_TAGS": [ + "Environment:{{.env}}" + ] + } + } + }, + "chartVisible": true + }, + { + "name": "", + "tileType": "HOSTS", + "configured": true, + "bounds": { + "top": 38, + "left": 38, + "width": 190, + "height": 152 + }, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, + "filterConfig": { + "type": "HOST", + "customName": "Hosts", + "defaultName": "Hosts", + "chartConfig": { + "legendShown": true, + "type": "TIMESERIES", + "series": [], + "resultMetadata": {} + }, + "filtersPerEntityType": { + "HOST": { + "AUTO_TAGS": [ + "Environment:{{.env}}" + ] + } + } + }, + "chartVisible": true + }, + { + "name": "Service-level objective", + "tileType": "SLO", + "configured": true, + "bounds": { + "top": 1064, + "left": 38, + "width": 304, + "height": 152 + }, + "tileFilter": {}, + "assignedEntities": [ + "8c4a0631-7483-3a09-88d8-732e3f1a3dfd" + ], + "metric": "METRICS=false;LEGEND=false;PROBLEMS=false;decimals=2;customTitle=KAI;" + }, + { + "name": "Service-level objective", + "tileType": "SLO", + "configured": true, + "bounds": { + "top": 1064, + "left": 342, + "width": 304, + "height": 152 + }, + "tileFilter": {}, + "assignedEntities": [ + "16e3be32-94d7-36ee-b86c-bb41913c0d77" + ], + "metric": "METRICS=false;LEGEND=false;PROBLEMS=false;decimals=2;customTitle=Kinesis;" + }, + { + "name": "Service-level objective", + "tileType": "SLO", + "configured": true, + "bounds": { + "top": 1064, + "left": 646, + "width": 304, + "height": 152 + }, + "tileFilter": {}, + "assignedEntities": [ + "6edcef96-acc9-39d2-bc5e-70a3fd1d2d47" + ], + "metric": "METRICS=false;LEGEND=false;PROBLEMS=false;decimals=2;customTitle=MQS;" + }, + { + "name": "Service-level objective", + "tileType": "SLO", + "configured": true, + "bounds": { + "top": 1216, + "left": 38, + "width": 304, + "height": 152 + }, + "tileFilter": {}, + "assignedEntities": [ + "566f359c-4e2d-3ffe-8119-fcfd01ae679d" + ], + "metric": "METRICS=false;LEGEND=false;PROBLEMS=false;decimals=2;customTitle=NGTP ASC, BCALL;" + }, + { + "name": "Service-level objective", + "tileType": "SLO", + "configured": true, + "bounds": { + "top": 1216, + "left": 342, + "width": 304, + "height": 152 + }, + "tileFilter": {}, + "assignedEntities": [ + "9e82f3f8-63c3-313a-99e6-5161655a409a" + ], + "metric": "METRICS=false;LEGEND=false;PROBLEMS=false;decimals=2;customTitle=NGTP RTC;" + }, + { + "name": "Service-level objective", + "tileType": "SLO", + "configured": true, + "bounds": { + "top": 1216, + "left": 646, + "width": 304, + "height": 152 + }, + "tileFilter": {}, + "assignedEntities": [ + "6c92d4bd-f4b2-3423-8818-677836731bf9" + ], + "metric": "METRICS=false;LEGEND=false;PROBLEMS=false;decimals=2;customTitle=SEAM;" + }, + { + "name": "Service-level objective", + "tileType": "SLO", + "configured": true, + "bounds": { + "top": 912, + "left": 38, + "width": 1064, + "height": 152 + }, + "tileFilter": {}, + "assignedEntities": [ + "c0caae1e-6fbd-3960-abfd-33b7e61a2dea" + ], + "metric": "METRICS=false;LEGEND=false;PROBLEMS=false;decimals=2;customTitle=Wirkkette \"Teleservices\" - Reliability of key requests;" + }, + { + "name": "Service-level objective", + "tileType": "SLO", + "configured": true, + "bounds": { + "top": 1368, + "left": 38, + "width": 304, + "height": 152 + }, + "tileFilter": {}, + "assignedEntities": [ + "a53c63b5-8cc8-3ae2-ba95-9c009eb9f269" + ], + "metric": "METRICS=false;LEGEND=false;PROBLEMS=false;decimals=2;customTitle=CallTopic;" + }, + { + "name": "Service-level objective", + "tileType": "SLO", + "configured": true, + "bounds": { + "top": 1368, + "left": 342, + "width": 304, + "height": 152 + }, + "tileFilter": {}, + "assignedEntities": [ + "bdf7d72b-2d9a-3eb6-a1a6-6dece9f94b91" + ], + "metric": "METRICS=false;LEGEND=false;PROBLEMS=false;decimals=2;customTitle=Joynr;" + }, + { + "name": "Markdown", + "tileType": "MARKDOWN", + "configured": true, + "bounds": { + "top": 874, + "left": 38, + "width": 1064, + "height": 38 + }, + "tileFilter": {}, + "markdown": "---\n" + } + ] +} \ No newline at end of file