From dd9465e549d8b0c82bdeba5a229fab6ca3c28e78 Mon Sep 17 00:00:00 2001 From: Bernd Brandl Date: Fri, 3 Jun 2022 15:02:46 +0200 Subject: [PATCH] added template-1-1-without-methodargs --- .../custom-service-java.yaml | 6 ++--- .../template-1-1-without-methodargs.json | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/template-1-1-without-methodargs.json diff --git a/BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/custom-service-java.yaml index 1722cda0..64a64f0e 100644 --- a/BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/custom-service-java.yaml +++ b/BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/custom-service-java.yaml @@ -2,8 +2,8 @@ config: - customService1: template-2-1.json - customService2: template-2-1.json - customService3: template-1-1.json -- customService4: template-1-1.json -- customService5: template-1-1.json +- customService4: template-1-1-without-methodargs.json +- customService5: template-1-1-without-methodargs.json customService1: - name: "ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT" @@ -41,7 +41,6 @@ customService4: - name: "(Timer) timeout" - className: com.bmw.cc.ts.rtchandler.bm.common.timer.CallTimeoutTimerService - methodName: handleTimer -- methodArgs: - returnType: void - skipDeployment: "false" @@ -49,6 +48,5 @@ customService5: - name: "(Timer) deletion" - className: com.bmw.cc.ts.rtchandler.bm.common.control.cleanup.DbCleanUpBA - methodName: cleanUp -- methodArgs: - returnType: void - skipDeployment: "false" \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/template-1-1-without-methodargs.json b/BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/template-1-1-without-methodargs.json new file mode 100644 index 00000000..b3003515 --- /dev/null +++ b/BMW-Dynatrace-config/CD_VDLM_rtchandler/custom-service-java/template-1-1-without-methodargs.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