diff --git a/BMW-Dynatrace-config/CD_VDLM_tsdd/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/CD_VDLM_tsdd/custom-service-java/custom-service-java.yaml index 194ddb38..07c2986b 100644 --- a/BMW-Dynatrace-config/CD_VDLM_tsdd/custom-service-java/custom-service-java.yaml +++ b/BMW-Dynatrace-config/CD_VDLM_tsdd/custom-service-java/custom-service-java.yaml @@ -6,29 +6,29 @@ config: customService1: - name: "ifs-006 (SQS) TsddCallTopic - IN" -- className1: com.bmw.cc.ts.datadispatch.integration.aws.CallTopicSqsListener -- methodName1: processMessage -- methodArgs1: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message -- returnType1: void +- className: com.bmw.cc.ts.datadispatch.integration.aws.CallTopicSqsListener +- methodName: processMessage +- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message +- returnType: void customService2: - name: "ifs-005 (SQS) EVNS2EventQueue - OUT" -- className1: com.bmw.cc.ts.datadispatch.integration.evns2.boundary.Evns2ESI -- methodName1: send -- methodArgs1: java.lang.String -- returnType1: void +- className: com.bmw.cc.ts.datadispatch.integration.evns2.boundary.Evns2ESI +- methodName: send +- methodArgs: java.lang.String +- returnType: void customService3: - name: "ifs-003 (SQS) FbmQueue - OUT" -- className1: com.bmw.cc.ts.datadispatch.integration.fbm.boundary.FbmESI -- methodName1: send -- methodArgs1: com.bmw.fbm.SendKeyDataFBM -- returnType1: void +- className: com.bmw.cc.ts.datadispatch.integration.fbm.boundary.FbmESI +- methodName: send +- methodArgs: com.bmw.fbm.SendKeyDataFBM +- returnType: void customService4: - name: "ifs (Kinesis) vhs_ts_diagnostic_kinesis_stream - OUT" -- className1: com.bmw.cc.ts.datadispatch.integration.vhs.boundary.VhsClientESI -- methodName1: dispatch -- methodArgs1: com.bmw.cc.ts.datadispatch.bm.data.VhsPushData -- returnType1: void +- className: com.bmw.cc.ts.datadispatch.integration.vhs.boundary.VhsClientESI +- methodName: dispatch +- methodArgs: com.bmw.cc.ts.datadispatch.bm.data.VhsPushData +- returnType: void diff --git a/BMW-Dynatrace-config/CD_VDLM_tsdd/custom-service-java/template-1-1.json b/BMW-Dynatrace-config/CD_VDLM_tsdd/custom-service-java/template-1-1.json index 8823cd24..ebe95097 100644 --- a/BMW-Dynatrace-config/CD_VDLM_tsdd/custom-service-java/template-1-1.json +++ b/BMW-Dynatrace-config/CD_VDLM_tsdd/custom-service-java/template-1-1.json @@ -1,23 +1,23 @@ { - "enabled": true, - "name": "{{.name}}", - "processGroups": [], - "queueEntryPoint": false, - "queueEntryPointType": null, - "rules": [ + "enabled": true, + "name": "{{.name}}", + "processGroups": [], + "queueEntryPoint": false, + "queueEntryPointType": null, + "rules": [ + { + "annotations": [], + "className": "{{.className}}", + "enabled": true, + "fileName": "", + "matcher": "EQUALS", + "methodRules": [ { - "annotations": [], - "className": "{{.className1}}", - "enabled": true, - "fileName": "", - "matcher": "EQUALS", - "methodRules": [ - { - "argumentTypes": ["{{.methodArgs1}}"], - "methodName": "{{.methodName1}}", - "returnType": "{{.returnType1}}" - } - ] + "argumentTypes": ["{{.methodArgs}}"], + "methodName": "{{.methodName}}", + "returnType": "{{.returnType}}" } - ] -} + ] + } + ] +} \ No newline at end of file