Pull request #245: CD VDLM multiple custom services
Merge in OPAPM/cd_e2e_monitoring_config from CD_VDLM_multiple_custom_services to master * commit '166e23d26e79d2059629ff1161e0741e9398b0e1': fix base-ffs added ifs-002 (SQS) TsSdiCallTopic - IN fix ts-pffs Test with custom dashboard/rtchandler-poc.jsonCD_GGPS
commit
a40a258a0f
|
|
@ -1,8 +1,8 @@
|
||||||
config:
|
config:
|
||||||
- CDnewComponentTag-PROD: default.json
|
- CDnewComponentTag-PROD: rtchandler-poc.json
|
||||||
- CDnewComponentTag-E2E: default.json
|
- CDnewComponentTag-E2E: rtchandler-poc.json
|
||||||
- CDnewComponentTag-INT: default.json
|
- CDnewComponentTag-INT: rtchandler-poc.json
|
||||||
- CDnewComponentTag-TEST: default.json
|
- CDnewComponentTag-TEST: rtchandler-poc.json
|
||||||
|
|
||||||
#PROD dashboards for EMEA/NA/CN Prod
|
#PROD dashboards for EMEA/NA/CN Prod
|
||||||
CDnewComponentTag-PROD:
|
CDnewComponentTag-PROD:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,639 @@
|
||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"configurationVersions": [
|
||||||
|
6
|
||||||
|
],
|
||||||
|
"clusterVersion": "1.243.146.20220615-081647"
|
||||||
|
},
|
||||||
|
"dashboardMetadata": {
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"shared": true,
|
||||||
|
"owner": "Bernd.Brandl@bmw.de",
|
||||||
|
"dashboardFilter": {
|
||||||
|
"timeframe": "-24h to now"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"{{.mzName}}"
|
||||||
|
],
|
||||||
|
"popularity": 1
|
||||||
|
},
|
||||||
|
"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:PROD"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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:PROD"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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:PROD"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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:PROD"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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:PROD"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"chartVisible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "List and count of messageProp",
|
||||||
|
"tileType": "DATA_EXPLORER",
|
||||||
|
"configured": true,
|
||||||
|
"bounds": {
|
||||||
|
"top": 912,
|
||||||
|
"left": 570,
|
||||||
|
"width": 532,
|
||||||
|
"height": 342
|
||||||
|
},
|
||||||
|
"tileFilter": {},
|
||||||
|
"customName": "Table",
|
||||||
|
"queries": [
|
||||||
|
{
|
||||||
|
"id": "A",
|
||||||
|
"metric": "calc:service.vdlm_rtchandler_messageprops",
|
||||||
|
"spaceAggregation": "SUM",
|
||||||
|
"timeAggregation": "DEFAULT",
|
||||||
|
"splitBy": [
|
||||||
|
"dt.entity.service",
|
||||||
|
"Dimension"
|
||||||
|
],
|
||||||
|
"sortBy": "DESC",
|
||||||
|
"filterBy": {
|
||||||
|
"nestedFilters": [],
|
||||||
|
"criteria": []
|
||||||
|
},
|
||||||
|
"limit": 100,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"visualConfig": {
|
||||||
|
"type": "TABLE",
|
||||||
|
"global": {
|
||||||
|
"hideLegend": false
|
||||||
|
},
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"matcher": "A:",
|
||||||
|
"unitTransform": "",
|
||||||
|
"valueFormat": "auto",
|
||||||
|
"properties": {
|
||||||
|
"color": "DEFAULT",
|
||||||
|
"seriesType": "LINE",
|
||||||
|
"alias": "Count of messageProps"
|
||||||
|
},
|
||||||
|
"seriesOverrides": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"axes": {
|
||||||
|
"xAxis": {
|
||||||
|
"displayName": "",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"yAxes": []
|
||||||
|
},
|
||||||
|
"heatmapSettings": {
|
||||||
|
"yAxis": "VALUE"
|
||||||
|
},
|
||||||
|
"thresholds": [
|
||||||
|
{
|
||||||
|
"axisTarget": "LEFT",
|
||||||
|
"columnId": "VDLM_rtchandler_messageProps",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"color": "#7dc540"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#f5d30f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#dc172a"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"queryId": "A",
|
||||||
|
"visible": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tableSettings": {
|
||||||
|
"isThresholdBackgroundAppliedToCell": false
|
||||||
|
},
|
||||||
|
"graphChartSettings": {
|
||||||
|
"connectNulls": false
|
||||||
|
},
|
||||||
|
"honeycombSettings": {
|
||||||
|
"showHive": true,
|
||||||
|
"showLegend": true,
|
||||||
|
"showLabels": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"queriesSettings": {
|
||||||
|
"resolution": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NGTP IN/OUT Status Count",
|
||||||
|
"tileType": "DATA_EXPLORER",
|
||||||
|
"configured": true,
|
||||||
|
"bounds": {
|
||||||
|
"top": 0,
|
||||||
|
"left": 1140,
|
||||||
|
"width": 418,
|
||||||
|
"height": 418
|
||||||
|
},
|
||||||
|
"tileFilter": {},
|
||||||
|
"customName": "Data explorer results",
|
||||||
|
"queries": [
|
||||||
|
{
|
||||||
|
"id": "A",
|
||||||
|
"metric": "calc:service.vdlm_rtchandler_ngtp_status",
|
||||||
|
"spaceAggregation": "SUM",
|
||||||
|
"timeAggregation": "DEFAULT",
|
||||||
|
"splitBy": [
|
||||||
|
"Dimension"
|
||||||
|
],
|
||||||
|
"sortBy": "DESC",
|
||||||
|
"filterBy": {
|
||||||
|
"nestedFilters": [],
|
||||||
|
"criteria": []
|
||||||
|
},
|
||||||
|
"limit": 100,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"visualConfig": {
|
||||||
|
"type": "PIE_CHART",
|
||||||
|
"global": {
|
||||||
|
"hideLegend": false
|
||||||
|
},
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"matcher": "A:",
|
||||||
|
"unitTransform": "",
|
||||||
|
"valueFormat": "none",
|
||||||
|
"properties": {
|
||||||
|
"color": "RED",
|
||||||
|
"seriesType": "STACKED_AREA"
|
||||||
|
},
|
||||||
|
"seriesOverrides": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"axes": {
|
||||||
|
"xAxis": {
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"yAxes": []
|
||||||
|
},
|
||||||
|
"heatmapSettings": {
|
||||||
|
"yAxis": "VALUE"
|
||||||
|
},
|
||||||
|
"thresholds": [
|
||||||
|
{
|
||||||
|
"axisTarget": "LEFT",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"color": "#7dc540"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#f5d30f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#dc172a"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"queryId": "",
|
||||||
|
"visible": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tableSettings": {
|
||||||
|
"isThresholdBackgroundAppliedToCell": false
|
||||||
|
},
|
||||||
|
"graphChartSettings": {
|
||||||
|
"connectNulls": false
|
||||||
|
},
|
||||||
|
"honeycombSettings": {
|
||||||
|
"showHive": true,
|
||||||
|
"showLegend": true,
|
||||||
|
"showLabels": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"queriesSettings": {
|
||||||
|
"resolution": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pie",
|
||||||
|
"tileType": "DATA_EXPLORER",
|
||||||
|
"configured": true,
|
||||||
|
"bounds": {
|
||||||
|
"top": 456,
|
||||||
|
"left": 1140,
|
||||||
|
"width": 304,
|
||||||
|
"height": 304
|
||||||
|
},
|
||||||
|
"tileFilter": {},
|
||||||
|
"customName": "Pie",
|
||||||
|
"queries": [],
|
||||||
|
"visualConfig": {
|
||||||
|
"type": "PIE_CHART",
|
||||||
|
"global": {},
|
||||||
|
"rules": [],
|
||||||
|
"axes": {
|
||||||
|
"xAxis": {
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"yAxes": []
|
||||||
|
},
|
||||||
|
"thresholds": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "List and count of status",
|
||||||
|
"tileType": "DATA_EXPLORER",
|
||||||
|
"configured": true,
|
||||||
|
"bounds": {
|
||||||
|
"top": 912,
|
||||||
|
"left": 38,
|
||||||
|
"width": 532,
|
||||||
|
"height": 342
|
||||||
|
},
|
||||||
|
"tileFilter": {},
|
||||||
|
"customName": "Table",
|
||||||
|
"queries": [
|
||||||
|
{
|
||||||
|
"id": "A",
|
||||||
|
"metric": "calc:service.vdlm_rtchandler_ngtp_processmessage",
|
||||||
|
"spaceAggregation": "SUM",
|
||||||
|
"timeAggregation": "DEFAULT",
|
||||||
|
"splitBy": [
|
||||||
|
"dt.entity.service",
|
||||||
|
"Dimension"
|
||||||
|
],
|
||||||
|
"sortBy": "DESC",
|
||||||
|
"filterBy": {
|
||||||
|
"nestedFilters": [],
|
||||||
|
"criteria": []
|
||||||
|
},
|
||||||
|
"limit": 100,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"visualConfig": {
|
||||||
|
"type": "TABLE",
|
||||||
|
"global": {
|
||||||
|
"hideLegend": false
|
||||||
|
},
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"matcher": "A:",
|
||||||
|
"unitTransform": "",
|
||||||
|
"valueFormat": "auto",
|
||||||
|
"properties": {
|
||||||
|
"color": "DEFAULT",
|
||||||
|
"seriesType": "STACKED_COLUMN",
|
||||||
|
"alias": "Count of status"
|
||||||
|
},
|
||||||
|
"seriesOverrides": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"axes": {
|
||||||
|
"xAxis": {
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"yAxes": []
|
||||||
|
},
|
||||||
|
"heatmapSettings": {
|
||||||
|
"yAxis": "VALUE"
|
||||||
|
},
|
||||||
|
"thresholds": [
|
||||||
|
{
|
||||||
|
"axisTarget": "LEFT",
|
||||||
|
"columnId": "VDLM_rtchandler_NGTP_processMessage",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"color": "#7dc540"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#f5d30f"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#dc172a"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"queryId": "A",
|
||||||
|
"visible": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"tableSettings": {
|
||||||
|
"isThresholdBackgroundAppliedToCell": false
|
||||||
|
},
|
||||||
|
"graphChartSettings": {
|
||||||
|
"connectNulls": false
|
||||||
|
},
|
||||||
|
"honeycombSettings": {
|
||||||
|
"showHive": true,
|
||||||
|
"showLegend": true,
|
||||||
|
"showLabels": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"queriesSettings": {
|
||||||
|
"resolution": "",
|
||||||
|
"foldTransformation": "TOTAL",
|
||||||
|
"foldAggregation": "AVG"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -6,7 +6,7 @@ customService1:
|
||||||
- name: "ifs-001 (SQS) ServiceNotificationBaseFfs - IN"
|
- name: "ifs-001 (SQS) ServiceNotificationBaseFfs - IN"
|
||||||
- className: com.bmw.cc.tsbaseffs.api.seam.boundary.SeamNotificationSqsListenerMF
|
- className: com.bmw.cc.tsbaseffs.api.seam.boundary.SeamNotificationSqsListenerMF
|
||||||
- methodName: onNotification
|
- methodName: onNotification
|
||||||
- methodArgs: java.lang.String","java.util.Map
|
- methodArgs: java.lang.String","java.util.Map","org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ customService1:
|
||||||
- name: "ifs-003 (SQS) ServiceNotificationTSPFFS - IN"
|
- name: "ifs-003 (SQS) ServiceNotificationTSPFFS - IN"
|
||||||
- className: com.bmw.cc.tspffs.api.seam.boundary.SeamNotificationSqsListenerMF
|
- className: com.bmw.cc.tspffs.api.seam.boundary.SeamNotificationSqsListenerMF
|
||||||
- methodName: onNotification
|
- methodName: onNotification
|
||||||
- methodArgs: java.lang.String","java.util.Map
|
- methodArgs: java.lang.String","java.util.Map","org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,9 @@ config:
|
||||||
- customService1: template-1-1.json
|
- customService1: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: myJOYNRService
|
- name: "ifs-002 (SQS) TsSdiCallTopic - IN"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className: com.bmw.cc.servicedemandidentifier.api.calltopic.boundary.CallTopicSqsListener
|
||||||
- methodName: exampleJoynrMethod
|
- methodName: onSqsMessage
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "true"
|
- methodArgs: java.lang.String","java.util.Map
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": ["{{.methodArgs}}"],
|
||||||
"methodName": "{{.methodName}}",
|
"methodName": "{{.methodName}}",
|
||||||
"returnType": "{{.returnType}}"
|
"returnType": "{{.returnType}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue