removed calculated-metrics-service
parent
5b0d56add7
commit
7dd7017bd7
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
{
|
||||
"displayName": "{{.name}}",
|
||||
"eventTypeFilters": [],
|
||||
"managementZoneId": 4530644663209438700,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.209.98.20210122-102634",
|
||||
"configurationVersions": [],
|
||||
"currentConfigurationVersions": [
|
||||
"0"
|
||||
]
|
||||
},
|
||||
"mzId": "4530644663209438695",
|
||||
"rules": [
|
||||
{
|
||||
"delayInMinutes": 0,
|
||||
"severityLevel": "AVAILABILITY",
|
||||
"tagFilter": {
|
||||
"includeMode": "NONE",
|
||||
"tagFilters": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"delayInMinutes": 0,
|
||||
"severityLevel": "ERROR",
|
||||
"tagFilter": {
|
||||
"includeMode": "NONE",
|
||||
"tagFilters": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"delayInMinutes": 30,
|
||||
"severityLevel": "PERFORMANCE",
|
||||
"tagFilter": {
|
||||
"includeMode": "NONE",
|
||||
"tagFilters": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"delayInMinutes": 30,
|
||||
"severityLevel": "RESOURCE_CONTENTION",
|
||||
"tagFilter": {
|
||||
"includeMode": "NONE",
|
||||
"tagFilters": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"delayInMinutes": 0,
|
||||
"severityLevel": "CUSTOM_ALERT",
|
||||
"tagFilter": {
|
||||
"includeMode": "NONE",
|
||||
"tagFilters": []
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
config:
|
||||
- CDBASE: CDBASE.json
|
||||
|
||||
CDBASE:
|
||||
- name: CD_BASE
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure process groups?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
config:
|
||||
- CDBASE: template.json
|
||||
|
||||
CDBASE:
|
||||
- name: MyProcessNamingRule
|
||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||
- tag: BASE
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"displayName": "{{.name}}",
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.214.107.20210407-223952",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"nameFormat": "{{.nameFormat}}",
|
||||
"rules": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Component",
|
||||
"value": "{{.tag}}"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "PROCESS_GROUP_TAGS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "PROCESS_GROUP"
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure service naming
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
config:
|
||||
- CDBASE: template.json
|
||||
|
||||
CDBASE:
|
||||
- name: MyProcessNamingRule
|
||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||
- tag: BASE
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"displayName": "{{.name}}",
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.214.107.20210407-223952",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"nameFormat": "{{.nameFormat}}",
|
||||
"rules": [
|
||||
{
|
||||
"comparisonInfo": {
|
||||
"negate": false,
|
||||
"operator": "EQUALS",
|
||||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Component",
|
||||
"value": "{{.tag}}"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
"attribute": "SERVICE_TAGS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "SERVICE"
|
||||
}
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.gcdm.GcdmESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "1f70cf23-3e02-4b9b-ab0d-f7bafdcad734",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "d56d0977-3a25-42c1-b68b-a274c73a6e0b",
|
||||
"methodName": "retrieveCustomerData",
|
||||
"returnType": "com.bmw.cc.base.bm.customerdata.entity.CustomerDataBE"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.heremaps.HereMapsESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "d83fc32a-2452-4327-889d-23c0049fdd06",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"float",
|
||||
"float"
|
||||
],
|
||||
"id": "558edf16-2370-4299-8a1b-12c8e750a5ee",
|
||||
"methodName": "findAddress",
|
||||
"returnType": "java.util.Optional"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.istats.IstatsESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "ea27960b-ecc0-4611-9323-d4af67633715",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "62c72095-5449-47c9-8fe7-c404c5eeee33",
|
||||
"methodName": "getFaultMemoryData",
|
||||
"returnType": "java.util.Optional"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,47 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.loc.LocESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "b62f11ca-ede2-4dbe-981c-87dd240772c3",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "4692c834-dfa4-4455-9aa9-7fe9db9825bc",
|
||||
"methodName": "getCBS",
|
||||
"returnType": "java.util.Optional"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "44602e49-2c5d-424b-af00-e51d9791a86b",
|
||||
"methodName": "getCCM",
|
||||
"returnType": "java.util.Optional"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.los.msc.LosESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "f9d8b2c3-74c6-4ed5-b9a8-91fb5a8eaa38",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "06af95a5-a41a-4871-9a14-fa537c95cdcb",
|
||||
"methodName": "getMiscPOIs",
|
||||
"returnType": "java.util.Optional"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.los.fts.LosFtsESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "0eccc8f1-0420-49bd-895a-0392a5ddf03d",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.Double",
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "bc4fdda8-bac7-4d4e-aa13-3409e0b1fed6",
|
||||
"methodName": "getPOIs",
|
||||
"returnType": "java.util.List"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.msgsvc.MsgsvcESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "44d9578c-71e9-4dba-ac89-1c2e0a535cce",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.util.List",
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "bedc3640-cda5-404a-b853-866b90d0c80c",
|
||||
"methodName": "sendDealerAsPoi",
|
||||
"returnType": "com.bmw.cc.base.bm.dealer.entity.DealerPoiSendStatus"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,51 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.ngtp.NgtpESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "8e3e3eb1-8635-4fb8-9f9a-2ec1348d3e67",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "680cf371-d90c-4cf7-b536-50d2cb26c352",
|
||||
"methodName": "createNewEventByVin",
|
||||
"returnType": "java.util.Optional"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "a205bbb8-f5c9-46e7-b270-14f7eebdc0eb",
|
||||
"methodName": "executePositionUpdate",
|
||||
"returnType": "void"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "5af9001d-ec61-44a6-8ff1-f057cb0ffde8",
|
||||
"methodName": "terminateEvent",
|
||||
"returnType": "void"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.pisa.PisaESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "c1007ca3-7f3f-4be9-ade8-f79bd4dd023f",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "3b7175a2-5aec-4f52-a66f-d89d635f9132",
|
||||
"methodName": "findByVin",
|
||||
"returnType": "java.util.Optional"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.rsa.RsaESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "b2cdc7e3-f4d1-48c2-8e23-074869f60c48",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"com.bmw.cc.base.bm.adaptivesolutions.entity.SolutionSearchQuery"
|
||||
],
|
||||
"id": "2821fe7e-1498-418b-9e8a-df1029577d6e",
|
||||
"methodName": "requestSolution",
|
||||
"returnType": "com.bmw.cc.base.bm.adaptivesolutions.entity.SolutionSearchResult"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.scaa.ScaaESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "25b40f14-1ef3-4b92-b847-4706e91e0287",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "b6d91976-7181-4475-ae9e-3972e3c9dd93",
|
||||
"methodName": "checkCustomerApproval",
|
||||
"returnType": "boolean"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,52 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.svds.SvdsVehiclesESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "2fafaf0a-5484-4d89-b4ca-b9febc94ffff",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "f65c962d-faf1-4431-b7a8-8711b6e35266",
|
||||
"methodName": "findClientId",
|
||||
"returnType": "java.lang.String"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "3014a2b6-84a6-499b-8ecf-207a3b6e8f70",
|
||||
"methodName": "retrieveVehicleData",
|
||||
"returnType": "java.util.Optional"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "c2af5ae9-21e5-436b-8b11-e956c923d6a7",
|
||||
"methodName": "vehicleSpecsInternal4",
|
||||
"returnType": "java.util.Optional"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,67 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.tsrd.TsrdESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "5f742b9f-222d-4c7b-bb48-2d3b43a4ab0c",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "7ae9bf2b-368e-4f79-8b31-3eaf81cef238",
|
||||
"methodName": "deleteRemoteDiagnosisBCall",
|
||||
"returnType": "void"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "4821308b-3153-4d19-a6f6-1a0ed8712ff1",
|
||||
"methodName": "getKeyData",
|
||||
"returnType": "java.util.Optional"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"com.bmw.cc.base.integration.tsrd.model.RequestBCallData"
|
||||
],
|
||||
"id": "b4f237f3-b3e0-4def-9811-662d3730998a",
|
||||
"methodName": "requestBCallData",
|
||||
"returnType": "void"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"com.bmw.cc.base.integration.tsrd.model.RequestBCallCustomerConfirmation"
|
||||
],
|
||||
"id": "07b87c9a-5cf7-41ae-bba6-0b69d3d7c598",
|
||||
"methodName": "requestCustomerConfirmationBCall",
|
||||
"returnType": "void"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "2f344a9c-4ee8-4987-916d-213474e516ca",
|
||||
"methodName": "requestFaultMemoryData",
|
||||
"returnType": "java.util.Optional"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,50 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.tssb.TssbESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "219e0fdd-8980-4189-916c-dd315be8af45",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "d031b017-3a29-4abb-ae8f-7d9f91e56a33",
|
||||
"methodName": "getCompoundId",
|
||||
"returnType": "java.util.Optional"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "f95e01db-e2e8-4b11-865b-f6c4020c44fc",
|
||||
"methodName": "requestKeyData",
|
||||
"returnType": "java.util.Optional"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"com.bmw.cc.base.integration.tssb.acall.model.ACallTicketDataBE"
|
||||
],
|
||||
"id": "33d653da-447f-4d7d-ae85-10373edfcd22",
|
||||
"methodName": "sendReport",
|
||||
"returnType": "org.springframework.http.ResponseEntity"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,50 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.base.integration.xcs.XcsESI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"id": "37b7399c-5aa8-4d5e-bdb9-4e6e5f28b2c8",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "ac89d1ea-c9fc-4c7c-910d-453303dc22fa",
|
||||
"methodName": "createNewEventByVin",
|
||||
"returnType": "java.util.Optional"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "5c650a04-a01d-44b1-872f-7ccb6941d5ac",
|
||||
"methodName": "requestAnUpdateOfXCallDataFromVehicle",
|
||||
"returnType": "java.util.Optional"
|
||||
},
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String"
|
||||
],
|
||||
"id": "5b635937-4ffe-4a91-ab40-cf58611c343f",
|
||||
"methodName": "terminateEvent",
|
||||
"returnType": "java.util.Optional"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom services?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Custom+Services) page to configure your custom services.
|
||||
|
|
@ -1,122 +0,0 @@
|
|||
config:
|
||||
- BASE-Gcdm: BASE-Gcdm.json
|
||||
- BASE-HereMaps: BASE-HereMaps.json
|
||||
- BASE-Istats: BASE-Istats.json
|
||||
- BASE-Loc: BASE-Loc.json
|
||||
- BASE-LosFts: BASE-LosFts.json
|
||||
- BASE-Los: BASE-Los.json
|
||||
- BASE-Msgsvc: BASE-Msgsvc.json
|
||||
- BASE-Ngtp: BASE-Ngtp.json
|
||||
- BASE-Pisa: BASE-Pisa.json
|
||||
- BASE-Rsa: BASE-Rsa.json
|
||||
- BASE-Scaa: BASE-Scaa.json
|
||||
- BASE-SvdsVehicles: BASE-SvdsVehicles.json
|
||||
- BASE-Tsrd: BASE-Tsrd.json
|
||||
- BASE-Tssb: BASE-Tssb.json
|
||||
- BASE-Xcs: BASE-Xcs.json
|
||||
|
||||
|
||||
BASE-Gcdm:
|
||||
- name: BASE - Gcdm
|
||||
- skipDeployment: "true"
|
||||
BASE-Gcdm.EMEA-Prod:
|
||||
- name: BASE - Gcdm
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-HereMaps:
|
||||
- name: BASE - HereMaps
|
||||
- skipDeployment: "true"
|
||||
BASE-HereMaps.EMEA-Prod:
|
||||
- name: BASE - HereMaps
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-Istats:
|
||||
- name: BASE - Istats
|
||||
- skipDeployment: "true"
|
||||
BASE-Istats.EMEA-Prod:
|
||||
- name: BASE - Istats
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-Loc:
|
||||
- name: BASE - Loc
|
||||
- skipDeployment: "true"
|
||||
BASE-Loc.EMEA-Prod:
|
||||
- name: BASE - Loc
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-Los:
|
||||
- name: BASE - Los
|
||||
- skipDeployment: "true"
|
||||
BASE-Los.EMEA-Prod:
|
||||
- name: BASE - Los
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-LosFts:
|
||||
- name: BASE - LosFts
|
||||
- skipDeployment: "true"
|
||||
BASE-LosFts.EMEA-Prod:
|
||||
- name: BASE - LosFts
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-Msgsvc:
|
||||
- name: BASE - Msgsvc
|
||||
- skipDeployment: "true"
|
||||
BASE-Msgsvc.EMEA-Prod:
|
||||
- name: BASE - Msgsvc
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-Ngtp:
|
||||
- name: BASE - Ngtp
|
||||
- skipDeployment: "true"
|
||||
BASE-Ngtp.EMEA-Prod:
|
||||
- name: BASE - Ngtp
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-Pisa:
|
||||
- name: BASE - Pisa
|
||||
- skipDeployment: "true"
|
||||
BASE-Pisa.EMEA-Prod:
|
||||
- name: BASE - Pisa
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-Rsa:
|
||||
- name: BASE - Rsa
|
||||
- skipDeployment: "true"
|
||||
BASE-Rsa.EMEA-Prod:
|
||||
- name: BASE - Rsa
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-Scaa:
|
||||
- name: BASE - Scaa
|
||||
- skipDeployment: "true"
|
||||
BASE-Scaa.EMEA-Prod:
|
||||
- name: BASE - Scaa
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-SvdsVehicles:
|
||||
- name: BASE - SvdsVehicles
|
||||
- skipDeployment: "true"
|
||||
BASE-SvdsVehicles.EMEA-Prod:
|
||||
- name: BASE - SvdsVehicles
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-Tsrd:
|
||||
- name: BASE - Tsrd
|
||||
- skipDeployment: "true"
|
||||
BASE-Tsrd.EMEA-Prod:
|
||||
- name: BASE - Tsrd
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-Tssb:
|
||||
- name: BASE - Tssb
|
||||
- skipDeployment: "true"
|
||||
BASE-Tssb.EMEA-Prod:
|
||||
- name: BASE - Tssb
|
||||
- skipDeployment: "false"
|
||||
|
||||
BASE-Xcs:
|
||||
- name: BASE - Xcs
|
||||
- skipDeployment: "true"
|
||||
BASE-Xcs.EMEA-Prod:
|
||||
- name: BASE - Xcs
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "{{.className}}",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [],
|
||||
"methodName": "{{.methodName}}",
|
||||
"returnType": "{{.returnType}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure synthetics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics.
|
||||
|
|
@ -1,82 +0,0 @@
|
|||
{
|
||||
"anomalyDetection": {
|
||||
"loadingTimeThresholds": {
|
||||
"enabled": false,
|
||||
"thresholds": [
|
||||
{
|
||||
"type": "TOTAL",
|
||||
"valueMs": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"outageHandling": {
|
||||
"globalOutage": true,
|
||||
"localOutage": false,
|
||||
"localOutagePolicy": {
|
||||
"affectedLocations": 1,
|
||||
"consecutiveRuns": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"automaticallyAssignedApps": [],
|
||||
"enabled": true,
|
||||
"frequencyMin": 1,
|
||||
"locations": [
|
||||
"{{.location}}"
|
||||
],
|
||||
"managementZones": [
|
||||
{
|
||||
"id": "{{.mzId}}",
|
||||
"name": "{{.mzName}}"
|
||||
}
|
||||
],
|
||||
"manuallyAssignedApps": [],
|
||||
"name": "{{.name}}",
|
||||
"requests": [
|
||||
{
|
||||
"entityId": "HTTP_CHECK_STEP-0BA53EC80CD7EE5A",
|
||||
"name": "{{.name}}",
|
||||
"sequenceNumber": 1
|
||||
}
|
||||
],
|
||||
"script": {
|
||||
"requests": [
|
||||
{
|
||||
"configuration": {
|
||||
"acceptAnyCertificate": true,
|
||||
"followRedirects": true,
|
||||
"requestHeaders": [
|
||||
{
|
||||
"name": "accept",
|
||||
"value": "application/json"
|
||||
},
|
||||
{
|
||||
"name": "Content-Type",
|
||||
"value": "application/json"
|
||||
},
|
||||
{
|
||||
"name": "api_key",
|
||||
"value": "355DE89C-7B72-4EA3-BDD8-157C79EB2C23"
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": "{{.name}}",
|
||||
"method": "GET",
|
||||
"url": "{{.endpoint}}",
|
||||
"validation": {
|
||||
"rules": [
|
||||
{
|
||||
"passIfFound": true,
|
||||
"type": "httpStatusesList",
|
||||
"value": "200"
|
||||
}
|
||||
],
|
||||
"rulesChaining": "or"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version": "1.0"
|
||||
},
|
||||
"tags": [],
|
||||
"type": "HTTP"
|
||||
}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
config:
|
||||
- BASE: default.json
|
||||
|
||||
BASE:
|
||||
- name: CD_BMW-Assistant-for-Service-Events-(BASE) - <synthetic-name>
|
||||
- mzName: CD_BMW-Assistant-for-Service-Events-(BASE)/management-zone/CDBASE.name
|
||||
- mzId: CD_BMW-Assistant-for-Service-Events-(BASE)/management-zone/CDBASE.id
|
||||
- endpoint: <url>
|
||||
- location: <location>
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
### How to configure custom metrics?
|
||||
|
||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue