Compare commits
No commits in common. "93f656d797b2d79859688ae62bfa4a49d42fd236" and "99fce057c22148ed13838982a38ed3f969dc8b60" have entirely different histories.
93f656d797
...
99fce057c2
|
|
@ -1,37 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-locations-composite-service: default.json
|
|
||||||
|
|
||||||
|
|
||||||
#Prod alerting profiles for EMEA/NA/CN
|
|
||||||
CD_charging-locations-composite-service.EMEA-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service PROD
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service.NA-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service PROD
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service.CN-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service PROD
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#INT alerting profiles for EMEA/NA/CN
|
|
||||||
CD_charging-locations-composite-service.EMEA-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service INT
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service.NA-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service INT
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service.CN-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service INT
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,78 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"eventTypeFilters": [],
|
|
||||||
"managementZoneId": "{{.mzId}}",
|
|
||||||
"mzId": "{{.mzId}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"delayInMinutes": 0,
|
|
||||||
"severityLevel": "AVAILABILITY",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 10,
|
|
||||||
"severityLevel": "ERROR",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 30,
|
|
||||||
"severityLevel": "PERFORMANCE",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 30,
|
|
||||||
"severityLevel": "RESOURCE_CONTENTION",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 10,
|
|
||||||
"severityLevel": "CUSTOM_ALERT",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -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,7 +0,0 @@
|
||||||
config:
|
|
||||||
- CDnewComponentTag: template.json
|
|
||||||
|
|
||||||
CDnewComponentTag:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- 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,7 +0,0 @@
|
||||||
config:
|
|
||||||
- CDnewComponentTag: template.json
|
|
||||||
|
|
||||||
CDnewComponentTag:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- 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,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,10 +0,0 @@
|
||||||
config:
|
|
||||||
- customService1: template-1-1.json
|
|
||||||
|
|
||||||
customService1:
|
|
||||||
- name: myJOYNRService
|
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
|
||||||
- methodName: exampleJoynrMethod
|
|
||||||
- methodArgs: java.lang.Byte[],java.lang.String
|
|
||||||
- returnType: void
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"processGroups": [],
|
|
||||||
"queueEntryPoint": false,
|
|
||||||
"queueEntryPointType": null,
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"annotations": [],
|
|
||||||
"className": "{{.className}}",
|
|
||||||
"enabled": true,
|
|
||||||
"fileName": "",
|
|
||||||
"matcher": "EQUALS",
|
|
||||||
"methodRules": [
|
|
||||||
{
|
|
||||||
"argumentTypes": ["{{.methodArgs}}"],
|
|
||||||
"methodName": "{{.methodName}}",
|
|
||||||
"returnType": "{{.returnType}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure dashboards?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Dashboards) page to configure your dashboards.
|
|
||||||
|
|
@ -1,109 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-locations-composite-service-PROD: default.json
|
|
||||||
- CD_charging-locations-composite-service-E2E: default.json
|
|
||||||
- CD_charging-locations-composite-service-INT: default.json
|
|
||||||
- CD_charging-locations-composite-service-TEST: default.json
|
|
||||||
|
|
||||||
#PROD dashboards for EMEA/NA/CN Prod
|
|
||||||
CD_charging-locations-composite-service-PROD:
|
|
||||||
- name: CD_charging-locations-composite-service PROD
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-PROD.EMEA-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service PROD
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-PROD.NA-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service PROD
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-PROD.CN-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service PROD
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#E2E dashboards for EMEA/NA/CN Prod
|
|
||||||
CD_charging-locations-composite-service-E2E:
|
|
||||||
- name: CD_charging-locations-composite-service E2E
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-E2E.EMEA-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service E2E
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-E2E.NA-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service E2E
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-E2E.CN-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service E2E
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#INT dashboards for EMEA/NA/CN PreProd
|
|
||||||
CD_charging-locations-composite-service-INT:
|
|
||||||
- name: CD_charging-locations-composite-service INT
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-INT.EMEA-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service INT
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-INT.NA-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service INT
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-INT.CN-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service INT
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#TEST dashboards for EMEA/NA/CN PreProd
|
|
||||||
CD_charging-locations-composite-service-TEST:
|
|
||||||
- name: CD_charging-locations-composite-service TEST
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-TEST.EMEA-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service TEST
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-TEST.NA-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service TEST
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service-TEST.CN-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service TEST
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,334 +0,0 @@
|
||||||
{
|
|
||||||
"metadata": {
|
|
||||||
"configurationVersions": [
|
|
||||||
3
|
|
||||||
],
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952"
|
|
||||||
},
|
|
||||||
"dashboardMetadata": {
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"shared": true,
|
|
||||||
"owner": "Ignacio.Goldman@partner.bmwgroup.com",
|
|
||||||
"dashboardFilter": {
|
|
||||||
"timeframe": "-24h to now"
|
|
||||||
},
|
|
||||||
"tags": [
|
|
||||||
"{{.mzName}}"
|
|
||||||
],
|
|
||||||
"preset": true
|
|
||||||
},
|
|
||||||
"tiles": [
|
|
||||||
{
|
|
||||||
"name": "Custom chart",
|
|
||||||
"tileType": "CUSTOM_CHARTING",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 228,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 304
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "MIXED",
|
|
||||||
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
|
||||||
"defaultName": "Custom chart",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.fourxx.rate",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.fivexx.rate",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": true,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resultMetadata": {
|
|
||||||
"nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1617956393463,
|
|
||||||
"customColor": "#ff0000"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1617956441725,
|
|
||||||
"customColor": "#fff29a"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Problems",
|
|
||||||
"tileType": "OPEN_PROBLEMS",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 950,
|
|
||||||
"width": 152,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Overall Health",
|
|
||||||
"tileType": "HEADER",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 0,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Markdown",
|
|
||||||
"tileType": "MARKDOWN",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 532,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {},
|
|
||||||
"markdown": "---\n"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Custom chart",
|
|
||||||
"tileType": "CUSTOM_CHARTING",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 570,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 304
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "MIXED",
|
|
||||||
"customName": "Response time, Request Count and Number of Errors",
|
|
||||||
"defaultName": "Custom chart",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.response.time",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "LINE",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.requestCount.total",
|
|
||||||
"aggregation": "NONE",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.total.count",
|
|
||||||
"aggregation": "NONE",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": true,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resultMetadata": {
|
|
||||||
"nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1595275720776,
|
|
||||||
"customColor": "#008cdb"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1595275955999,
|
|
||||||
"customColor": "#ef651f"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": {
|
|
||||||
"lastModified": 1595275686773,
|
|
||||||
"customColor": "#b4e5f9"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Markdown",
|
|
||||||
"tileType": "MARKDOWN",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 190,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {},
|
|
||||||
"markdown": "---\n"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "DATABASES_OVERVIEW",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 646,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "DATABASE",
|
|
||||||
"customName": "Databases",
|
|
||||||
"defaultName": "Databases",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"DATABASE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "SERVICES",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 342,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "SERVICE",
|
|
||||||
"customName": "Services",
|
|
||||||
"defaultName": "Services",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "HOSTS",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 38,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "HOST",
|
|
||||||
"customName": "Hosts",
|
|
||||||
"defaultName": "Hosts",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"HOST": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure management zones?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Management+Zones) page to configure your management zones.
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"dimensionalRules": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"entitySelectorBasedRules": [
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(Service),tag({{.compassIDs}})"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag({{.compassIDs}}))"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(PROCESS_GROUP_INSTANCE),tag({{.compassIDs}})"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(HOST),tag({{.compassIDs}})"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rules": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-locations-composite-service: default.json
|
|
||||||
|
|
||||||
CD_charging-locations-composite-service:
|
|
||||||
- name: CD_charging-locations-composite-service
|
|
||||||
- compassIDs: \"compass-id:mobile20-CLCS\"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"bccReceivers": [],
|
|
||||||
"body": "{ProblemDetailsHTML}",
|
|
||||||
"ccReceivers": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"receivers": [
|
|
||||||
"{{.receivers}}"
|
|
||||||
],
|
|
||||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
|
||||||
"type": "EMAIL"
|
|
||||||
}
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"acceptAnyCertificate": false,
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"name": "Authorization",
|
|
||||||
"value": "{{.Env.SecretAuthHeader}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "x-apikey",
|
|
||||||
"value": "{{.Env.SecretXAPIKey}}"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"notifyEventMergesEnabled": false,
|
|
||||||
"payload": "[\n{\n \"attributes\": {\n \"CLASS\": \"BusinessTransaction\",\n \"source\": \"MgmtZone: {{.mzName}}\",\n \"severity\": \"MINOR\",\n \"origin\": \"{{.appdid}}\",\n \"sub_origin\": \"Dynatrace SaaS - {ImpactedEntity}\",\n \"adapter_host\": \"{{ .DTEnvironment }}\",\n \"msg\": \"{ProblemDetailsText}\",\n \"contract_id\": \"{{.contractid}}\",\n \"ars_esc\": \"Yes\",\n \"ars_delay_time\": \"0\",\n \"hostname\": \"test\",\n \"sub_source\": \"Environment: CoCo_EMEA_Prod\",\n \"server_loc\": \"\",\n \"event_id\": \"AI001\",\n \"dd_plus\": \"{ProblemSeverity}\",\n \"dd1\": \"{ProblemURL}\",\n \"dd2\": \"{PID}\"\n }\n}\n]",
|
|
||||||
"type": "WEBHOOK",
|
|
||||||
"url": "{{.webhook}}"
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"acceptAnyCertificate": false,
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"headers": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"notifyEventMergesEnabled": false,
|
|
||||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
|
||||||
"type": "WEBHOOK",
|
|
||||||
"url": "{{.webhook}}"
|
|
||||||
}
|
|
||||||
|
|
@ -1,72 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-locations-composite-service: msTeams.json
|
|
||||||
- CD_charging-locations-composite-serviceEMAIL: email.json
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod msTeams
|
|
||||||
CD_charging-locations-composite-service.EMEA-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service PROD
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service.NA-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service PROD
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service.CN-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service PROD
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN PreProd msTeams
|
|
||||||
CD_charging-locations-composite-service.EMEA-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service INT
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service.NA-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service INT
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/3d1d2c96e86b403989794017c57ae4b0/e2c61882-45fd-43f0-abe7-c16eb6196aaa
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-composite-service.CN-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service INT
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/3d1d2c96e86b403989794017c57ae4b0/e2c61882-45fd-43f0-abe7-c16eb6196aaa
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod Email
|
|
||||||
CD_charging-locations-composite-serviceEMAIL.EMEA-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
CD_charging-locations-composite-serviceEMAIL.NA-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
|
|
||||||
CD_charging-locations-composite-serviceEMAIL.CN-Prod:
|
|
||||||
- name: CD_charging-locations-composite-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN PreProd Email
|
|
||||||
CD_charging-locations-composite-serviceEMAIL.EMEA-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
CD_charging-locations-composite-serviceEMAIL.NA-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
|
|
||||||
CD_charging-locations-composite-serviceEMAIL.CN-PreProd:
|
|
||||||
- name: CD_charging-locations-composite-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-locations-composite-service/alerting-profile/CD_charging-locations-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
@ -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:
|
|
||||||
- CD_charging-locations-composite-service: default.json
|
|
||||||
|
|
||||||
CD_charging-locations-composite-service:
|
|
||||||
- name: CD_charging-locations-composite-service - <synthetic-name>
|
|
||||||
- mzName: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.name
|
|
||||||
- mzId: CD_charging-locations-composite-service/management-zone/CD_charging-locations-composite-service.id
|
|
||||||
- endpoint: <url>
|
|
||||||
- location: <location>
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-locations-service: default.json
|
|
||||||
|
|
||||||
|
|
||||||
#Prod alerting profiles for EMEA/NA/CN
|
|
||||||
CD_charging-locations-service.EMEA-Prod:
|
|
||||||
- name: CD_charging-locations-service PROD
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service.NA-Prod:
|
|
||||||
- name: CD_charging-locations-service PROD
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service.CN-Prod:
|
|
||||||
- name: CD_charging-locations-service PROD
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#INT alerting profiles for EMEA/NA/CN
|
|
||||||
CD_charging-locations-service.EMEA-PreProd:
|
|
||||||
- name: CD_charging-locations-service INT
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service.NA-PreProd:
|
|
||||||
- name: CD_charging-locations-service INT
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service.CN-PreProd:
|
|
||||||
- name: CD_charging-locations-service INT
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,78 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"eventTypeFilters": [],
|
|
||||||
"managementZoneId": "{{.mzId}}",
|
|
||||||
"mzId": "{{.mzId}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"delayInMinutes": 0,
|
|
||||||
"severityLevel": "AVAILABILITY",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 10,
|
|
||||||
"severityLevel": "ERROR",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 30,
|
|
||||||
"severityLevel": "PERFORMANCE",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 30,
|
|
||||||
"severityLevel": "RESOURCE_CONTENTION",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 10,
|
|
||||||
"severityLevel": "CUSTOM_ALERT",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -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,7 +0,0 @@
|
||||||
config:
|
|
||||||
- CDnewComponentTag: template.json
|
|
||||||
|
|
||||||
CDnewComponentTag:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- 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,7 +0,0 @@
|
||||||
config:
|
|
||||||
- CDnewComponentTag: template.json
|
|
||||||
|
|
||||||
CDnewComponentTag:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- 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,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,10 +0,0 @@
|
||||||
config:
|
|
||||||
- customService1: template-1-1.json
|
|
||||||
|
|
||||||
customService1:
|
|
||||||
- name: myJOYNRService
|
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
|
||||||
- methodName: exampleJoynrMethod
|
|
||||||
- methodArgs: java.lang.Byte[],java.lang.String
|
|
||||||
- returnType: void
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"processGroups": [],
|
|
||||||
"queueEntryPoint": false,
|
|
||||||
"queueEntryPointType": null,
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"annotations": [],
|
|
||||||
"className": "{{.className}}",
|
|
||||||
"enabled": true,
|
|
||||||
"fileName": "",
|
|
||||||
"matcher": "EQUALS",
|
|
||||||
"methodRules": [
|
|
||||||
{
|
|
||||||
"argumentTypes": ["{{.methodArgs}}"],
|
|
||||||
"methodName": "{{.methodName}}",
|
|
||||||
"returnType": "{{.returnType}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure dashboards?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Dashboards) page to configure your dashboards.
|
|
||||||
|
|
@ -1,109 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-locations-service-PROD: default.json
|
|
||||||
- CD_charging-locations-service-E2E: default.json
|
|
||||||
- CD_charging-locations-service-INT: default.json
|
|
||||||
- CD_charging-locations-service-TEST: default.json
|
|
||||||
|
|
||||||
#PROD dashboards for EMEA/NA/CN Prod
|
|
||||||
CD_charging-locations-service-PROD:
|
|
||||||
- name: CD_charging-locations-service PROD
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-PROD.EMEA-Prod:
|
|
||||||
- name: CD_charging-locations-service PROD
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-PROD.NA-Prod:
|
|
||||||
- name: CD_charging-locations-service PROD
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-PROD.CN-Prod:
|
|
||||||
- name: CD_charging-locations-service PROD
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#E2E dashboards for EMEA/NA/CN Prod
|
|
||||||
CD_charging-locations-service-E2E:
|
|
||||||
- name: CD_charging-locations-service E2E
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-E2E.EMEA-Prod:
|
|
||||||
- name: CD_charging-locations-service E2E
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-E2E.NA-Prod:
|
|
||||||
- name: CD_charging-locations-service E2E
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-E2E.CN-Prod:
|
|
||||||
- name: CD_charging-locations-service E2E
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#INT dashboards for EMEA/NA/CN PreProd
|
|
||||||
CD_charging-locations-service-INT:
|
|
||||||
- name: CD_charging-locations-service INT
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-INT.EMEA-PreProd:
|
|
||||||
- name: CD_charging-locations-service INT
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-INT.NA-PreProd:
|
|
||||||
- name: CD_charging-locations-service INT
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-INT.CN-PreProd:
|
|
||||||
- name: CD_charging-locations-service INT
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#TEST dashboards for EMEA/NA/CN PreProd
|
|
||||||
CD_charging-locations-service-TEST:
|
|
||||||
- name: CD_charging-locations-service TEST
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-TEST.EMEA-PreProd:
|
|
||||||
- name: CD_charging-locations-service TEST
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-TEST.NA-PreProd:
|
|
||||||
- name: CD_charging-locations-service TEST
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service-TEST.CN-PreProd:
|
|
||||||
- name: CD_charging-locations-service TEST
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,334 +0,0 @@
|
||||||
{
|
|
||||||
"metadata": {
|
|
||||||
"configurationVersions": [
|
|
||||||
3
|
|
||||||
],
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952"
|
|
||||||
},
|
|
||||||
"dashboardMetadata": {
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"shared": true,
|
|
||||||
"owner": "Ignacio.Goldman@partner.bmwgroup.com",
|
|
||||||
"dashboardFilter": {
|
|
||||||
"timeframe": "-24h to now"
|
|
||||||
},
|
|
||||||
"tags": [
|
|
||||||
"{{.mzName}}"
|
|
||||||
],
|
|
||||||
"preset": true
|
|
||||||
},
|
|
||||||
"tiles": [
|
|
||||||
{
|
|
||||||
"name": "Custom chart",
|
|
||||||
"tileType": "CUSTOM_CHARTING",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 228,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 304
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "MIXED",
|
|
||||||
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
|
||||||
"defaultName": "Custom chart",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.fourxx.rate",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.fivexx.rate",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": true,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resultMetadata": {
|
|
||||||
"nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1617956393463,
|
|
||||||
"customColor": "#ff0000"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1617956441725,
|
|
||||||
"customColor": "#fff29a"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Problems",
|
|
||||||
"tileType": "OPEN_PROBLEMS",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 950,
|
|
||||||
"width": 152,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Overall Health",
|
|
||||||
"tileType": "HEADER",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 0,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Markdown",
|
|
||||||
"tileType": "MARKDOWN",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 532,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {},
|
|
||||||
"markdown": "---\n"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Custom chart",
|
|
||||||
"tileType": "CUSTOM_CHARTING",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 570,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 304
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "MIXED",
|
|
||||||
"customName": "Response time, Request Count and Number of Errors",
|
|
||||||
"defaultName": "Custom chart",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.response.time",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "LINE",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.requestCount.total",
|
|
||||||
"aggregation": "NONE",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.total.count",
|
|
||||||
"aggregation": "NONE",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": true,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resultMetadata": {
|
|
||||||
"nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1595275720776,
|
|
||||||
"customColor": "#008cdb"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1595275955999,
|
|
||||||
"customColor": "#ef651f"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": {
|
|
||||||
"lastModified": 1595275686773,
|
|
||||||
"customColor": "#b4e5f9"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Markdown",
|
|
||||||
"tileType": "MARKDOWN",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 190,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {},
|
|
||||||
"markdown": "---\n"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "DATABASES_OVERVIEW",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 646,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "DATABASE",
|
|
||||||
"customName": "Databases",
|
|
||||||
"defaultName": "Databases",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"DATABASE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "SERVICES",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 342,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "SERVICE",
|
|
||||||
"customName": "Services",
|
|
||||||
"defaultName": "Services",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "HOSTS",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 38,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "HOST",
|
|
||||||
"customName": "Hosts",
|
|
||||||
"defaultName": "Hosts",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"HOST": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure management zones?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Management+Zones) page to configure your management zones.
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"dimensionalRules": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"entitySelectorBasedRules": [
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(Service),tag({{.compassIDs}})"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag({{.compassIDs}}))"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(PROCESS_GROUP_INSTANCE),tag({{.compassIDs}})"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(HOST),tag({{.compassIDs}})"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rules": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-locations-service: default.json
|
|
||||||
|
|
||||||
CD_charging-locations-service:
|
|
||||||
- name: CD_charging-locations-service
|
|
||||||
- compassIDs: \"compass-id:eMob-CLS\"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"bccReceivers": [],
|
|
||||||
"body": "{ProblemDetailsHTML}",
|
|
||||||
"ccReceivers": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"receivers": [
|
|
||||||
"{{.receivers}}"
|
|
||||||
],
|
|
||||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
|
||||||
"type": "EMAIL"
|
|
||||||
}
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"acceptAnyCertificate": false,
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"name": "Authorization",
|
|
||||||
"value": "{{.Env.SecretAuthHeader}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "x-apikey",
|
|
||||||
"value": "{{.Env.SecretXAPIKey}}"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"notifyEventMergesEnabled": false,
|
|
||||||
"payload": "[\n{\n \"attributes\": {\n \"CLASS\": \"BusinessTransaction\",\n \"source\": \"MgmtZone: {{.mzName}}\",\n \"severity\": \"MINOR\",\n \"origin\": \"{{.appdid}}\",\n \"sub_origin\": \"Dynatrace SaaS - {ImpactedEntity}\",\n \"adapter_host\": \"{{ .DTEnvironment }}\",\n \"msg\": \"{ProblemDetailsText}\",\n \"contract_id\": \"{{.contractid}}\",\n \"ars_esc\": \"Yes\",\n \"ars_delay_time\": \"0\",\n \"hostname\": \"test\",\n \"sub_source\": \"Environment: CoCo_EMEA_Prod\",\n \"server_loc\": \"\",\n \"event_id\": \"AI001\",\n \"dd_plus\": \"{ProblemSeverity}\",\n \"dd1\": \"{ProblemURL}\",\n \"dd2\": \"{PID}\"\n }\n}\n]",
|
|
||||||
"type": "WEBHOOK",
|
|
||||||
"url": "{{.webhook}}"
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"acceptAnyCertificate": false,
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"headers": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"notifyEventMergesEnabled": false,
|
|
||||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
|
||||||
"type": "WEBHOOK",
|
|
||||||
"url": "{{.webhook}}"
|
|
||||||
}
|
|
||||||
|
|
@ -1,70 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-locations-service: msTeams.json
|
|
||||||
- CD_charging-locations-serviceEMAIL: email.json
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod msTeams
|
|
||||||
CD_charging-locations-service.EMEA-Prod:
|
|
||||||
- name: CD_charging-locations-service PROD
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service.NA-Prod:
|
|
||||||
- name: CD_charging-locations-service PROD
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service.CN-Prod:
|
|
||||||
- name: CD_charging-locations-service PROD
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN PreProd msTeams
|
|
||||||
CD_charging-locations-service.EMEA-PreProd:
|
|
||||||
- name: CD_charging-locations-service INT
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service.NA-PreProd:
|
|
||||||
- name: CD_charging-locations-service INT
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/3d1d2c96e86b403989794017c57ae4b0/e2c61882-45fd-43f0-abe7-c16eb6196aaa
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-locations-service.CN-PreProd:
|
|
||||||
- name: CD_charging-locations-service INT
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/3d1d2c96e86b403989794017c57ae4b0/e2c61882-45fd-43f0-abe7-c16eb6196aaa
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod Email
|
|
||||||
CD_charging-locations-serviceEMAIL.EMEA-Prod:
|
|
||||||
- name: CD_charging-locations-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
CD_charging-locations-serviceEMAIL.NA-Prod:
|
|
||||||
- name: CD_charging-locations-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
CD_charging-locations-serviceEMAIL.CN-Prod:
|
|
||||||
- name: CD_charging-locations-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN PreProd Email
|
|
||||||
CD_charging-locations-serviceEMAIL.EMEA-PreProd:
|
|
||||||
- name: CD_charging-locations-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
CD_charging-locations-serviceEMAIL.NA-PreProd:
|
|
||||||
- name: CD_charging-locations-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
CD_charging-locations-serviceEMAIL.CN-PreProd:
|
|
||||||
- name: CD_charging-locations-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-locations-service/alerting-profile/CD_charging-locations-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
@ -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:
|
|
||||||
- CD_charging-locations-service: default.json
|
|
||||||
|
|
||||||
CD_charging-locations-service:
|
|
||||||
- name: CD_charging-locations-service - <synthetic-name>
|
|
||||||
- mzName: CD_charging-locations-service/management-zone/CD_charging-locations-service.name
|
|
||||||
- mzId: CD_charging-locations-service/management-zone/CD_charging-locations-service.id
|
|
||||||
- endpoint: <url>
|
|
||||||
- location: <location>
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-composite-service: default.json
|
|
||||||
|
|
||||||
|
|
||||||
#Prod alerting profiles for EMEA/NA/CN
|
|
||||||
CD_charging-tariffs-composite-service.EMEA-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service PROD
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service.NA-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service PROD
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service.CN-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service PROD
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#INT alerting profiles for EMEA/NA/CN
|
|
||||||
CD_charging-tariffs-composite-service.EMEA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service INT
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service.NA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service INT
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service.CN-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service INT
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,78 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"eventTypeFilters": [],
|
|
||||||
"managementZoneId": "{{.mzId}}",
|
|
||||||
"mzId": "{{.mzId}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"delayInMinutes": 0,
|
|
||||||
"severityLevel": "AVAILABILITY",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 10,
|
|
||||||
"severityLevel": "ERROR",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 30,
|
|
||||||
"severityLevel": "PERFORMANCE",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 30,
|
|
||||||
"severityLevel": "RESOURCE_CONTENTION",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 10,
|
|
||||||
"severityLevel": "CUSTOM_ALERT",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -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,7 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-composite-service: template.json
|
|
||||||
|
|
||||||
CD_charging-tariffs-composite-service:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- 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,7 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-composite-service: template.json
|
|
||||||
|
|
||||||
CD_charging-tariffs-composite-service:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- 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,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,10 +0,0 @@
|
||||||
config:
|
|
||||||
- customService1: template-1-1.json
|
|
||||||
|
|
||||||
customService1:
|
|
||||||
- name: myJOYNRService
|
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
|
||||||
- methodName: exampleJoynrMethod
|
|
||||||
- methodArgs: java.lang.Byte[],java.lang.String
|
|
||||||
- returnType: void
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"processGroups": [],
|
|
||||||
"queueEntryPoint": false,
|
|
||||||
"queueEntryPointType": null,
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"annotations": [],
|
|
||||||
"className": "{{.className}}",
|
|
||||||
"enabled": true,
|
|
||||||
"fileName": "",
|
|
||||||
"matcher": "EQUALS",
|
|
||||||
"methodRules": [
|
|
||||||
{
|
|
||||||
"argumentTypes": ["{{.methodArgs}}"],
|
|
||||||
"methodName": "{{.methodName}}",
|
|
||||||
"returnType": "{{.returnType}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure dashboards?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Dashboards) page to configure your dashboards.
|
|
||||||
|
|
@ -1,109 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-composite-service-PROD: default.json
|
|
||||||
- CD_charging-tariffs-composite-service-E2E: default.json
|
|
||||||
- CD_charging-tariffs-composite-service-INT: default.json
|
|
||||||
- CD_charging-tariffs-composite-service-TEST: default.json
|
|
||||||
|
|
||||||
#PROD dashboards for EMEA/NA/CN Prod
|
|
||||||
CD_charging-tariffs-composite-service-PROD:
|
|
||||||
- name: CD_charging-tariffs-composite-service PROD
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-PROD.EMEA-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service PROD
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-PROD.NA-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service PROD
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-PROD.CN-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service PROD
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#E2E dashboards for EMEA/NA/CN Prod
|
|
||||||
CD_charging-tariffs-composite-service-E2E:
|
|
||||||
- name: CD_charging-tariffs-composite-service E2E
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-E2E.EMEA-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service E2E
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-E2E.NA-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service E2E
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-E2E.CN-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service E2E
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#INT dashboards for EMEA/NA/CN PreProd
|
|
||||||
CD_charging-tariffs-composite-service-INT:
|
|
||||||
- name: CD_charging-tariffs-composite-service INT
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-INT.EMEA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service INT
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-INT.NA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service INT
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-INT.CN-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service INT
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#TEST dashboards for EMEA/NA/CN PreProd
|
|
||||||
CD_charging-tariffs-composite-service-TEST:
|
|
||||||
- name: CD_charging-tariffs-composite-service TEST
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-TEST.EMEA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service TEST
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-TEST.NA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service TEST
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service-TEST.CN-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service TEST
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,334 +0,0 @@
|
||||||
{
|
|
||||||
"metadata": {
|
|
||||||
"configurationVersions": [
|
|
||||||
3
|
|
||||||
],
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952"
|
|
||||||
},
|
|
||||||
"dashboardMetadata": {
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"shared": true,
|
|
||||||
"owner": "Ignacio.Goldman@partner.bmwgroup.com",
|
|
||||||
"dashboardFilter": {
|
|
||||||
"timeframe": "-24h to now"
|
|
||||||
},
|
|
||||||
"tags": [
|
|
||||||
"{{.mzName}}"
|
|
||||||
],
|
|
||||||
"preset": true
|
|
||||||
},
|
|
||||||
"tiles": [
|
|
||||||
{
|
|
||||||
"name": "Custom chart",
|
|
||||||
"tileType": "CUSTOM_CHARTING",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 228,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 304
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "MIXED",
|
|
||||||
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
|
||||||
"defaultName": "Custom chart",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.fourxx.rate",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.fivexx.rate",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": true,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resultMetadata": {
|
|
||||||
"nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1617956393463,
|
|
||||||
"customColor": "#ff0000"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1617956441725,
|
|
||||||
"customColor": "#fff29a"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Problems",
|
|
||||||
"tileType": "OPEN_PROBLEMS",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 950,
|
|
||||||
"width": 152,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Overall Health",
|
|
||||||
"tileType": "HEADER",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 0,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Markdown",
|
|
||||||
"tileType": "MARKDOWN",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 532,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {},
|
|
||||||
"markdown": "---\n"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Custom chart",
|
|
||||||
"tileType": "CUSTOM_CHARTING",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 570,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 304
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "MIXED",
|
|
||||||
"customName": "Response time, Request Count and Number of Errors",
|
|
||||||
"defaultName": "Custom chart",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.response.time",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "LINE",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.requestCount.total",
|
|
||||||
"aggregation": "NONE",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.total.count",
|
|
||||||
"aggregation": "NONE",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": true,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resultMetadata": {
|
|
||||||
"nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1595275720776,
|
|
||||||
"customColor": "#008cdb"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1595275955999,
|
|
||||||
"customColor": "#ef651f"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": {
|
|
||||||
"lastModified": 1595275686773,
|
|
||||||
"customColor": "#b4e5f9"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Markdown",
|
|
||||||
"tileType": "MARKDOWN",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 190,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {},
|
|
||||||
"markdown": "---\n"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "DATABASES_OVERVIEW",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 646,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "DATABASE",
|
|
||||||
"customName": "Databases",
|
|
||||||
"defaultName": "Databases",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"DATABASE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "SERVICES",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 342,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "SERVICE",
|
|
||||||
"customName": "Services",
|
|
||||||
"defaultName": "Services",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "HOSTS",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 38,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "HOST",
|
|
||||||
"customName": "Hosts",
|
|
||||||
"defaultName": "Hosts",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"HOST": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure management zones?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Management+Zones) page to configure your management zones.
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"dimensionalRules": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"entitySelectorBasedRules": [
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(Service),tag({{.compassIDs}})"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag({{.compassIDs}}))"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(PROCESS_GROUP_INSTANCE),tag({{.compassIDs}})"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(HOST),tag({{.compassIDs}})"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rules": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-composite-service: default.json
|
|
||||||
|
|
||||||
CD_charging-tariffs-composite-service:
|
|
||||||
- name: CD_charging-tariffs-composite-service
|
|
||||||
- compassIDs: \"compass-id:mobile20-CTCS\"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"bccReceivers": [],
|
|
||||||
"body": "{ProblemDetailsHTML}",
|
|
||||||
"ccReceivers": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"receivers": [
|
|
||||||
"{{.receivers}}"
|
|
||||||
],
|
|
||||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
|
||||||
"type": "EMAIL"
|
|
||||||
}
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"acceptAnyCertificate": false,
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"name": "Authorization",
|
|
||||||
"value": "{{.Env.SecretAuthHeader}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "x-apikey",
|
|
||||||
"value": "{{.Env.SecretXAPIKey}}"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"notifyEventMergesEnabled": false,
|
|
||||||
"payload": "[\n{\n \"attributes\": {\n \"CLASS\": \"BusinessTransaction\",\n \"source\": \"MgmtZone: {{.mzName}}\",\n \"severity\": \"MINOR\",\n \"origin\": \"{{.appdid}}\",\n \"sub_origin\": \"Dynatrace SaaS - {ImpactedEntity}\",\n \"adapter_host\": \"{{ .DTEnvironment }}\",\n \"msg\": \"{ProblemDetailsText}\",\n \"contract_id\": \"{{.contractid}}\",\n \"ars_esc\": \"Yes\",\n \"ars_delay_time\": \"0\",\n \"hostname\": \"test\",\n \"sub_source\": \"Environment: CoCo_EMEA_Prod\",\n \"server_loc\": \"\",\n \"event_id\": \"AI001\",\n \"dd_plus\": \"{ProblemSeverity}\",\n \"dd1\": \"{ProblemURL}\",\n \"dd2\": \"{PID}\"\n }\n}\n]",
|
|
||||||
"type": "WEBHOOK",
|
|
||||||
"url": "{{.webhook}}"
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"acceptAnyCertificate": false,
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"headers": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"notifyEventMergesEnabled": false,
|
|
||||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
|
||||||
"type": "WEBHOOK",
|
|
||||||
"url": "{{.webhook}}"
|
|
||||||
}
|
|
||||||
|
|
@ -1,72 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-composite-service: msTeams.json
|
|
||||||
- CD_charging-tariffs-composite-serviceEMAIL: email.json
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod msTeams
|
|
||||||
CD_charging-tariffs-composite-service.EMEA-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service.NA-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service.CN-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN PreProd msTeams
|
|
||||||
CD_charging-tariffs-composite-service.EMEA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service.NA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/3d1d2c96e86b403989794017c57ae4b0/e2c61882-45fd-43f0-abe7-c16eb6196aaa
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-composite-service.CN-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/3d1d2c96e86b403989794017c57ae4b0/e2c61882-45fd-43f0-abe7-c16eb6196aaa
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod Email
|
|
||||||
CD_charging-tariffs-composite-serviceEMAIL.EMEA-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
CD_charging-tariffs-composite-serviceEMAIL.NA-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
|
|
||||||
CD_charging-tariffs-composite-serviceEMAIL.CN-Prod:
|
|
||||||
- name: CD_charging-tariffs-composite-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN PreProd Email
|
|
||||||
CD_charging-tariffs-composite-serviceEMAIL.EMEA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
CD_charging-tariffs-composite-serviceEMAIL.NA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
|
|
||||||
CD_charging-tariffs-composite-serviceEMAIL.CN-PreProd:
|
|
||||||
- name: CD_charging-tariffs-composite-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-composite-service/alerting-profile/CD_charging-tariffs-composite-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
@ -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:
|
|
||||||
- CD_charging-tariffs-composite-service: default.json
|
|
||||||
|
|
||||||
CD_charging-tariffs-composite-service:
|
|
||||||
- name: CD_charging-tariffs-composite-service - <synthetic-name>
|
|
||||||
- mzName: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.name
|
|
||||||
- mzId: CD_charging-tariffs-composite-service/management-zone/CD_charging-tariffs-composite-service.id
|
|
||||||
- endpoint: <url>
|
|
||||||
- location: <location>
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-service: default.json
|
|
||||||
|
|
||||||
|
|
||||||
#Prod alerting profiles for EMEA/NA/CN
|
|
||||||
CD_charging-tariffs-service.EMEA-Prod:
|
|
||||||
- name: CD_charging-tariffs-service PROD
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service.NA-Prod:
|
|
||||||
- name: CD_charging-tariffs-service PROD
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service.CN-Prod:
|
|
||||||
- name: CD_charging-tariffs-service PROD
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#INT alerting profiles for EMEA/NA/CN
|
|
||||||
CD_charging-tariffs-service.EMEA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service INT
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service.NA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service INT
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service.CN-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service INT
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,78 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"eventTypeFilters": [],
|
|
||||||
"managementZoneId": "{{.mzId}}",
|
|
||||||
"mzId": "{{.mzId}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"delayInMinutes": 0,
|
|
||||||
"severityLevel": "AVAILABILITY",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 10,
|
|
||||||
"severityLevel": "ERROR",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 30,
|
|
||||||
"severityLevel": "PERFORMANCE",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 30,
|
|
||||||
"severityLevel": "RESOURCE_CONTENTION",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 10,
|
|
||||||
"severityLevel": "CUSTOM_ALERT",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -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,7 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-service: template.json
|
|
||||||
|
|
||||||
CD_charging-tariffs-service:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- 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,7 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-service: template.json
|
|
||||||
|
|
||||||
CD_charging-tariffs-service:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- 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,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,10 +0,0 @@
|
||||||
config:
|
|
||||||
- customService1: template-1-1.json
|
|
||||||
|
|
||||||
customService1:
|
|
||||||
- name: myJOYNRService
|
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
|
||||||
- methodName: exampleJoynrMethod
|
|
||||||
- methodArgs: java.lang.Byte[],java.lang.String
|
|
||||||
- returnType: void
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"processGroups": [],
|
|
||||||
"queueEntryPoint": false,
|
|
||||||
"queueEntryPointType": null,
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"annotations": [],
|
|
||||||
"className": "{{.className}}",
|
|
||||||
"enabled": true,
|
|
||||||
"fileName": "",
|
|
||||||
"matcher": "EQUALS",
|
|
||||||
"methodRules": [
|
|
||||||
{
|
|
||||||
"argumentTypes": ["{{.methodArgs}}"],
|
|
||||||
"methodName": "{{.methodName}}",
|
|
||||||
"returnType": "{{.returnType}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure dashboards?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Dashboards) page to configure your dashboards.
|
|
||||||
|
|
@ -1,109 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-service-PROD: default.json
|
|
||||||
- CD_charging-tariffs-service-E2E: default.json
|
|
||||||
- CD_charging-tariffs-service-INT: default.json
|
|
||||||
- CD_charging-tariffs-service-TEST: default.json
|
|
||||||
|
|
||||||
#PROD dashboards for EMEA/NA/CN Prod
|
|
||||||
CD_charging-tariffs-service-PROD:
|
|
||||||
- name: CD_charging-tariffs-service PROD
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-PROD.EMEA-Prod:
|
|
||||||
- name: CD_charging-tariffs-service PROD
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-PROD.NA-Prod:
|
|
||||||
- name: CD_charging-tariffs-service PROD
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-PROD.CN-Prod:
|
|
||||||
- name: CD_charging-tariffs-service PROD
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#E2E dashboards for EMEA/NA/CN Prod
|
|
||||||
CD_charging-tariffs-service-E2E:
|
|
||||||
- name: CD_charging-tariffs-service E2E
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-E2E.EMEA-Prod:
|
|
||||||
- name: CD_charging-tariffs-service E2E
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-E2E.NA-Prod:
|
|
||||||
- name: CD_charging-tariffs-service E2E
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-E2E.CN-Prod:
|
|
||||||
- name: CD_charging-tariffs-service E2E
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#INT dashboards for EMEA/NA/CN PreProd
|
|
||||||
CD_charging-tariffs-service-INT:
|
|
||||||
- name: CD_charging-tariffs-service INT
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-INT.EMEA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service INT
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-INT.NA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service INT
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-INT.CN-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service INT
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#TEST dashboards for EMEA/NA/CN PreProd
|
|
||||||
CD_charging-tariffs-service-TEST:
|
|
||||||
- name: CD_charging-tariffs-service TEST
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-TEST.EMEA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service TEST
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-TEST.NA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service TEST
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service-TEST.CN-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service TEST
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,334 +0,0 @@
|
||||||
{
|
|
||||||
"metadata": {
|
|
||||||
"configurationVersions": [
|
|
||||||
3
|
|
||||||
],
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952"
|
|
||||||
},
|
|
||||||
"dashboardMetadata": {
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"shared": true,
|
|
||||||
"owner": "Ignacio.Goldman@partner.bmwgroup.com",
|
|
||||||
"dashboardFilter": {
|
|
||||||
"timeframe": "-24h to now"
|
|
||||||
},
|
|
||||||
"tags": [
|
|
||||||
"{{.mzName}}"
|
|
||||||
],
|
|
||||||
"preset": true
|
|
||||||
},
|
|
||||||
"tiles": [
|
|
||||||
{
|
|
||||||
"name": "Custom chart",
|
|
||||||
"tileType": "CUSTOM_CHARTING",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 228,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 304
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "MIXED",
|
|
||||||
"customName": "Failure rate (HTTP 4xx/5xx errors)",
|
|
||||||
"defaultName": "Custom chart",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.fourxx.rate",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.fivexx.rate",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": true,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resultMetadata": {
|
|
||||||
"nullbuiltin:service.errors.fivexx.rate|AVG|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1617956393463,
|
|
||||||
"customColor": "#ff0000"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.errors.fourxx.rate|AVG|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1617956441725,
|
|
||||||
"customColor": "#fff29a"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Problems",
|
|
||||||
"tileType": "OPEN_PROBLEMS",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 950,
|
|
||||||
"width": 152,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Overall Health",
|
|
||||||
"tileType": "HEADER",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 0,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Markdown",
|
|
||||||
"tileType": "MARKDOWN",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 532,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {},
|
|
||||||
"markdown": "---\n"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Custom chart",
|
|
||||||
"tileType": "CUSTOM_CHARTING",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 570,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 304
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "MIXED",
|
|
||||||
"customName": "Response time, Request Count and Number of Errors",
|
|
||||||
"defaultName": "Custom chart",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.response.time",
|
|
||||||
"aggregation": "AVG",
|
|
||||||
"type": "LINE",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.requestCount.total",
|
|
||||||
"aggregation": "NONE",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": false,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metric": "builtin:service.errors.total.count",
|
|
||||||
"aggregation": "NONE",
|
|
||||||
"type": "BAR",
|
|
||||||
"entityType": "SERVICE",
|
|
||||||
"dimensions": [],
|
|
||||||
"sortAscending": false,
|
|
||||||
"sortColumn": true,
|
|
||||||
"aggregationRate": "TOTAL"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resultMetadata": {
|
|
||||||
"nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1595275720776,
|
|
||||||
"customColor": "#008cdb"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": {
|
|
||||||
"lastModified": 1595275955999,
|
|
||||||
"customColor": "#ef651f"
|
|
||||||
},
|
|
||||||
"nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": {
|
|
||||||
"lastModified": 1595275686773,
|
|
||||||
"customColor": "#b4e5f9"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Markdown",
|
|
||||||
"tileType": "MARKDOWN",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 190,
|
|
||||||
"left": 38,
|
|
||||||
"width": 1064,
|
|
||||||
"height": 38
|
|
||||||
},
|
|
||||||
"tileFilter": {},
|
|
||||||
"markdown": "---\n"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "DATABASES_OVERVIEW",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 646,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "DATABASE",
|
|
||||||
"customName": "Databases",
|
|
||||||
"defaultName": "Databases",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"DATABASE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "SERVICES",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 342,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "SERVICE",
|
|
||||||
"customName": "Services",
|
|
||||||
"defaultName": "Services",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"SERVICE": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"tileType": "HOSTS",
|
|
||||||
"configured": true,
|
|
||||||
"bounds": {
|
|
||||||
"top": 38,
|
|
||||||
"left": 38,
|
|
||||||
"width": 190,
|
|
||||||
"height": 152
|
|
||||||
},
|
|
||||||
"tileFilter": {
|
|
||||||
"managementZone": {
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filterConfig": {
|
|
||||||
"type": "HOST",
|
|
||||||
"customName": "Hosts",
|
|
||||||
"defaultName": "Hosts",
|
|
||||||
"chartConfig": {
|
|
||||||
"legendShown": true,
|
|
||||||
"type": "TIMESERIES",
|
|
||||||
"series": [],
|
|
||||||
"resultMetadata": {}
|
|
||||||
},
|
|
||||||
"filtersPerEntityType": {
|
|
||||||
"HOST": {
|
|
||||||
"AUTO_TAGS": [
|
|
||||||
"Environment:{{.env}}"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chartVisible": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure management zones?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Management+Zones) page to configure your management zones.
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"dimensionalRules": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"entitySelectorBasedRules": [
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(Service),tag({{.compassIDs}})"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag({{.compassIDs}}))"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(PROCESS_GROUP_INSTANCE),tag({{.compassIDs}})"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"entitySelector": "type(HOST),tag({{.compassIDs}})"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rules": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-service: default.json
|
|
||||||
|
|
||||||
CD_charging-tariffs-service:
|
|
||||||
- name: CD_charging-tariffs-service
|
|
||||||
- compassIDs: \"compass-id:mobile20-CTS\"
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"bccReceivers": [],
|
|
||||||
"body": "{ProblemDetailsHTML}",
|
|
||||||
"ccReceivers": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"receivers": [
|
|
||||||
"{{.receivers}}"
|
|
||||||
],
|
|
||||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
|
||||||
"type": "EMAIL"
|
|
||||||
}
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"acceptAnyCertificate": false,
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"name": "Authorization",
|
|
||||||
"value": "{{.Env.SecretAuthHeader}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "x-apikey",
|
|
||||||
"value": "{{.Env.SecretXAPIKey}}"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"notifyEventMergesEnabled": false,
|
|
||||||
"payload": "[\n{\n \"attributes\": {\n \"CLASS\": \"BusinessTransaction\",\n \"source\": \"MgmtZone: {{.mzName}}\",\n \"severity\": \"MINOR\",\n \"origin\": \"{{.appdid}}\",\n \"sub_origin\": \"Dynatrace SaaS - {ImpactedEntity}\",\n \"adapter_host\": \"{{ .DTEnvironment }}\",\n \"msg\": \"{ProblemDetailsText}\",\n \"contract_id\": \"{{.contractid}}\",\n \"ars_esc\": \"Yes\",\n \"ars_delay_time\": \"0\",\n \"hostname\": \"test\",\n \"sub_source\": \"Environment: CoCo_EMEA_Prod\",\n \"server_loc\": \"\",\n \"event_id\": \"AI001\",\n \"dd_plus\": \"{ProblemSeverity}\",\n \"dd1\": \"{ProblemURL}\",\n \"dd2\": \"{PID}\"\n }\n}\n]",
|
|
||||||
"type": "WEBHOOK",
|
|
||||||
"url": "{{.webhook}}"
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"acceptAnyCertificate": false,
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"headers": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"notifyEventMergesEnabled": false,
|
|
||||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
|
||||||
"type": "WEBHOOK",
|
|
||||||
"url": "{{.webhook}}"
|
|
||||||
}
|
|
||||||
|
|
@ -1,72 +0,0 @@
|
||||||
config:
|
|
||||||
- CD_charging-tariffs-service: msTeams.json
|
|
||||||
- CD_charging-tariffs-serviceEMAIL: email.json
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod msTeams
|
|
||||||
CD_charging-tariffs-service.EMEA-Prod:
|
|
||||||
- name: CD_charging-tariffs-service PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service.NA-Prod:
|
|
||||||
- name: CD_charging-tariffs-service PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service.CN-Prod:
|
|
||||||
- name: CD_charging-tariffs-service PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- webhook: https://bmwgroup.webhook.office.com/webhookb2/f371255b-2c20-491d-9b7d-002928ba9e7f@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/4c3a4ba5ef1e40338c52917c0bc29c09/4d8ab66e-ec27-4bc7-8cff-5bd7abe02823
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN PreProd msTeams
|
|
||||||
CD_charging-tariffs-service.EMEA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/0cf76894f7974aeaa28e5000a38d8d2c/66730f27-7257-45d8-8799-fdc7e4d4d178
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service.NA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/3d1d2c96e86b403989794017c57ae4b0/e2c61882-45fd-43f0-abe7-c16eb6196aaa
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CD_charging-tariffs-service.CN-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- webhook: https://criticaltechworks.webhook.office.com/webhookb2/b2de8193-24cf-4709-b1ad-d05f115fa08d@61f30b8e-4f6b-44fe-9bc2-041e3a9f7346/IncomingWebhook/3d1d2c96e86b403989794017c57ae4b0/e2c61882-45fd-43f0-abe7-c16eb6196aaa
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod Email
|
|
||||||
CD_charging-tariffs-serviceEMAIL.EMEA-Prod:
|
|
||||||
- name: CD_charging-tariffs-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
CD_charging-tariffs-serviceEMAIL.NA-Prod:
|
|
||||||
- name: CD_charging-tariffs-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
|
|
||||||
CD_charging-tariffs-serviceEMAIL.CN-Prod:
|
|
||||||
- name: CD_charging-tariffs-service EMAIL PROD
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN PreProd Email
|
|
||||||
CD_charging-tariffs-serviceEMAIL.EMEA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
CD_charging-tariffs-serviceEMAIL.NA-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
||||||
|
|
||||||
CD_charging-tariffs-serviceEMAIL.CN-PreProd:
|
|
||||||
- name: CD_charging-tariffs-service EMAIL INT
|
|
||||||
- alertingProfile: CD_charging-tariffs-service/alerting-profile/CD_charging-tariffs-service.id
|
|
||||||
- receivers: intangibles@list.bmw.com
|
|
||||||
|
|
@ -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:
|
|
||||||
- CD_charging-tariffs-service: default.json
|
|
||||||
|
|
||||||
CD_charging-tariffs-service:
|
|
||||||
- name: CD_charging-tariffs-service - <synthetic-name>
|
|
||||||
- mzName: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.name
|
|
||||||
- mzId: CD_charging-tariffs-service/management-zone/CD_charging-tariffs-service.id
|
|
||||||
- endpoint: <url>
|
|
||||||
- location: <location>
|
|
||||||
- skipDeployment: "true"
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue