Merge branch 'CD_VDLM_multiple_custom_services' of https://atc.bmwgroup.net/bitbucket/scm/opapm/cd_e2e_monitoring_config into CD_VDLM_multiple_custom_services
# Conflicts: # BMW-Dynatrace-config/CD_VDLM_tsrd/custom-service-java/custom-service-java.yaml -- take over fixes by support...rtchandler_fix
commit
4d076bc8e0
|
|
@ -1,6 +1,6 @@
|
||||||
config:
|
config:
|
||||||
- customService1: template-1-1.json
|
- customService1: template-2-1.json
|
||||||
- customService2: template-1-1.json
|
- customService2: template-2-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: "ifs-007 (JOYNR) requestDiagResult/notifyDiagResult - IN/OUT"
|
- name: "ifs-007 (JOYNR) requestDiagResult/notifyDiagResult - IN/OUT"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"annotations": [],
|
"annotations": [],
|
||||||
"className": "{{.className1}}",
|
"className": "{{.className}}",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"fileName": "",
|
"fileName": "",
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
|
|
@ -16,21 +16,12 @@
|
||||||
"argumentTypes": ["{{.methodArgs1}}"],
|
"argumentTypes": ["{{.methodArgs1}}"],
|
||||||
"methodName": "{{.methodName1}}",
|
"methodName": "{{.methodName1}}",
|
||||||
"returnType": "{{.returnType1}}"
|
"returnType": "{{.returnType1}}"
|
||||||
}]
|
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"annotations": [],
|
|
||||||
"className": "{{.className2}}",
|
|
||||||
"enabled": true,
|
|
||||||
"fileName": "",
|
|
||||||
"matcher": "EQUALS",
|
|
||||||
"methodRules": [
|
|
||||||
{
|
{
|
||||||
"argumentTypes": ["{{.methodArgs2}}"],
|
"argumentTypes": ["{{.methodArgs2}}"],
|
||||||
"methodName": "{{.methodName2}}",
|
"methodName": "{{.methodName2}}",
|
||||||
"returnType": "{{.returnType2}}"
|
"returnType": "{{.returnType2}}"
|
||||||
}
|
}]
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -20,19 +20,19 @@ customService1:
|
||||||
|
|
||||||
customService2:
|
customService2:
|
||||||
- name: "(MQS) CallTopic - OUT"
|
- name: "(MQS) CallTopic - OUT"
|
||||||
- className1: com.bmw.cc.ts.tsrd.bm.jms.calltopic.boundary.CallTopicJmsPublisherBA
|
- className: com.bmw.cc.ts.tsrd.bm.jms.calltopic.boundary.CallTopicJmsPublisherBA
|
||||||
- methodName1: publishCallToCallTopic
|
- methodName: publishCallToCallTopic
|
||||||
- methodArgs1: com.bmw.cc.ts.tsrd.bm.jms.calltopic.entity.CallStorageCallDO
|
- methodArgs: com.bmw.cc.ts.tsrd.bm.jms.calltopic.entity.CallStorageCallDO
|
||||||
- returnType1: void
|
- returnType: void
|
||||||
|
|
||||||
customService3:
|
customService3:
|
||||||
- name: "ifs-007 (SQS) odfUpdateStatus - IN"
|
- name: "ifs-007 (SQS) odfUpdateStatus - IN"
|
||||||
- className1: com.bmw.cc.ts.tsrd.bm.odfupdatestatus.boundary.OdfUpdateStatusSqsMF
|
- className: com.bmw.cc.ts.tsrd.bm.odfupdatestatus.boundary.OdfUpdateStatusSqsMF
|
||||||
- methodName1: processMessage
|
- methodName: processMessage
|
||||||
- methodArgs1: software.amazon.awssdk.services.sqs.model.Message
|
- methodArgs: software.amazon.awssdk.services.sqs.model.Message
|
||||||
- returnType1: void
|
- returnType: void
|
||||||
|
|
||||||
- customService4:
|
customService4:
|
||||||
- name: "(Timer) deletion/timeout"
|
- name: "(Timer) deletion/timeout"
|
||||||
- className1: com.bmw.cc.ts.tsrd.bm.timer.DatabaseCleanerTimerService
|
- className1: com.bmw.cc.ts.tsrd.bm.timer.DatabaseCleanerTimerService
|
||||||
- methodName1: timeout
|
- methodName1: timeout
|
||||||
|
|
@ -46,14 +46,14 @@ customService3:
|
||||||
|
|
||||||
customService5:
|
customService5:
|
||||||
- name: "ifs-009 (SQS) QuitDiagnosisMessage - IN"
|
- name: "ifs-009 (SQS) QuitDiagnosisMessage - IN"
|
||||||
- className1: com.bmw.cc.ts.tsrd.bm.remotediagnosis.boundary.DiagServiceSqsListener
|
- className: com.bmw.cc.ts.tsrd.bm.remotediagnosis.boundary.DiagServiceSqsListener
|
||||||
- methodName1: processMessage
|
- methodName: processMessage
|
||||||
- methodArgs1: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||||
- returnType1: void
|
- returnType: void
|
||||||
|
|
||||||
customService6:
|
customService6:
|
||||||
- name: "(SQS) CallTopic - OUT"
|
- name: "(SQS) CallTopic - OUT"
|
||||||
- className1: com.bmw.cc.ts.tsrd.integration.aws.calltopic.CallTopicNotificationESI
|
- className: com.bmw.cc.ts.tsrd.integration.aws.calltopic.CallTopicNotificationESI
|
||||||
- methodName1: publishNotification
|
- methodName: publishNotification
|
||||||
- methodArgs1: com.bmw.cc.ts.tsrd.integration.aws.calltopic.CallStorageCallDO
|
- methodArgs: com.bmw.cc.ts.tsrd.integration.aws.calltopic.CallStorageCallDO
|
||||||
- returnType1: void
|
- returnType: void
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
config:
|
config:
|
||||||
- customService1: template-1-1.json
|
- customService1: template-2-1.json
|
||||||
- customService2: template-1-1.json
|
- customService2: template-2-1.json
|
||||||
- customService3: template-1-2.json
|
- customService3: template-3-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: "ifs-003 (JOYNR) triggerWhitelistUpdate/notifyWhitelistStatus - IN/OUT"
|
- name: "ifs-003 (JOYNR) triggerWhitelistUpdate/notifyWhitelistStatus - IN/OUT"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue