Pull request #198: [TR] fix custom-service-java templates

Merge in OPAPM/cd_e2e_monitoring_config from VDLM/rtchandler-poc to master

* commit '4fd3e6315df477d5180e361775fc6ad3a9c8b62d':
  fix custom-service-java templates
CD_VDLM_scallservice
Bernd Brandl (DE-722) 2022-05-09 08:18:24 +02:00 committed by Arnel Arnautovic (ext.)
commit 52f8fea354
4 changed files with 35 additions and 20 deletions

View File

@ -13,7 +13,10 @@
"matcher": "EQUALS", "matcher": "EQUALS",
"methodRules": [ "methodRules": [
{ {
"argumentTypes": [], "argumentTypes": [
"java.lang.String",
"java.util.Map"
],
"methodName": "{{.methodName}}", "methodName": "{{.methodName}}",
"returnType": "{{.returnType}}" "returnType": "{{.returnType}}"
} }

View File

@ -13,7 +13,10 @@
"matcher": "EQUALS", "matcher": "EQUALS",
"methodRules": [ "methodRules": [
{ {
"argumentTypes": [], "argumentTypes": [
"java.lang.String",
"java.util.Map"
],
"methodName": "{{.methodName1}}", "methodName": "{{.methodName1}}",
"returnType": "{{.returnType1}}" "returnType": "{{.returnType1}}"
}] }]
@ -26,7 +29,10 @@
"matcher": "EQUALS", "matcher": "EQUALS",
"methodRules": [ "methodRules": [
{ {
"argumentTypes": [], "argumentTypes": [
"java.lang.String",
"java.util.Map"
],
"methodName": "{{.methodName2}}", "methodName": "{{.methodName2}}",
"returnType": "{{.returnType2}}" "returnType": "{{.returnType2}}"
} }

View File

@ -13,7 +13,10 @@
"matcher": "EQUALS", "matcher": "EQUALS",
"methodRules": [ "methodRules": [
{ {
"argumentTypes": [], "argumentTypes": [
"java.lang.String",
"java.util.Map"
],
"methodName": "{{.methodName1}}", "methodName": "{{.methodName1}}",
"returnType": "{{.returnType1}}" "returnType": "{{.returnType1}}"
}] }]
@ -26,7 +29,10 @@
"matcher": "EQUALS", "matcher": "EQUALS",
"methodRules": [ "methodRules": [
{ {
"argumentTypes": [], "argumentTypes": [
"java.lang.String",
"java.util.Map"
],
"methodName": "{{.methodName2}}", "methodName": "{{.methodName2}}",
"returnType": "{{.returnType2}}" "returnType": "{{.returnType2}}"
} }