diff --git a/BMW-Dynatrace-config/CD_Countly/notification/notification.yaml b/BMW-Dynatrace-config/CD_Countly/notification/notification.yaml index 5e10c682..55342304 100644 --- a/BMW-Dynatrace-config/CD_Countly/notification/notification.yaml +++ b/BMW-Dynatrace-config/CD_Countly/notification/notification.yaml @@ -42,21 +42,21 @@ CDnewComponentTagITSM.EMEA-Prod: - name: CD_Countly ITSM PROD - alertingProfile: CD_Countly/alerting-profile/CDnewComponentTag.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 -- contractid: "10APP11906401" -- appdid: "TEST123" +- contractid: "10APP11899700" +- appdid: "APPD-253917" - mzName: CD_Countly/management-zone/CDnewComponentTag.id - DTEnvironment: https://xxu26128.live.dynatrace.com -- skipDeployment: "true" +- skipDeployment: "false" CDnewComponentTagITSM.NA-Prod: - name: CD_Countly ITSM PROD - alertingProfile: CD_Countly/alerting-profile/CDnewComponentTag.id - webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1 -- contractid: "10APP11906401" -- appdid: "TEST123" +- contractid: "20APP11899700" +- appdid: "APPD-253917" - mzName: CD_Countly/management-zone/CDnewComponentTag.id -- DTEnvironment: https://xxu26128.live.dynatrace.com -- skipDeployment: "true" +- DTEnvironment: https://wgv50241.live.dynatrace.com +- skipDeployment: "false" CDnewComponentTagITSM.CN-Prod: diff --git a/BMW-Dynatrace-config/ew_test/custom-service-java/TemplateTest copy 2.json b/BMW-Dynatrace-config/ew_test/custom-service-java/TemplateTest copy 2.json new file mode 100644 index 00000000..a4f0a2c1 --- /dev/null +++ b/BMW-Dynatrace-config/ew_test/custom-service-java/TemplateTest copy 2.json @@ -0,0 +1,29 @@ +{ + "enabled": true, + "metadata": { + "clusterVersion": "1.211.111.20210222-093946", + "configurationVersions": [ + 0 + ] + }, + "name": "{{.name}}", + "processGroups": [], + "queueEntryPoint": false, + "queueEntryPointType": null, + "rules": [ + { + "annotations": [], + "className": "com.bmw.cc.smc2.dkey.api.vehicle.v1.boundary.VehicleInboundBCI", + "enabled": true, + "fileName": "", + "matcher": "EQUALS", + "methodRules": [ + { + "argumentTypes":["{{.argumentTypes}}"], + "methodName": "sendKeyListToBackend", + "returnType": "void" + } + ] + } + ] + } \ No newline at end of file diff --git a/BMW-Dynatrace-config/ew_test/custom-service-java/TemplateTest copy.json b/BMW-Dynatrace-config/ew_test/custom-service-java/TemplateTest copy.json new file mode 100644 index 00000000..73619c10 --- /dev/null +++ b/BMW-Dynatrace-config/ew_test/custom-service-java/TemplateTest copy.json @@ -0,0 +1,32 @@ +{ + "enabled": true, + "metadata": { + "clusterVersion": "1.211.111.20210222-093946", + "configurationVersions": [ + 0 + ] + }, + "name": "{{.name}}", + "processGroups": [], + "queueEntryPoint": false, + "queueEntryPointType": null, + "rules": [ + { + "annotations": [], + "className": "com.bmw.cc.smc2.dkey.api.vehicle.v1.boundary.VehicleInboundBCI", + "enabled": true, + "fileName": "", + "matcher": "EQUALS", + "methodRules": [ + { + "argumentTypes": [ + "java.lang.String", + "java.lang.Byte[]" + ], + "methodName": "sendKeyListToBackend", + "returnType": "void" + } + ] + } + ] + } \ No newline at end of file diff --git a/BMW-Dynatrace-config/ew_test/custom-service-java/TemplateTest.json b/BMW-Dynatrace-config/ew_test/custom-service-java/TemplateTest.json new file mode 100644 index 00000000..a4f0a2c1 --- /dev/null +++ b/BMW-Dynatrace-config/ew_test/custom-service-java/TemplateTest.json @@ -0,0 +1,29 @@ +{ + "enabled": true, + "metadata": { + "clusterVersion": "1.211.111.20210222-093946", + "configurationVersions": [ + 0 + ] + }, + "name": "{{.name}}", + "processGroups": [], + "queueEntryPoint": false, + "queueEntryPointType": null, + "rules": [ + { + "annotations": [], + "className": "com.bmw.cc.smc2.dkey.api.vehicle.v1.boundary.VehicleInboundBCI", + "enabled": true, + "fileName": "", + "matcher": "EQUALS", + "methodRules": [ + { + "argumentTypes":["{{.argumentTypes}}"], + "methodName": "sendKeyListToBackend", + "returnType": "void" + } + ] + } + ] + } \ No newline at end of file diff --git a/BMW-Dynatrace-config/ew_test/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/ew_test/custom-service-java/custom-service-java.yaml new file mode 100644 index 00000000..ea55785f --- /dev/null +++ b/BMW-Dynatrace-config/ew_test/custom-service-java/custom-service-java.yaml @@ -0,0 +1,11 @@ +config: +- TemplateTest: TemplateTest.json + +TemplateTest: +- name: EW_TEMPLATE_TEST +- skipDeployment: "true" +TemplateTest.EMEA-PreProd: +- name: EW_TEMPLATE_TEST +- argumentTypes: "" +- skipDeployment: "false" +