From 398dc77ceda6af5477d42f3f17286f948d15b4f0 Mon Sep 17 00:00:00 2001 From: ermisw Date: Mon, 15 Nov 2021 10:06:54 +0100 Subject: [PATCH] New CD_nop-provisioning --- .../alerting-profile/alerting-profile.yaml | 37 + .../alerting-profile/default.json | 78 + .../calculated-metrics-service/README.md | 4 + .../conditional-naming-processgroup/README.md | 4 + .../conditional-naming-processgroup.yaml | 7 + .../template.json | 29 + .../conditional-naming-service/README.md | 4 + .../conditional-naming-service.yaml | 7 + .../conditional-naming-service/template.json | 29 + .../custom-service-java/README.md | 4 + .../custom-service-java.yaml | 9 + .../custom-service-java/template-1-1.json | 23 + .../dashboard/CDvdmStandard.json | 1378 ----------------- .../dashboard/dashboard.yaml | 274 +--- .../dashboard/default.json | 62 +- .../management-zone/default.json | 121 +- .../management-zone/management-zone.yaml | 6 +- .../notification/README.md | 4 + .../notification/email.json | 13 + .../notification/itsm.json | 20 + .../notification/msTeams.json | 11 + .../notification/notification.yaml | 102 ++ .../synthetic-monitor/README.md | 4 + .../synthetic-monitor/default.json | 82 + .../synthetic-monitor/synthetic-monitor.yaml | 10 + 25 files changed, 596 insertions(+), 1726 deletions(-) create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/alerting-profile/alerting-profile.yaml create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/alerting-profile/default.json create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/calculated-metrics-service/README.md create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/README.md create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/conditional-naming-processgroup.yaml create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/template.json create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/README.md create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/conditional-naming-service.yaml create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/template.json create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/README.md create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/custom-service-java.yaml create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/template-1-1.json delete mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/dashboard/CDvdmStandard.json create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/notification/README.md create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/notification/email.json create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/notification/itsm.json create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/notification/msTeams.json create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/notification/notification.yaml create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/README.md create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/default.json create mode 100644 BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/synthetic-monitor.yaml diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/alerting-profile/alerting-profile.yaml b/BMW-Dynatrace-config/CD_nop-provisioning/alerting-profile/alerting-profile.yaml new file mode 100644 index 00000000..ec9ea67f --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/alerting-profile/alerting-profile.yaml @@ -0,0 +1,37 @@ +config: +- CDnewComponentTag: default.json + + +#Prod alerting profiles for EMEA/NA/CN +CDnewComponentTag.EMEA-Prod: +- name: CD_nop-provisioning PROD +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- env: PROD +- skipDeployment: "false" +CDnewComponentTag.NA-Prod: +- name: CD_nop-provisioning PROD +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- env: PROD +- skipDeployment: "false" +CDnewComponentTag.CN-Prod: +- name: CD_nop-provisioning PROD +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- env: PROD +- skipDeployment: "false" + +#INT alerting profiles for EMEA/NA/CN +CDnewComponentTag.EMEA-PreProd: +- name: CD_nop-provisioning INT +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- env: INT +- skipDeployment: "false" +CDnewComponentTag.NA-PreProd: +- name: CD_nop-provisioning INT +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- env: INT +- skipDeployment: "false" +CDnewComponentTag.CN-PreProd: +- name: CD_nop-provisioning INT +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- env: INT +- skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/alerting-profile/default.json b/BMW-Dynatrace-config/CD_nop-provisioning/alerting-profile/default.json new file mode 100644 index 00000000..bb81115c --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/alerting-profile/default.json @@ -0,0 +1,78 @@ +{ + "displayName": "{{.name}}", + "eventTypeFilters": [], + "managementZoneId": "{{.mzId}}", + "mzId": "{{.mzId}}", + "rules": [ + { + "delayInMinutes": 0, + "severityLevel": "AVAILABILITY", + "tagFilter": { + "includeMode": "INCLUDE_ALL", + "tagFilters": [ + { + "context": "CONTEXTLESS", + "key": "Environment", + "value": "{{.env}}" + } + ] + } + }, + { + "delayInMinutes": 10, + "severityLevel": "ERROR", + "tagFilter": { + "includeMode": "INCLUDE_ALL", + "tagFilters": [ + { + "context": "CONTEXTLESS", + "key": "Environment", + "value": "{{.env}}" + } + ] + } + }, + { + "delayInMinutes": 30, + "severityLevel": "PERFORMANCE", + "tagFilter": { + "includeMode": "INCLUDE_ALL", + "tagFilters": [ + { + "context": "CONTEXTLESS", + "key": "Environment", + "value": "{{.env}}" + } + ] + } + }, + { + "delayInMinutes": 30, + "severityLevel": "RESOURCE_CONTENTION", + "tagFilter": { + "includeMode": "INCLUDE_ALL", + "tagFilters": [ + { + "context": "CONTEXTLESS", + "key": "Environment", + "value": "{{.env}}" + } + ] + } + }, + { + "delayInMinutes": 10, + "severityLevel": "CUSTOM_ALERT", + "tagFilter": { + "includeMode": "INCLUDE_ALL", + "tagFilters": [ + { + "context": "CONTEXTLESS", + "key": "Environment", + "value": "{{.env}}" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/calculated-metrics-service/README.md b/BMW-Dynatrace-config/CD_nop-provisioning/calculated-metrics-service/README.md new file mode 100644 index 00000000..f958f929 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/calculated-metrics-service/README.md @@ -0,0 +1,4 @@ + +### How to configure custom metrics? + +Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/README.md b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/README.md new file mode 100644 index 00000000..8c10d2b4 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/README.md @@ -0,0 +1,4 @@ + +### How to configure process groups? + +Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/conditional-naming-processgroup.yaml b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/conditional-naming-processgroup.yaml new file mode 100644 index 00000000..fb9502e8 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/conditional-naming-processgroup.yaml @@ -0,0 +1,7 @@ +config: +- CDnewComponentTag: template.json + +CDnewComponentTag: +- name: MyProcessNamingRule +- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}" +- skipDeployment: "true" diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/template.json b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/template.json new file mode 100644 index 00000000..7c039808 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-processgroup/template.json @@ -0,0 +1,29 @@ +{ + "displayName": "{{.name}}", + "enabled": true, + "metadata": { + "clusterVersion": "1.214.107.20210407-223952", + "configurationVersions": [ + 0 + ] + }, + "nameFormat": "{{.nameFormat}}", + "rules": [ + { + "comparisonInfo": { + "negate": false, + "operator": "EQUALS", + "type": "TAG", + "value": { + "context": "CONTEXTLESS", + "key": "Component", + "value": "{{.tag}}" + } + }, + "key": { + "attribute": "PROCESS_GROUP_TAGS" + } + } + ], + "type": "PROCESS_GROUP" +} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/README.md b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/README.md new file mode 100644 index 00000000..93dc620b --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/README.md @@ -0,0 +1,4 @@ + +### How to configure service naming + +Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/conditional-naming-service.yaml b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/conditional-naming-service.yaml new file mode 100644 index 00000000..fb9502e8 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/conditional-naming-service.yaml @@ -0,0 +1,7 @@ +config: +- CDnewComponentTag: template.json + +CDnewComponentTag: +- name: MyProcessNamingRule +- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}" +- skipDeployment: "true" diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/template.json b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/template.json new file mode 100644 index 00000000..5d4fac56 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/conditional-naming-service/template.json @@ -0,0 +1,29 @@ +{ + "displayName": "{{.name}}", + "enabled": true, + "metadata": { + "clusterVersion": "1.214.107.20210407-223952", + "configurationVersions": [ + 0 + ] + }, + "nameFormat": "{{.nameFormat}}", + "rules": [ + { + "comparisonInfo": { + "negate": false, + "operator": "EQUALS", + "type": "TAG", + "value": { + "context": "CONTEXTLESS", + "key": "Component", + "value": "{{.tag}}" + } + }, + "key": { + "attribute": "SERVICE_TAGS" + } + } + ], + "type": "SERVICE" +} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/README.md b/BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/README.md new file mode 100644 index 00000000..a467a6f8 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/README.md @@ -0,0 +1,4 @@ + +### How to configure custom services? + +Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Custom+Services) page to configure your custom services. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/custom-service-java.yaml new file mode 100644 index 00000000..25f8a028 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/custom-service-java.yaml @@ -0,0 +1,9 @@ +config: +- customService1: template-1-1.json + +customService1: +- name: myJOYNRService +- className: com.bmw.cc.conn.this.is.just.an.exampleClasss +- methodName: exampleJoynrMethod +- returnType: void +- skipDeployment: "true" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/template-1-1.json b/BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/template-1-1.json new file mode 100644 index 00000000..b3003515 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/custom-service-java/template-1-1.json @@ -0,0 +1,23 @@ +{ + "enabled": true, + "name": "{{.name}}", + "processGroups": [], + "queueEntryPoint": false, + "queueEntryPointType": null, + "rules": [ + { + "annotations": [], + "className": "{{.className}}", + "enabled": true, + "fileName": "", + "matcher": "EQUALS", + "methodRules": [ + { + "argumentTypes": [], + "methodName": "{{.methodName}}", + "returnType": "{{.returnType}}" + } + ] + } + ] +} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/dashboard/CDvdmStandard.json b/BMW-Dynatrace-config/CD_nop-provisioning/dashboard/CDvdmStandard.json deleted file mode 100644 index 5082ab37..00000000 --- a/BMW-Dynatrace-config/CD_nop-provisioning/dashboard/CDvdmStandard.json +++ /dev/null @@ -1,1378 +0,0 @@ -{ - "metadata": { - "configurationVersions": [ - 5 - ], - "clusterVersion": "1.224.79.20210830-074711" - }, - "dashboardMetadata": { - "name": "{{.name}}", - "shared": true, - "owner": "Markus.Dlugi@bmw.de", - "dashboardFilter": { - "timeframe": "-24h to now" - }, - "tags": [ - "{{.tag}}", - "{{.env}}", - "VDM" - ] - }, - "tiles": [ - { - "name": "Problems", - "tileType": "OPEN_PROBLEMS", - "configured": true, - "bounds": { - "top": 38, - "left": 1026, - "width": 152, - "height": 152 - }, - "tileFilter": { - "managementZone": { - "id": "{{.mzId}}", - "name": "{{.mzName}}" - } - } - }, - { - "name": "Overall Health", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 0, - "left": 38, - "width": 1140, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Markdown", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 646, - "left": 38, - "width": 1140, - "height": 38 - }, - "tileFilter": {}, - "markdown": "---\n" - }, - { - "name": "Custom chart", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 722, - "left": 38, - "width": 570, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "Response Time, Request Count and Number of Errors of all Services", - "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": 1621947149123, - "customColor": "#008cdb" - }, - "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": { - "lastModified": 1595275955999, - "customColor": "#ef651f" - }, - "nullbuiltin:service.response.time|PERCENTILE|TOTAL|90|LINE|SERVICE": { - "lastModified": 1623670467304, - "customColor": "#2ab6f4" - }, - "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": { - "lastModified": 1621946336470, - "customColor": "#b4e5f9" - } - } - }, - "filtersPerEntityType": { - "SERVICE": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - } - }, - { - "name": "Markdown", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 190, - "left": 38, - "width": 1140, - "height": 38 - }, - "tileFilter": {}, - "markdown": "---\n" - }, - { - "name": "", - "tileType": "DATABASES_OVERVIEW", - "configured": true, - "bounds": { - "top": 38, - "left": 684, - "width": 190, - "height": 152 - }, - "tileFilter": {}, - "filterConfig": { - "type": "DATABASE", - "customName": "Databases", - "defaultName": "Databases", - "chartConfig": { - "legendShown": true, - "type": "TIMESERIES", - "series": [], - "resultMetadata": {} - }, - "filtersPerEntityType": { - "DATABASE": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" - ] - } - } - }, - "chartVisible": true - }, - { - "name": "", - "tileType": "SERVICES", - "configured": true, - "bounds": { - "top": 38, - "left": 380, - "width": 190, - "height": 152 - }, - "tileFilter": {}, - "filterConfig": { - "type": "SERVICE", - "customName": "Services", - "defaultName": "Services", - "chartConfig": { - "legendShown": true, - "type": "TIMESERIES", - "series": [], - "resultMetadata": {} - }, - "filtersPerEntityType": { - "SERVICE": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - }, - "chartVisible": true - }, - { - "name": "", - "tileType": "HOSTS", - "configured": true, - "bounds": { - "top": 38, - "left": 38, - "width": 190, - "height": 152 - }, - "tileFilter": {}, - "filterConfig": { - "type": "HOST", - "customName": "Hosts", - "defaultName": "Hosts", - "chartConfig": { - "legendShown": true, - "type": "TIMESERIES", - "series": [], - "resultMetadata": {} - }, - "filtersPerEntityType": { - "HOST": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - }, - "chartVisible": true - }, - { - "name": "Reliability", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 228, - "left": 38, - "width": 570, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Availability", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 228, - "left": 874, - "width": 304, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Service-level objective", - "tileType": "SLO", - "configured": true, - "bounds": { - "top": 304, - "left": 38, - "width": 152, - "height": 114 - }, - "tileFilter": { - "timeframe": "-30m" - }, - "assignedEntities": [ - "{{.serviceLevelObjective}}" - ] - }, - { - "name": "", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 1064, - "left": 38, - "width": 570, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "Response Time, Request Count and Number of Errors of Database Calls", - "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.dbChildCallTime|NONE|TOTAL|LINE|SERVICE": { - "lastModified": 1619160431842, - "customColor": "#aeebf0" - }, - "nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": { - "lastModified": 1621947129955, - "customColor": "#00a1b2" - }, - "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": { - "lastModified": 1621946394176, - "customColor": "#ef651f" - }, - "nullbuiltin:service.dbChildCallCount|NONE|TOTAL|BAR|SERVICE": { - "lastModified": 1619160430217, - "customColor": "#00a1b2" - }, - "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": { - "lastModified": 1621945760934, - "customColor": "#aeebf0" - } - } - }, - "filtersPerEntityType": { - "SERVICE": { - "SERVICE_TYPE": [ - "3" - ], - "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" - ] - } - } - } - }, - { - "name": "Overall - Latency, Traffic & Errors", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 684, - "left": 38, - "width": 570, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Database - Latency, Traffic & Errors", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 1026, - "left": 38, - "width": 570, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 1064, - "left": 608, - "width": 570, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "Response Time, Request Count and Number of Errors of Messaging Calls", - "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": 1619160361992, - "customColor": "#7c38a1" - }, - "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": { - "lastModified": 1621946950050, - "customColor": "#ef651f" - }, - "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": { - "lastModified": 1619160364401, - "customColor": "#debbf3" - } - } - }, - "filtersPerEntityType": { - "SERVICE": { - "SERVICE_TYPE": [ - "6" - ], - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - } - }, - { - "name": "Messaging - Latency, Traffic & Errors", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 1026, - "left": 608, - "width": 570, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 2166, - "left": 38, - "width": 1140, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "Database Connections", - "defaultName": "Custom chart", - "chartConfig": { - "legendShown": true, - "type": "TIMESERIES", - "series": [ - { - "metric": "builtin:service.dbconnections.success", - "aggregation": "NONE", - "type": "BAR", - "entityType": "SERVICE", - "dimensions": [], - "sortAscending": false, - "sortColumn": false, - "aggregationRate": "TOTAL" - }, - { - "metric": "builtin:service.dbconnections.failure", - "aggregation": "NONE", - "type": "BAR", - "entityType": "SERVICE", - "dimensions": [], - "sortAscending": false, - "sortColumn": true, - "aggregationRate": "TOTAL" - } - ], - "resultMetadata": { - "nullbuiltin:service.dbconnections.success|NONE|TOTAL|BAR|SERVICE": { - "lastModified": 1619160658568, - "customColor": "#4fd5e0" - }, - "nullbuiltin:service.dbconnections.failure|NONE|TOTAL|BAR|SERVICE": { - "lastModified": 1619160661368, - "customColor": "#ffa86c" - } - } - }, - "filtersPerEntityType": { - "SERVICE": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" - ] - } - } - } - }, - { - "name": "", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 1824, - "left": 38, - "width": 418, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "CPU usage %", - "defaultName": "Custom chart", - "chartConfig": { - "legendShown": true, - "type": "TIMESERIES", - "series": [ - { - "metric": "builtin:host.cpu.usage", - "aggregation": "AVG", - "type": "LINE", - "entityType": "HOST", - "dimensions": [ - { - "id": "0", - "name": "dt.entity.host", - "values": [], - "entityDimension": true - } - ], - "sortAscending": false, - "sortColumn": true, - "aggregationRate": "TOTAL" - } - ], - "resultMetadata": { - "nullbuiltin:host.cpu.usage|AVG|TOTAL|LINE|HOST": { - "lastModified": 1619160838459, - "customColor": "#ef651f" - } - } - }, - "filtersPerEntityType": { - "HOST": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - } - }, - { - "name": "", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 1824, - "left": 836, - "width": 342, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "Garbage collection suspension time", - "defaultName": "Custom chart", - "chartConfig": { - "legendShown": true, - "type": "TIMESERIES", - "series": [ - { - "metric": "builtin:tech.jvm.memory.gc.suspensionTime", - "aggregation": "AVG", - "type": "LINE", - "entityType": "PROCESS_GROUP_INSTANCE", - "dimensions": [ - { - "id": "0", - "name": "dt.entity.process_group_instance", - "values": [], - "entityDimension": true - } - ], - "sortAscending": false, - "sortColumn": true, - "aggregationRate": "TOTAL" - } - ], - "resultMetadata": { - "nullbuiltin:host.cpu.usage|AVG|TOTAL|LINE|HOST": { - "lastModified": 1619160838459, - "customColor": "#ef651f" - }, - "nullbuiltin:tech.jvm.memory.gc.suspensionTime|AVG|TOTAL|LINE|PROCESS_GROUP_INSTANCE": { - "lastModified": 1619160927569, - "customColor": "#f5d30f" - } - } - }, - "filtersPerEntityType": { - "PROCESS_GROUP_INSTANCE": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - } - }, - { - "name": "", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 1824, - "left": 456, - "width": 380, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "JVM Heap Used & Max Bytes", - "defaultName": "Custom chart", - "chartConfig": { - "legendShown": true, - "type": "TIMESERIES", - "series": [ - { - "metric": "builtin:tech.jvm.memory.pool.max", - "aggregation": "AVG", - "type": "LINE", - "entityType": "PROCESS_GROUP_INSTANCE", - "dimensions": [], - "sortAscending": false, - "sortColumn": false, - "aggregationRate": "TOTAL" - }, - { - "metric": "builtin:tech.jvm.memory.pool.used", - "aggregation": "AVG", - "type": "LINE", - "entityType": "PROCESS_GROUP_INSTANCE", - "dimensions": [ - { - "id": "0", - "name": "dt.entity.process_group_instance", - "values": [], - "entityDimension": true - } - ], - "sortAscending": false, - "sortColumn": true, - "aggregationRate": "TOTAL" - } - ], - "resultMetadata": { - "PROCESS_GROUP_INSTANCE-54F8D3A808FB3EBD¦PROCESS_GROUP_INSTANCE»PROCESS_GROUP_INSTANCE-54F8D3A808FB3EBD»truebuiltin:tech.jvm.memory.runtime.max|AVG|TOTAL|LINE|PROCESS_GROUP_INSTANCE": { - "lastModified": 1621955024752, - "customColor": "#ef651f" - }, - "nullbuiltin:host.cpu.usage|AVG|TOTAL|LINE|HOST": { - "lastModified": 1619160838459, - "customColor": "#ef651f" - }, - "PROCESS_GROUP_INSTANCE-CD018F469827F279¦PROCESS_GROUP_INSTANCE»PROCESS_GROUP_INSTANCE-CD018F469827F279»truebuiltin:tech.jvm.memory.runtime.max|AVG|TOTAL|LINE|PROCESS_GROUP_INSTANCE": { - "lastModified": 1621955027010, - "customColor": "#ef651f" - }, - "CONTAINER_GROUP_INSTANCE-B4A8BFDE1F4BB13E¦CONTAINER_GROUP_INSTANCE»CONTAINER_GROUP_INSTANCE-B4A8BFDE1F4BB13E»truebuiltin:containers.memory.usagePercent|AVG|TOTAL|LINE|CONTAINER_GROUP_INSTANCE": { - "lastModified": 1619161096038, - "customColor": "#f5d30f" - }, - "nullbuiltin:tech.jvm.memory.pool.max|AVG|TOTAL|LINE|PROCESS_GROUP_INSTANCE|PROCESS_GROUP_INSTANCE": { - "lastModified": 1621955397865, - "customColor": "#ef651f" - }, - "nullbuiltin:tech.jvm.memory.gc.suspensionTime|AVG|TOTAL|LINE|PROCESS_GROUP_INSTANCE": { - "lastModified": 1619160927569, - "customColor": "#f5d30f" - }, - "CONTAINER_GROUP_INSTANCE-D5268E7922671C0D¦CONTAINER_GROUP_INSTANCE»CONTAINER_GROUP_INSTANCE-D5268E7922671C0D»truebuiltin:containers.memory.usagePercent|AVG|TOTAL|LINE|CONTAINER_GROUP_INSTANCE": { - "lastModified": 1619161091618, - "customColor": "#2ab6f4" - } - } - }, - "filtersPerEntityType": { - "PROCESS_GROUP_INSTANCE": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - } - }, - { - "name": "Database Saturation", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 2128, - "left": 38, - "width": 1140, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "CPU & Memory Saturation", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 1786, - "left": 38, - "width": 1140, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Web Service - Latency, Traffic & Errors", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 684, - "left": 608, - "width": 570, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Custom chart", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 722, - "left": 608, - "width": 570, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "Response time, Request Count and Number of Errors of Web Service Calls", - "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": 1621946887782, - "customColor": "#c9a000" - }, - "nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": { - "lastModified": 1595275955999, - "customColor": "#ef651f" - }, - "nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": { - "lastModified": 1621946182585, - "customColor": "#fff29a" - } - } - }, - "filtersPerEntityType": { - "SERVICE": { - "SERVICE_TYPE": [ - "2" - ], - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - } - }, - { - "name": "Markdown", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 1368, - "left": 38, - "width": 1140, - "height": 38 - }, - "tileFilter": {}, - "markdown": "---\n" - }, - { - "name": "", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 1444, - "left": 38, - "width": 684, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "Number of any errors", - "defaultName": "Custom chart", - "chartConfig": { - "legendShown": true, - "type": "TIMESERIES", - "series": [ - { - "metric": "builtin:service.errors.total.count", - "aggregation": "NONE", - "type": "BAR", - "entityType": "SERVICE", - "dimensions": [ - { - "id": "0", - "name": "dt.entity.service", - "values": [], - "entityDimension": true - } - ], - "sortAscending": false, - "sortColumn": true, - "aggregationRate": "TOTAL" - } - ], - "resultMetadata": {} - }, - "filtersPerEntityType": { - "SERVICE": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - } - }, - { - "name": "Errors per Service", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 1406, - "left": 38, - "width": 1140, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Markdown", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 1748, - "left": 38, - "width": 1140, - "height": 38 - }, - "tileFilter": {}, - "markdown": "---\n" - }, - { - "name": "", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 1444, - "left": 722, - "width": 456, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "Number of any errors", - "defaultName": "Custom chart", - "chartConfig": { - "legendShown": true, - "type": "TOP_LIST", - "series": [ - { - "metric": "builtin:service.errors.total.count", - "aggregation": "NONE", - "type": "BAR", - "entityType": "SERVICE", - "dimensions": [ - { - "id": "0", - "name": "dt.entity.service", - "values": [], - "entityDimension": true - } - ], - "sortAscending": false, - "sortColumn": true, - "aggregationRate": "TOTAL" - } - ], - "resultMetadata": {} - }, - "filtersPerEntityType": { - "SERVICE": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - } - }, - { - "name": "", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 2508, - "left": 38, - "width": 570, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "JVM average number of active threads", - "defaultName": "Custom chart", - "chartConfig": { - "legendShown": true, - "type": "TIMESERIES", - "series": [ - { - "metric": "builtin:tech.jvm.threads.avgActiveThreadCount", - "aggregation": "AVG", - "type": "LINE", - "entityType": "PROCESS_GROUP_INSTANCE", - "dimensions": [ - { - "id": "0", - "name": "dt.entity.process_group_instance", - "values": [], - "entityDimension": true - } - ], - "sortAscending": false, - "sortColumn": true, - "aggregationRate": "TOTAL" - } - ], - "resultMetadata": {} - }, - "filtersPerEntityType": { - "PROCESS_GROUP_INSTANCE": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - } - }, - { - "name": "Thread Saturation", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 2470, - "left": 38, - "width": 1140, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "", - "tileType": "CUSTOM_CHARTING", - "configured": true, - "bounds": { - "top": 2508, - "left": 608, - "width": 570, - "height": 304 - }, - "tileFilter": {}, - "filterConfig": { - "type": "MIXED", - "customName": "JVM average number of active threads per thread state", - "defaultName": "Custom chart", - "chartConfig": { - "legendShown": true, - "type": "TIMESERIES", - "series": [ - { - "metric": "builtin:tech.jvm.threads.avgActiveThreadCount", - "aggregation": "AVG", - "type": "LINE", - "entityType": "PROCESS_GROUP_INSTANCE", - "dimensions": [ - { - "id": "2", - "name": "Thread state", - "values": [], - "entityDimension": false - } - ], - "sortAscending": false, - "sortColumn": true, - "aggregationRate": "TOTAL" - } - ], - "resultMetadata": {} - }, - "filtersPerEntityType": { - "PROCESS_GROUP_INSTANCE": { - "AUTO_TAGS": [ - "Environment:{{.env}}", - "app-id:{{.appId}}" - ] - } - } - } - }, - { - "name": "Service-level objective", - "tileType": "SLO", - "configured": true, - "bounds": { - "top": 304, - "left": 190, - "width": 152, - "height": 114 - }, - "tileFilter": { - "timeframe": "-2h" - }, - "assignedEntities": [ - "{{.serviceLevelObjective}}" - ] - }, - { - "name": "Service-level objective", - "tileType": "SLO", - "configured": true, - "bounds": { - "top": 304, - "left": 342, - "width": 152, - "height": 114 - }, - "tileFilter": { - "timeframe": "today" - }, - "assignedEntities": [ - "{{.serviceLevelObjective}}" - ] - }, - { - "name": "Service-level objective", - "tileType": "SLO", - "configured": true, - "bounds": { - "top": 304, - "left": 494, - "width": 152, - "height": 114 - }, - "tileFilter": { - "timeframe": "-72h to now" - }, - "assignedEntities": [ - "{{.serviceLevelObjective}}" - ] - }, - { - "name": "Last 2h", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 266, - "left": 190, - "width": 152, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Today", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 266, - "left": 342, - "width": 152, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Last 3d", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 266, - "left": 494, - "width": 152, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Last 30'", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 266, - "left": 38, - "width": 152, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Service-level objective", - "tileType": "SLO", - "configured": true, - "bounds": { - "top": 304, - "left": 646, - "width": 152, - "height": 114 - }, - "tileFilter": { - "timeframe": "-7d to now" - }, - "assignedEntities": [ - "{{.serviceLevelObjective}}" - ] - }, - { - "name": "Last 7d", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 266, - "left": 646, - "width": 152, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Markdown", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 266, - "left": 874, - "width": 304, - "height": 304 - }, - "tileFilter": {}, - "markdown": "## TODO\n\nAvailability Monitoring still has to be set up." - }, - { - "name": "Reliability over Time", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 418, - "left": 38, - "width": 380, - "height": 228 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "B", - "spaceAggregation": "AVG", - "timeAggregation": "DEFAULT", - "metricSelector": "{{.reliabilityOverTime}}", - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "theme": "GREEN", - "threshold": { - "axisTarget": "LEFT", - "columnId": "(100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-1C0F2EABD304F4CB~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(10))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-1C0F2EABD304F4CB~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(10))", - "rules": [ - { - "value": 99, - "color": "#7dc540" - }, - { - "value": 98, - "color": "#f5d30f" - }, - { - "value": 2, - "color": "#dc172a" - } - ] - }, - "seriesType": "LINE", - "hasTrendline": true - }, - "rules": [], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - } - } - }, - { - "name": "Reliability per Key Request", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 418, - "left": 418, - "width": 380, - "height": 228 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "B", - "spaceAggregation": "AVG", - "timeAggregation": "DEFAULT", - "metricSelector": "{{.reliabilityPerKeyRequest}}", - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "theme": "GREEN", - "threshold": { - "axisTarget": "LEFT", - "columnId": "(100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-1C0F2EABD304F4CB~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(10))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-1C0F2EABD304F4CB~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(10))", - "rules": [ - { - "value": 99, - "color": "#7dc540" - }, - { - "value": 98, - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#dc172a" - } - ] - }, - "seriesType": "LINE" - }, - "rules": [], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - } - } - }, - { - "name": "Markdown", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 228, - "left": 608, - "width": 190, - "height": 38 - }, - "tileFilter": {}, - "markdown": "#### [What is measured here?]({{.reliabilityLink}})" - } - ] -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/dashboard/dashboard.yaml b/BMW-Dynatrace-config/CD_nop-provisioning/dashboard/dashboard.yaml index 52ec5a94..9cf8fd66 100644 --- a/BMW-Dynatrace-config/CD_nop-provisioning/dashboard/dashboard.yaml +++ b/BMW-Dynatrace-config/CD_nop-provisioning/dashboard/dashboard.yaml @@ -1,277 +1,109 @@ config: -- CDnop-provisioning-PROD: default.json -- CDnop-provisioning-E2E: default.json -- CDnop-provisioning-INT: default.json -- CDnop-provisioning-TEST: default.json -- CDvdmStandard-EMEA-E2E: CDvdmStandard.json -- CDvdmStandard-EMEA-PROD: CDvdmStandard.json -- CDvdmStandard-US-E2E: CDvdmStandard.json -- CDvdmStandard-US-PROD: CDvdmStandard.json -- CDvdmStandard-CN-E2E: CDvdmStandard.json -- CDvdmStandard-CN-PROD: CDvdmStandard.json +- CDnewComponentTag-PROD: default.json +- CDnewComponentTag-E2E: default.json +- CDnewComponentTag-INT: default.json +- CDnewComponentTag-TEST: default.json #PROD dashboards for EMEA/NA/CN Prod -CDnop-provisioning-PROD: +CDnewComponentTag-PROD: - name: CD_nop-provisioning PROD -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: PROD - skipDeployment: "true" -CDnop-provisioning-PROD.EMEA-Prod: +CDnewComponentTag-PROD.EMEA-Prod: - name: CD_nop-provisioning PROD -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: PROD - skipDeployment: "false" -CDnop-provisioning-PROD.NA-Prod: +CDnewComponentTag-PROD.NA-Prod: - name: CD_nop-provisioning PROD -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: PROD - skipDeployment: "false" -CDnop-provisioning-PROD.CN-Prod: +CDnewComponentTag-PROD.CN-Prod: - name: CD_nop-provisioning PROD -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: PROD - skipDeployment: "false" #E2E dashboards for EMEA/NA/CN Prod -CDnop-provisioning-E2E: +CDnewComponentTag-E2E: - name: CD_nop-provisioning E2E -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: E2E - skipDeployment: "true" -CDnop-provisioning-E2E.EMEA-Prod: +CDnewComponentTag-E2E.EMEA-Prod: - name: CD_nop-provisioning E2E -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: E2E - skipDeployment: "false" -CDnop-provisioning-E2E.NA-Prod: +CDnewComponentTag-E2E.NA-Prod: - name: CD_nop-provisioning E2E -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: E2E - skipDeployment: "false" -CDnop-provisioning-E2E.CN-Prod: +CDnewComponentTag-E2E.CN-Prod: - name: CD_nop-provisioning E2E -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: E2E - skipDeployment: "false" #INT dashboards for EMEA/NA/CN PreProd -CDnop-provisioning-INT: +CDnewComponentTag-INT: - name: CD_nop-provisioning INT -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: INT - skipDeployment: "true" -CDnop-provisioning-INT.EMEA-PreProd: +CDnewComponentTag-INT.EMEA-PreProd: - name: CD_nop-provisioning INT -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: INT - skipDeployment: "false" -CDnop-provisioning-INT.NA-PreProd: +CDnewComponentTag-INT.NA-PreProd: - name: CD_nop-provisioning INT -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: INT - skipDeployment: "false" -CDnop-provisioning-INT.CN-PreProd: +CDnewComponentTag-INT.CN-PreProd: - name: CD_nop-provisioning INT -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: INT - skipDeployment: "false" #TEST dashboards for EMEA/NA/CN PreProd -CDnop-provisioning-TEST: +CDnewComponentTag-TEST: - name: CD_nop-provisioning TEST -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: TEST - skipDeployment: "true" -CDnop-provisioning-TEST.EMEA-PreProd: +CDnewComponentTag-TEST.EMEA-PreProd: - name: CD_nop-provisioning TEST -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: TEST - skipDeployment: "false" -CDnop-provisioning-TEST.NA-PreProd: +CDnewComponentTag-TEST.NA-PreProd: - name: CD_nop-provisioning TEST -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: TEST - skipDeployment: "false" -CDnop-provisioning-TEST.CN-PreProd: +CDnewComponentTag-TEST.CN-PreProd: - name: CD_nop-provisioning TEST -- mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name -- mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id -- tag: nop-provisioning +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id - env: TEST -- skipDeployment: "false" - -# VDM Standard Dashboards -CDvdmStandard-EMEA-E2E: - - name: CD_NOP - EMEA E2E - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: E2E - - appId: APP-543 - - serviceLevelObjective: c6230fb8-9855-3896-a689-201587a09ee9 - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-30B64E8735DE491E~\",~\"SERVICE_METHOD-6703A39E5587897F~\",~\"SERVICE_METHOD-E38C39E9BFD05096~\",~\"SERVICE_METHOD-50B62985E8B24A08~\",~\"SERVICE_METHOD-65E559BB51CEF06F~\",~\"SERVICE_METHOD-EA71C88E53497791~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(6))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-30B64E8735DE491E~\",~\"SERVICE_METHOD-6703A39E5587897F~\",~\"SERVICE_METHOD-E38C39E9BFD05096~\",~\"SERVICE_METHOD-50B62985E8B24A08~\",~\"SERVICE_METHOD-65E559BB51CEF06F~\",~\"SERVICE_METHOD-EA71C88E53497791~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(6)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-30B64E8735DE491E~\",~\"SERVICE_METHOD-6703A39E5587897F~\",~\"SERVICE_METHOD-E38C39E9BFD05096~\",~\"SERVICE_METHOD-50B62985E8B24A08~\",~\"SERVICE_METHOD-65E559BB51CEF06F~\",~\"SERVICE_METHOD-EA71C88E53497791~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(6))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-30B64E8735DE491E~\",~\"SERVICE_METHOD-6703A39E5587897F~\",~\"SERVICE_METHOD-E38C39E9BFD05096~\",~\"SERVICE_METHOD-50B62985E8B24A08~\",~\"SERVICE_METHOD-65E559BB51CEF06F~\",~\"SERVICE_METHOD-EA71C88E53497791~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(6))):sort(value(avg,ascending)) - - skipDeployment: "true" -CDvdmStandard-EMEA-E2E.EMEA-Prod: - - name: CD_NOP - EMEA E2E - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: E2E - - appId: APP-543 - - serviceLevelObjective: c6230fb8-9855-3896-a689-201587a09ee9 - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-30B64E8735DE491E~\",~\"SERVICE_METHOD-6703A39E5587897F~\",~\"SERVICE_METHOD-E38C39E9BFD05096~\",~\"SERVICE_METHOD-50B62985E8B24A08~\",~\"SERVICE_METHOD-65E559BB51CEF06F~\",~\"SERVICE_METHOD-EA71C88E53497791~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(6))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-30B64E8735DE491E~\",~\"SERVICE_METHOD-6703A39E5587897F~\",~\"SERVICE_METHOD-E38C39E9BFD05096~\",~\"SERVICE_METHOD-50B62985E8B24A08~\",~\"SERVICE_METHOD-65E559BB51CEF06F~\",~\"SERVICE_METHOD-EA71C88E53497791~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(6)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-30B64E8735DE491E~\",~\"SERVICE_METHOD-6703A39E5587897F~\",~\"SERVICE_METHOD-E38C39E9BFD05096~\",~\"SERVICE_METHOD-50B62985E8B24A08~\",~\"SERVICE_METHOD-65E559BB51CEF06F~\",~\"SERVICE_METHOD-EA71C88E53497791~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(6))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-30B64E8735DE491E~\",~\"SERVICE_METHOD-6703A39E5587897F~\",~\"SERVICE_METHOD-E38C39E9BFD05096~\",~\"SERVICE_METHOD-50B62985E8B24A08~\",~\"SERVICE_METHOD-65E559BB51CEF06F~\",~\"SERVICE_METHOD-EA71C88E53497791~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(6))):sort(value(avg,ascending)) - - skipDeployment: "false" -CDvdmStandard-EMEA-PROD: - - name: CD_NOP - EMEA PROD - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: PROD - - appId: APP-543 - - serviceLevelObjective: 3d4daf50-e2d1-310c-b360-54b925fc63ba - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-2E68052588E26D31~\",~\"SERVICE_METHOD-2D62F4AF117547E6~\",~\"SERVICE_METHOD-F5490EA72728DFA0~\",~\"SERVICE_METHOD-8A170D1B40209750~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-2E68052588E26D31~\",~\"SERVICE_METHOD-2D62F4AF117547E6~\",~\"SERVICE_METHOD-F5490EA72728DFA0~\",~\"SERVICE_METHOD-8A170D1B40209750~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-2E68052588E26D31~\",~\"SERVICE_METHOD-2D62F4AF117547E6~\",~\"SERVICE_METHOD-F5490EA72728DFA0~\",~\"SERVICE_METHOD-8A170D1B40209750~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-2E68052588E26D31~\",~\"SERVICE_METHOD-2D62F4AF117547E6~\",~\"SERVICE_METHOD-F5490EA72728DFA0~\",~\"SERVICE_METHOD-8A170D1B40209750~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))):sort(value(avg,ascending)) - - skipDeployment: "true" -CDvdmStandard-EMEA-PROD.EMEA-Prod: - - name: CD_NOP - EMEA PROD - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: PROD - - appId: APP-543 - - serviceLevelObjective: 3d4daf50-e2d1-310c-b360-54b925fc63ba - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-2E68052588E26D31~\",~\"SERVICE_METHOD-2D62F4AF117547E6~\",~\"SERVICE_METHOD-F5490EA72728DFA0~\",~\"SERVICE_METHOD-8A170D1B40209750~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-2E68052588E26D31~\",~\"SERVICE_METHOD-2D62F4AF117547E6~\",~\"SERVICE_METHOD-F5490EA72728DFA0~\",~\"SERVICE_METHOD-8A170D1B40209750~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-2E68052588E26D31~\",~\"SERVICE_METHOD-2D62F4AF117547E6~\",~\"SERVICE_METHOD-F5490EA72728DFA0~\",~\"SERVICE_METHOD-8A170D1B40209750~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-2E68052588E26D31~\",~\"SERVICE_METHOD-2D62F4AF117547E6~\",~\"SERVICE_METHOD-F5490EA72728DFA0~\",~\"SERVICE_METHOD-8A170D1B40209750~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))):sort(value(avg,ascending)) - - skipDeployment: "false" -CDvdmStandard-US-E2E: - - name: CD_NOP - US E2E - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: E2E - - appId: APP-543 - - serviceLevelObjective: 0c1b7081-2b35-30a3-82cf-5286074e396b - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-D96176E058A8F7E4~\",~\"SERVICE_METHOD-2F38EE24FFA473FF~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(4))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-D96176E058A8F7E4~\",~\"SERVICE_METHOD-2F38EE24FFA473FF~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(4)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-D96176E058A8F7E4~\",~\"SERVICE_METHOD-2F38EE24FFA473FF~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(4))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-D96176E058A8F7E4~\",~\"SERVICE_METHOD-2F38EE24FFA473FF~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(4))):sort(value(avg,ascending)) - - skipDeployment: "true" -CDvdmStandard-US-E2E.NA-Prod: - - name: CD_NOP - US E2E - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: E2E - - appId: APP-543 - - serviceLevelObjective: 0c1b7081-2b35-30a3-82cf-5286074e396b - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-D96176E058A8F7E4~\",~\"SERVICE_METHOD-2F38EE24FFA473FF~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(4))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-D96176E058A8F7E4~\",~\"SERVICE_METHOD-2F38EE24FFA473FF~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(4)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-D96176E058A8F7E4~\",~\"SERVICE_METHOD-2F38EE24FFA473FF~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(4))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-706F595BD22A8C93~\",~\"SERVICE_METHOD-D96176E058A8F7E4~\",~\"SERVICE_METHOD-2F38EE24FFA473FF~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(4))):sort(value(avg,ascending)) - - skipDeployment: "false" -CDvdmStandard-US-PROD: - - name: CD_NOP - US PROD - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: PROD - - appId: APP-543 - - serviceLevelObjective: 4bf586d0-5eff-32e5-bce6-dc704495499d - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-8CE8C42D00025F6E~\",~\"SERVICE_METHOD-098FE4EE9163CB06~\",~\"SERVICE_METHOD-ECD7EC1FF944477C~\",~\"SERVICE_METHOD-9841A0DF632A853B~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-8CE8C42D00025F6E~\",~\"SERVICE_METHOD-098FE4EE9163CB06~\",~\"SERVICE_METHOD-ECD7EC1FF944477C~\",~\"SERVICE_METHOD-9841A0DF632A853B~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-8CE8C42D00025F6E~\",~\"SERVICE_METHOD-098FE4EE9163CB06~\",~\"SERVICE_METHOD-ECD7EC1FF944477C~\",~\"SERVICE_METHOD-9841A0DF632A853B~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-8CE8C42D00025F6E~\",~\"SERVICE_METHOD-098FE4EE9163CB06~\",~\"SERVICE_METHOD-ECD7EC1FF944477C~\",~\"SERVICE_METHOD-9841A0DF632A853B~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))):sort(value(avg,ascending)) - - skipDeployment: "true" -CDvdmStandard-US-PROD.NA-Prod: - - name: CD_NOP - US PROD - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: PROD - - appId: APP-543 - - serviceLevelObjective: 4bf586d0-5eff-32e5-bce6-dc704495499d - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-8CE8C42D00025F6E~\",~\"SERVICE_METHOD-098FE4EE9163CB06~\",~\"SERVICE_METHOD-ECD7EC1FF944477C~\",~\"SERVICE_METHOD-9841A0DF632A853B~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-8CE8C42D00025F6E~\",~\"SERVICE_METHOD-098FE4EE9163CB06~\",~\"SERVICE_METHOD-ECD7EC1FF944477C~\",~\"SERVICE_METHOD-9841A0DF632A853B~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-8CE8C42D00025F6E~\",~\"SERVICE_METHOD-098FE4EE9163CB06~\",~\"SERVICE_METHOD-ECD7EC1FF944477C~\",~\"SERVICE_METHOD-9841A0DF632A853B~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-8CE8C42D00025F6E~\",~\"SERVICE_METHOD-098FE4EE9163CB06~\",~\"SERVICE_METHOD-ECD7EC1FF944477C~\",~\"SERVICE_METHOD-9841A0DF632A853B~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))):sort(value(avg,ascending)) - - skipDeployment: "false" -CDvdmStandard-CN-E2E: - - name: CD_NOP - CN E2E - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: E2E - - appId: APP-543 - - serviceLevelObjective: e3680f59-51a5-394b-98d8-af523471f336 - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-E2A1B89B5D647A9F~\",~\"SERVICE_METHOD-0E5BB4709AA2B31D~\",~\"SERVICE_METHOD-BEF64BAB857EA4A5~\",~\"SERVICE_METHOD-AE92F125B61F4661~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(4))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-E2A1B89B5D647A9F~\",~\"SERVICE_METHOD-0E5BB4709AA2B31D~\",~\"SERVICE_METHOD-BEF64BAB857EA4A5~\",~\"SERVICE_METHOD-AE92F125B61F4661~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(4)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-E2A1B89B5D647A9F~\",~\"SERVICE_METHOD-0E5BB4709AA2B31D~\",~\"SERVICE_METHOD-BEF64BAB857EA4A5~\",~\"SERVICE_METHOD-AE92F125B61F4661~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(4))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-E2A1B89B5D647A9F~\",~\"SERVICE_METHOD-0E5BB4709AA2B31D~\",~\"SERVICE_METHOD-BEF64BAB857EA4A5~\",~\"SERVICE_METHOD-AE92F125B61F4661~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(4))):sort(value(avg,ascending)) - - skipDeployment: "true" -CDvdmStandard-CN-E2E.CN-Prod: - - name: CD_NOP - CN E2E - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: E2E - - appId: APP-543 - - serviceLevelObjective: e3680f59-51a5-394b-98d8-af523471f336 - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-E2A1B89B5D647A9F~\",~\"SERVICE_METHOD-0E5BB4709AA2B31D~\",~\"SERVICE_METHOD-BEF64BAB857EA4A5~\",~\"SERVICE_METHOD-AE92F125B61F4661~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(4))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-E2A1B89B5D647A9F~\",~\"SERVICE_METHOD-0E5BB4709AA2B31D~\",~\"SERVICE_METHOD-BEF64BAB857EA4A5~\",~\"SERVICE_METHOD-AE92F125B61F4661~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(4)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-E2A1B89B5D647A9F~\",~\"SERVICE_METHOD-0E5BB4709AA2B31D~\",~\"SERVICE_METHOD-BEF64BAB857EA4A5~\",~\"SERVICE_METHOD-AE92F125B61F4661~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(4))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-E2A1B89B5D647A9F~\",~\"SERVICE_METHOD-0E5BB4709AA2B31D~\",~\"SERVICE_METHOD-BEF64BAB857EA4A5~\",~\"SERVICE_METHOD-AE92F125B61F4661~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(4))):sort(value(avg,ascending)) - - skipDeployment: "false" -CDvdmStandard-CN-PROD: - - name: CD_NOP - CN PROD - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: PROD - - appId: APP-543 - - serviceLevelObjective: 82f502af-189c-3eed-9a71-e2d9b8b71eed - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-100B31164A987E22~\",~\"SERVICE_METHOD-B11BCF0DC57404BD~\",~\"SERVICE_METHOD-E7081C40F43835F2~\",~\"SERVICE_METHOD-6B0E1345948E4BCD~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-100B31164A987E22~\",~\"SERVICE_METHOD-B11BCF0DC57404BD~\",~\"SERVICE_METHOD-E7081C40F43835F2~\",~\"SERVICE_METHOD-6B0E1345948E4BCD~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-100B31164A987E22~\",~\"SERVICE_METHOD-B11BCF0DC57404BD~\",~\"SERVICE_METHOD-E7081C40F43835F2~\",~\"SERVICE_METHOD-6B0E1345948E4BCD~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-100B31164A987E22~\",~\"SERVICE_METHOD-B11BCF0DC57404BD~\",~\"SERVICE_METHOD-E7081C40F43835F2~\",~\"SERVICE_METHOD-6B0E1345948E4BCD~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))):sort(value(avg,ascending)) - - skipDeployment: "true" -CDvdmStandard-CN-PROD.CN-Prod: - - name: CD_NOP - CN PROD - VDM Standard Dashboard - - mzName: CD_nop-provisioning/management-zone/CDnop-provisioning.name - - mzId: CD_nop-provisioning/management-zone/CDnop-provisioning.id - - tag: nop - - env: PROD - - appId: APP-543 - - serviceLevelObjective: 82f502af-189c-3eed-9a71-e2d9b8b71eed - - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-Provisioning(NOP)" - - reliabilityOverTime: (100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-100B31164A987E22~\",~\"SERVICE_METHOD-B11BCF0DC57404BD~\",~\"SERVICE_METHOD-E7081C40F43835F2~\",~\"SERVICE_METHOD-6B0E1345948E4BCD~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-100B31164A987E22~\",~\"SERVICE_METHOD-B11BCF0DC57404BD~\",~\"SERVICE_METHOD-E7081C40F43835F2~\",~\"SERVICE_METHOD-6B0E1345948E4BCD~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy():avg:auto:sort(value(avg,descending)):limit(7)) - - reliabilityPerKeyRequest: ((100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-100B31164A987E22~\",~\"SERVICE_METHOD-B11BCF0DC57404BD~\",~\"SERVICE_METHOD-E7081C40F43835F2~\",~\"SERVICE_METHOD-6B0E1345948E4BCD~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-100B31164A987E22~\",~\"SERVICE_METHOD-B11BCF0DC57404BD~\",~\"SERVICE_METHOD-E7081C40F43835F2~\",~\"SERVICE_METHOD-6B0E1345948E4BCD~\",~\"SERVICE_METHOD-369F60A6ECF46799~\",~\"SERVICE_METHOD-A0BE6F102B56E250~\",~\"SERVICE_METHOD-56D63D7397F937A6~\")\")))):splitBy(\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(7))):sort(value(avg,ascending)) - - skipDeployment: "false" \ No newline at end of file +- skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/dashboard/default.json b/BMW-Dynatrace-config/CD_nop-provisioning/dashboard/default.json index 6c685810..189767ed 100644 --- a/BMW-Dynatrace-config/CD_nop-provisioning/dashboard/default.json +++ b/BMW-Dynatrace-config/CD_nop-provisioning/dashboard/default.json @@ -13,8 +13,9 @@ "timeframe": "-24h to now" }, "tags": [ - "{{.tag}}" - ] + "{{.mzName}}" + ], + "preset": true }, "tiles": [ { @@ -27,7 +28,12 @@ "width": 1064, "height": 304 }, - "tileFilter": {}, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, "filterConfig": { "type": "MIXED", "customName": "Failure rate (HTTP 4xx/5xx errors)", @@ -71,8 +77,7 @@ "filtersPerEntityType": { "SERVICE": { "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" + "Environment:{{.env}}" ] } } @@ -105,7 +110,12 @@ "width": 1064, "height": 38 }, - "tileFilter": {} + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + } }, { "name": "Markdown", @@ -130,7 +140,12 @@ "width": 1064, "height": 304 }, - "tileFilter": {}, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, "filterConfig": { "type": "MIXED", "customName": "Response time, Request Count and Number of Errors", @@ -188,8 +203,7 @@ "filtersPerEntityType": { "SERVICE": { "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" + "Environment:{{.env}}" ] } } @@ -218,7 +232,12 @@ "width": 190, "height": 152 }, - "tileFilter": {}, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, "filterConfig": { "type": "DATABASE", "customName": "Databases", @@ -232,8 +251,7 @@ "filtersPerEntityType": { "DATABASE": { "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" + "Environment:{{.env}}" ] } } @@ -250,7 +268,12 @@ "width": 190, "height": 152 }, - "tileFilter": {}, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, "filterConfig": { "type": "SERVICE", "customName": "Services", @@ -264,8 +287,7 @@ "filtersPerEntityType": { "SERVICE": { "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" + "Environment:{{.env}}" ] } } @@ -282,7 +304,12 @@ "width": 190, "height": 152 }, - "tileFilter": {}, + "tileFilter": { + "managementZone": { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + }, "filterConfig": { "type": "HOST", "customName": "Hosts", @@ -296,8 +323,7 @@ "filtersPerEntityType": { "HOST": { "AUTO_TAGS": [ - "Environment:{{.env}}", - "Component:{{.tag}}" + "Environment:{{.env}}" ] } } diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/management-zone/default.json b/BMW-Dynatrace-config/CD_nop-provisioning/management-zone/default.json index bffa0c3b..fc96de39 100644 --- a/BMW-Dynatrace-config/CD_nop-provisioning/management-zone/default.json +++ b/BMW-Dynatrace-config/CD_nop-provisioning/management-zone/default.json @@ -1,114 +1,23 @@ { "dimensionalRules": [], "name": "{{.name}}", - "rules": [ - { - "conditions": [ + "entitySelectorBasedRules": [ { - "comparisonInfo": { - "negate": false, - "operator": "EQUALS", - "type": "TAG", - "value": { - "context": "CONTEXTLESS", - "key": "Component", - "value": "{{.tag}}" - } - }, - "key": { - "attribute": "SERVICE_TAGS" - } - } - ], - "enabled": true, - "propagationTypes": [ - "SERVICE_TO_PROCESS_GROUP_LIKE", - "SERVICE_TO_HOST_LIKE" - ], - "type": "SERVICE" - }, - { - "conditions": [ + "enabled": true, + "entitySelector": "type(Service),tag({{.compassIDs}})" + }, { - "comparisonInfo": { - "negate": false, - "operator": "EQUALS", - "type": "TAG", - "value": { - "context": "CONTEXTLESS", - "key": "Component", - "value": "{{.tag}}" - } - }, - "key": { - "attribute": "PROCESS_GROUP_TAGS" - } - } - ], - "enabled": true, - "propagationTypes": [ - "PROCESS_GROUP_TO_HOST" - ], - "type": "PROCESS_GROUP" - }, - { - "conditions": [ + "enabled": true, + "entitySelector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag({{.compassIDs}}))" + }, { - "comparisonInfo": { - "negate": false, - "operator": "EQUALS", - "type": "TAG", - "value": { - "context": "CONTEXTLESS", - "key": "Component", - "value": "{{.tag}}" - } - }, - "key": { - "attribute": "HOST_TAGS" - } - } + "enabled": true, + "entitySelector": "type(PROCESS_GROUP_INSTANCE),tag({{.compassIDs}})" + }, + { + "enabled": true, + "entitySelector": "type(HOST),tag({{.compassIDs}})" + } ], - "enabled": true, - "type": "HOST" - }, - { - "conditions": [ - { - "comparisonInfo": { - "caseSensitive": true, - "negate": false, - "operator": "CONTAINS", - "type": "STRING", - "value": "{{.tag}}" - }, - "key": { - "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME" - } - } - ], - "enabled": true, - "propagationTypes": [], - "type": "CLOUD_APPLICATION_NAMESPACE" - }, - { - "conditions": [ - { - "comparisonInfo": { - "caseSensitive": true, - "negate": false, - "operator": "CONTAINS", - "type": "STRING", - "value": "{{.tag}}" - }, - "key": { - "attribute": "CLOUD_APPLICATION_NAME" - } - } - ], - "enabled": true, - "propagationTypes": [], - "type": "CLOUD_APPLICATION" - } - ] + "rules": [] } \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/management-zone/management-zone.yaml b/BMW-Dynatrace-config/CD_nop-provisioning/management-zone/management-zone.yaml index 9b9092f2..e41893b0 100644 --- a/BMW-Dynatrace-config/CD_nop-provisioning/management-zone/management-zone.yaml +++ b/BMW-Dynatrace-config/CD_nop-provisioning/management-zone/management-zone.yaml @@ -1,6 +1,6 @@ config: -- CDnop-provisioning: default.json +- CDnewComponentTag: default.json -CDnop-provisioning: +CDnewComponentTag: - name: CD_nop-provisioning -- tag: nop-provisioning +- compassIDs: \"compass-id:NOP-Provisioning\" diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/notification/README.md b/BMW-Dynatrace-config/CD_nop-provisioning/notification/README.md new file mode 100644 index 00000000..5ba3825a --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/notification/README.md @@ -0,0 +1,4 @@ + +### How to configure notification systems? + +Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/notification/email.json b/BMW-Dynatrace-config/CD_nop-provisioning/notification/email.json new file mode 100644 index 00000000..486642a7 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/notification/email.json @@ -0,0 +1,13 @@ +{ + "active": true, + "alertingProfile": "{{.alertingProfile}}", + "bccReceivers": [], + "body": "{ProblemDetailsHTML}", + "ccReceivers": [], + "name": "{{.name}}", + "receivers": [ + "{{.receivers}}" + ], + "subject": "{State} Problem {ProblemID}: {ImpactedEntity}", + "type": "EMAIL" +} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/notification/itsm.json b/BMW-Dynatrace-config/CD_nop-provisioning/notification/itsm.json new file mode 100644 index 00000000..677ef0ea --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/notification/itsm.json @@ -0,0 +1,20 @@ +{ + "acceptAnyCertificate": false, + "active": true, + "alertingProfile": "{{.alertingProfile}}", + "headers": [ + { + "name": "Authorization", + "value": "{{.Env.SecretAuthHeader}}" + }, + { + "name": "x-apikey", + "value": "{{.Env.SecretXAPIKey}}" + } + ], + "name": "{{.name}}", + "notifyEventMergesEnabled": false, + "payload": "[\n{\n \"attributes\": {\n \"CLASS\": \"BusinessTransaction\",\n \"source\": \"MgmtZone: {{.mzName}}\",\n \"severity\": \"MINOR\",\n \"origin\": \"{{.appdid}}\",\n \"sub_origin\": \"Dynatrace SaaS - {ImpactedEntity}\",\n \"adapter_host\": \"{{ .DTEnvironment }}\",\n \"msg\": \"{ProblemDetailsText}\",\n \"contract_id\": \"{{.contractid}}\",\n \"ars_esc\": \"Yes\",\n \"ars_delay_time\": \"0\",\n \"hostname\": \"test\",\n \"sub_source\": \"Environment: CoCo_EMEA_Prod\",\n \"server_loc\": \"\",\n \"event_id\": \"AI001\",\n \"dd_plus\": \"{ProblemSeverity}\",\n \"dd1\": \"{ProblemURL}\",\n \"dd2\": \"{PID}\"\n }\n}\n]", + "type": "WEBHOOK", + "url": "{{.webhook}}" +} diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/notification/msTeams.json b/BMW-Dynatrace-config/CD_nop-provisioning/notification/msTeams.json new file mode 100644 index 00000000..33e92cf6 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/notification/msTeams.json @@ -0,0 +1,11 @@ +{ + "acceptAnyCertificate": false, + "active": true, + "alertingProfile": "{{.alertingProfile}}", + "headers": [], + "name": "{{.name}}", + "notifyEventMergesEnabled": false, + "payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}", + "type": "WEBHOOK", + "url": "{{.webhook}}" +} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/notification/notification.yaml b/BMW-Dynatrace-config/CD_nop-provisioning/notification/notification.yaml new file mode 100644 index 00000000..511ad2af --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/notification/notification.yaml @@ -0,0 +1,102 @@ +config: +- CDnewComponentTag: msTeams.json +- CDnewComponentTagITSM: itsm.json + +# Notification System for EMEA/NA/CN Prod msTeams +CDnewComponentTag.EMEA-Prod: +- name: CD_nop-provisioning PROD +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://empty +- skipDeployment: "true" +CDnewComponentTag.NA-Prod: +- name: CD_nop-provisioning PROD +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://empty +- skipDeployment: "true" +CDnewComponentTag.CN-Prod: +- name: CD_nop-provisioning PROD +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://empty +- skipDeployment: "true" + +# Notification System for EMEA/NA/CN PreProd msTeams +CDnewComponentTag.EMEA-PreProd: +- name: CD_nop-provisioning INT +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://empty +- skipDeployment: "true" +CDnewComponentTag.NA-PreProd: +- name: CD_nop-provisioning INT +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://empty +- skipDeployment: "true" +CDnewComponentTag.CN-PreProd: +- name: CD_nop-provisioning INT +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://empty +- skipDeployment: "true" + + +# Notification System for EMEA/NA/CN Prod ITSM +CDnewComponentTagITSM.EMEA-Prod: +- name: CD_nop-provisioning ITSM PROD +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 +- contractid: "10APP11906401" +- appdid: "TEST123" +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- DTEnvironment: https://xxu26128.live.dynatrace.com +- skipDeployment: "true" + +CDnewComponentTagITSM.NA-Prod: +- name: CD_nop-provisioning ITSM PROD +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 +- contractid: "10APP11906401" +- appdid: "TEST123" +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- DTEnvironment: https://xxu26128.live.dynatrace.com +- skipDeployment: "true" + + +CDnewComponentTagITSM.CN-Prod: +- name: CD_nop-provisioning ITSM PROD +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 +- contractid: "10APP11906401" +- appdid: "TEST123" +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- DTEnvironment: https://xxu26128.live.dynatrace.com +- skipDeployment: "true" + +CDnewComponentTagITSM.EMEA-PreProd: +- name: CD_nop-provisioning ITSM INT +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 +- contractid: "10APP11906401" +- appdid: "TEST123" +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- DTEnvironment: https://xxu26128.live.dynatrace.com +- skipDeployment: "true" + +CDnewComponentTagITSM.NA-PreProd: +- name: CD_nop-provisioning ITSM INT +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 +- contractid: "10APP11906401" +- appdid: "TEST123" +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- DTEnvironment: https://xxu26128.live.dynatrace.com +- skipDeployment: "true" + + +CDnewComponentTagITSM.CN-PreProd: +- name: CD_nop-provisioning ITSM INT +- alertingProfile: CD_nop-provisioning/alerting-profile/CDnewComponentTag.id +- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 +- contractid: "10APP11906401" +- appdid: "TEST123" +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- DTEnvironment: https://xxu26128.live.dynatrace.com +- skipDeployment: "true" + diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/README.md b/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/README.md new file mode 100644 index 00000000..04d7949f --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/README.md @@ -0,0 +1,4 @@ + +### How to configure synthetics? + +Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics. \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/default.json b/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/default.json new file mode 100644 index 00000000..cf83039b --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/default.json @@ -0,0 +1,82 @@ +{ + "anomalyDetection": { + "loadingTimeThresholds": { + "enabled": false, + "thresholds": [ + { + "type": "TOTAL", + "valueMs": 0 + } + ] + }, + "outageHandling": { + "globalOutage": true, + "localOutage": false, + "localOutagePolicy": { + "affectedLocations": 1, + "consecutiveRuns": 3 + } + } + }, + "automaticallyAssignedApps": [], + "enabled": true, + "frequencyMin": 1, + "locations": [ + "{{.location}}" + ], + "managementZones": [ + { + "id": "{{.mzId}}", + "name": "{{.mzName}}" + } + ], + "manuallyAssignedApps": [], + "name": "{{.name}}", + "requests": [ + { + "entityId": "HTTP_CHECK_STEP-0BA53EC80CD7EE5A", + "name": "{{.name}}", + "sequenceNumber": 1 + } + ], + "script": { + "requests": [ + { + "configuration": { + "acceptAnyCertificate": true, + "followRedirects": true, + "requestHeaders": [ + { + "name": "accept", + "value": "application/json" + }, + { + "name": "Content-Type", + "value": "application/json" + }, + { + "name": "api_key", + "value": "355DE89C-7B72-4EA3-BDD8-157C79EB2C23" + } + ] + }, + "description": "{{.name}}", + "method": "GET", + "url": "{{.endpoint}}", + "validation": { + "rules": [ + { + "passIfFound": true, + "type": "httpStatusesList", + "value": "200" + } + ], + "rulesChaining": "or" + } + } + ], + "version": "1.0" + }, + "tags": [], + "type": "HTTP" +} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/synthetic-monitor.yaml b/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/synthetic-monitor.yaml new file mode 100644 index 00000000..76a37515 --- /dev/null +++ b/BMW-Dynatrace-config/CD_nop-provisioning/synthetic-monitor/synthetic-monitor.yaml @@ -0,0 +1,10 @@ +config: +- newComponentTag: default.json + +newComponentTag: +- name: CD_nop-provisioning - +- mzName: CD_nop-provisioning/management-zone/CDnewComponentTag.name +- mzId: CD_nop-provisioning/management-zone/CDnewComponentTag.id +- endpoint: +- location: +- skipDeployment: "true" \ No newline at end of file