Prod Dashboards added
parent
2c6f8fc108
commit
e23efff407
|
|
@ -6,7 +6,7 @@
|
||||||
"clusterVersion": "1.220.96.20210701-171424"
|
"clusterVersion": "1.220.96.20210701-171424"
|
||||||
},
|
},
|
||||||
"dashboardMetadata": {
|
"dashboardMetadata": {
|
||||||
"name": "CD_am-casa E2E Relationship V2",
|
"name": "{{.name}}",
|
||||||
"shared": true,
|
"shared": true,
|
||||||
"owner": "Daniela.Pressmar@partner.bmw.de",
|
"owner": "Daniela.Pressmar@partner.bmw.de",
|
||||||
"dashboardFilter": {
|
"dashboardFilter": {
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,147 @@
|
||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"configurationVersions": [
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"clusterVersion": "1.220.96.20210701-171424"
|
||||||
|
},
|
||||||
|
"dashboardMetadata": {
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"shared": true,
|
||||||
|
"owner": "Daniela.Pressmar@partner.bmw.de",
|
||||||
|
"dashboardFilter": {
|
||||||
|
"timeframe": "-24h to now"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"am-casa"
|
||||||
|
],
|
||||||
|
"preset": true
|
||||||
|
},
|
||||||
|
"tiles": [
|
||||||
|
{
|
||||||
|
"name": "Custom chart",
|
||||||
|
"tileType": "CUSTOM_CHARTING",
|
||||||
|
"configured": true,
|
||||||
|
"bounds": {
|
||||||
|
"top": 0,
|
||||||
|
"left": 38,
|
||||||
|
"width": 1178,
|
||||||
|
"height": 532
|
||||||
|
},
|
||||||
|
"tileFilter": {},
|
||||||
|
"filterConfig": {
|
||||||
|
"type": "MIXED",
|
||||||
|
"customName": "Response-Time & Request Count",
|
||||||
|
"defaultName": "Custom chart",
|
||||||
|
"chartConfig": {
|
||||||
|
"legendShown": true,
|
||||||
|
"type": "TIMESERIES",
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"metric": "calc:service.casa_db_response_time_overall",
|
||||||
|
"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": true,
|
||||||
|
"aggregationRate": "TOTAL"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resultMetadata": {
|
||||||
|
"nullcalc:service.casa_db_response_time_overall|AVG|TOTAL|LINE|SERVICE": {
|
||||||
|
"lastModified": 1625498766793,
|
||||||
|
"customColor": "#008cdb"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": {
|
||||||
|
"lastModified": 1625498791887,
|
||||||
|
"customColor": "#969096"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"filtersPerEntityType": {
|
||||||
|
"SERVICE": {
|
||||||
|
"AUTO_TAGS": [
|
||||||
|
"Component:am-casa",
|
||||||
|
"Environment:PROD"
|
||||||
|
],
|
||||||
|
"SERVICE_TYPE": [
|
||||||
|
"3"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Custom chart",
|
||||||
|
"tileType": "CUSTOM_CHARTING",
|
||||||
|
"configured": true,
|
||||||
|
"bounds": {
|
||||||
|
"top": 532,
|
||||||
|
"left": 38,
|
||||||
|
"width": 1178,
|
||||||
|
"height": 532
|
||||||
|
},
|
||||||
|
"tileFilter": {},
|
||||||
|
"filterConfig": {
|
||||||
|
"type": "MIXED",
|
||||||
|
"customName": "Response-Time per Statement Avg",
|
||||||
|
"defaultName": "Custom chart",
|
||||||
|
"chartConfig": {
|
||||||
|
"legendShown": true,
|
||||||
|
"type": "TOP_LIST",
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"metric": "calc:service.casa_db_response_time_per_statement",
|
||||||
|
"aggregation": "AVG",
|
||||||
|
"type": "LINE",
|
||||||
|
"entityType": "SERVICE",
|
||||||
|
"dimensions": [
|
||||||
|
{
|
||||||
|
"id": "1",
|
||||||
|
"name": "Dimension",
|
||||||
|
"values": [],
|
||||||
|
"entityDimension": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sortAscending": false,
|
||||||
|
"sortColumn": true,
|
||||||
|
"aggregationRate": "TOTAL"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resultMetadata": {
|
||||||
|
"nullcalc:service.casa_db_response_time_overall|AVG|TOTAL|LINE|SERVICE": {
|
||||||
|
"lastModified": 1625498766793,
|
||||||
|
"customColor": "#008cdb"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": {
|
||||||
|
"lastModified": 1625498791887,
|
||||||
|
"customColor": "#969096"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"filtersPerEntityType": {
|
||||||
|
"SERVICE": {
|
||||||
|
"AUTO_TAGS": [
|
||||||
|
"Component:am-casa",
|
||||||
|
"Environment:PROD"
|
||||||
|
],
|
||||||
|
"SERVICE_TYPE": [
|
||||||
|
"3"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,359 @@
|
||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"configurationVersions": [
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"clusterVersion": "1.220.96.20210701-171424"
|
||||||
|
},
|
||||||
|
"dashboardMetadata": {
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"shared": true,
|
||||||
|
"owner": "Daniela.Pressmar@partner.bmw.de",
|
||||||
|
"dashboardFilter": {
|
||||||
|
"timeframe": "-24h to now"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"am-casa"
|
||||||
|
],
|
||||||
|
"preset": true
|
||||||
|
},
|
||||||
|
"tiles": [
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"tileType": "CUSTOM_CHARTING",
|
||||||
|
"configured": true,
|
||||||
|
"bounds": {
|
||||||
|
"top": 836,
|
||||||
|
"left": 38,
|
||||||
|
"width": 1064,
|
||||||
|
"height": 418
|
||||||
|
},
|
||||||
|
"tileFilter": {},
|
||||||
|
"filterConfig": {
|
||||||
|
"type": "MIXED",
|
||||||
|
"customName": "createOrUpdateRelationship - Response Time, Status Code",
|
||||||
|
"defaultName": "Custom chart",
|
||||||
|
"chartConfig": {
|
||||||
|
"legendShown": true,
|
||||||
|
"type": "TIMESERIES",
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"metric": "calc:service.am_casa_relationshipresourcev2_createorupdaterelationship_responsetimeavg",
|
||||||
|
"aggregation": "AVG",
|
||||||
|
"type": "LINE",
|
||||||
|
"entityType": "SERVICE",
|
||||||
|
"dimensions": [],
|
||||||
|
"sortAscending": true,
|
||||||
|
"sortColumn": true,
|
||||||
|
"aggregationRate": "TOTAL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"metric": "calc:service.am_casa_relationshipresourcev2_createorupdaterelationship_httpstatus",
|
||||||
|
"aggregation": "NONE",
|
||||||
|
"type": "BAR",
|
||||||
|
"entityType": "SERVICE",
|
||||||
|
"dimensions": [
|
||||||
|
{
|
||||||
|
"id": "1",
|
||||||
|
"name": "Dimension",
|
||||||
|
"values": [],
|
||||||
|
"entityDimension": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sortAscending": false,
|
||||||
|
"sortColumn": false,
|
||||||
|
"aggregationRate": "TOTAL"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resultMetadata": {
|
||||||
|
"nullcalc:service.am_casarelationshipresourcev2_searchrelationships_responsetimeavg|NONE|TOTAL|LINE|SERVICE|SERVICE": {
|
||||||
|
"lastModified": 1625480962999,
|
||||||
|
"customColor": "#b4e5f9"
|
||||||
|
},
|
||||||
|
"nullcalc:service.am_casa_relationshipresourcev2_createorupdaterelationship_responsetimeavg|AVG|TOTAL|LINE|SERVICE|SERVICE": {
|
||||||
|
"lastModified": 1625497907408,
|
||||||
|
"customColor": "#008cdb"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": {
|
||||||
|
"lastModified": 1595275720776,
|
||||||
|
"customColor": "#008cdb"
|
||||||
|
},
|
||||||
|
"null¦Dimension»200»falsecalc:service.am_casarelationshipresourcev2_searchrelationshipshttpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625480956604,
|
||||||
|
"customColor": "#6bb200"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": {
|
||||||
|
"lastModified": 1595275955999,
|
||||||
|
"customColor": "#ef651f"
|
||||||
|
},
|
||||||
|
"null¦Dimension»202»falsecalc:service.am_casarelationshipresourcev2_createorupdaterelationshiphttpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625497923779,
|
||||||
|
"customColor": "#287d00"
|
||||||
|
},
|
||||||
|
"null¦Dimension»422»falsecalc:service.am_casarelationshipresourcev2_createorupdaterelationshiphttpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625497926832,
|
||||||
|
"customColor": "#f5d30f"
|
||||||
|
},
|
||||||
|
"null¦Dimension»202»falsecalc:service.am_casa_relationshipresourcev2_createorupdaterelationship_httpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625752971589,
|
||||||
|
"customColor": "#287d00"
|
||||||
|
},
|
||||||
|
"null¦Dimension»422»falsecalc:service.am_casa_relationshipresourcev2_createorupdaterelationship_httpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625752973525,
|
||||||
|
"customColor": "#f5d30f"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": {
|
||||||
|
"lastModified": 1595275686773,
|
||||||
|
"customColor": "#b4e5f9"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"filtersPerEntityType": {
|
||||||
|
"SERVICE": {
|
||||||
|
"AUTO_TAGS": [
|
||||||
|
"Environment:PROD"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"tileType": "CUSTOM_CHARTING",
|
||||||
|
"configured": true,
|
||||||
|
"bounds": {
|
||||||
|
"top": 418,
|
||||||
|
"left": 38,
|
||||||
|
"width": 1064,
|
||||||
|
"height": 418
|
||||||
|
},
|
||||||
|
"tileFilter": {},
|
||||||
|
"filterConfig": {
|
||||||
|
"type": "MIXED",
|
||||||
|
"customName": "searchRelationship - Response Time, Status Code",
|
||||||
|
"defaultName": "Custom chart",
|
||||||
|
"chartConfig": {
|
||||||
|
"legendShown": true,
|
||||||
|
"type": "TIMESERIES",
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"metric": "calc:service.am_casa_relationshipresourcev2_searchrelationships_responsetimeavg",
|
||||||
|
"aggregation": "AVG",
|
||||||
|
"type": "LINE",
|
||||||
|
"entityType": "SERVICE",
|
||||||
|
"dimensions": [],
|
||||||
|
"sortAscending": false,
|
||||||
|
"sortColumn": true,
|
||||||
|
"aggregationRate": "TOTAL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"metric": "calc:service.am_casarelationshipresourcev2_searchrelationshipshttpstatus",
|
||||||
|
"aggregation": "NONE",
|
||||||
|
"type": "BAR",
|
||||||
|
"entityType": "SERVICE",
|
||||||
|
"dimensions": [],
|
||||||
|
"sortAscending": false,
|
||||||
|
"sortColumn": false,
|
||||||
|
"aggregationRate": "TOTAL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"metric": "calc:service.am_casa_relationshipresourcev2_searchrelationships_httpstatus",
|
||||||
|
"aggregation": "NONE",
|
||||||
|
"type": "BAR",
|
||||||
|
"entityType": "SERVICE",
|
||||||
|
"dimensions": [
|
||||||
|
{
|
||||||
|
"id": "1",
|
||||||
|
"name": "Dimension",
|
||||||
|
"values": [],
|
||||||
|
"entityDimension": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sortAscending": false,
|
||||||
|
"sortColumn": false,
|
||||||
|
"aggregationRate": "TOTAL"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resultMetadata": {
|
||||||
|
"nullcalc:service.am_casarelationshipresourcev2_searchrelationships_responsetimeavg|NONE|TOTAL|LINE|SERVICE|SERVICE": {
|
||||||
|
"lastModified": 1625480962999,
|
||||||
|
"customColor": "#b4e5f9"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": {
|
||||||
|
"lastModified": 1595275720776,
|
||||||
|
"customColor": "#008cdb"
|
||||||
|
},
|
||||||
|
"null¦Dimension»200»falsecalc:service.am_casarelationshipresourcev2_searchrelationshipshttpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625497764596,
|
||||||
|
"customColor": "#287d00"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": {
|
||||||
|
"lastModified": 1595275955999,
|
||||||
|
"customColor": "#ef651f"
|
||||||
|
},
|
||||||
|
"nullcalc:service.am_casa_relationshipresourcev2_searchrelationships_responsetimeavg|AVG|TOTAL|LINE|SERVICE|SERVICE": {
|
||||||
|
"lastModified": 1625497585136,
|
||||||
|
"customColor": "#008cdb"
|
||||||
|
},
|
||||||
|
"null¦Dimension»202»falsecalc:service.am_casarelationshipresourcev2_createorupdaterelationshiphttpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625480608367,
|
||||||
|
"customColor": "#6eb200"
|
||||||
|
},
|
||||||
|
"null¦Dimension»200»falsecalc:service.am_casa_relationshipresourcev2_searchrelationships_httpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625752889281,
|
||||||
|
"customColor": "#287d00"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": {
|
||||||
|
"lastModified": 1595275686773,
|
||||||
|
"customColor": "#b4e5f9"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"filtersPerEntityType": {
|
||||||
|
"SERVICE": {
|
||||||
|
"AUTO_TAGS": [
|
||||||
|
"Environment:PROD"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"tileType": "CUSTOM_CHARTING",
|
||||||
|
"configured": true,
|
||||||
|
"bounds": {
|
||||||
|
"top": 0,
|
||||||
|
"left": 38,
|
||||||
|
"width": 1064,
|
||||||
|
"height": 418
|
||||||
|
},
|
||||||
|
"tileFilter": {},
|
||||||
|
"filterConfig": {
|
||||||
|
"type": "MIXED",
|
||||||
|
"customName": "RelationshipResourceV2 - Response Time, Status Code",
|
||||||
|
"defaultName": "Custom chart",
|
||||||
|
"chartConfig": {
|
||||||
|
"legendShown": true,
|
||||||
|
"type": "TIMESERIES",
|
||||||
|
"series": [
|
||||||
|
{
|
||||||
|
"metric": "calc:service.am_casarelationshipresourcev2httpstatus",
|
||||||
|
"aggregation": "NONE",
|
||||||
|
"type": "BAR",
|
||||||
|
"entityType": "SERVICE",
|
||||||
|
"dimensions": [],
|
||||||
|
"sortAscending": false,
|
||||||
|
"sortColumn": false,
|
||||||
|
"aggregationRate": "TOTAL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"metric": "calc:service.am_casa_relationshipresourcev2_responsetimeavg",
|
||||||
|
"aggregation": "AVG",
|
||||||
|
"type": "LINE",
|
||||||
|
"entityType": "SERVICE",
|
||||||
|
"dimensions": [],
|
||||||
|
"sortAscending": false,
|
||||||
|
"sortColumn": true,
|
||||||
|
"aggregationRate": "TOTAL"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"metric": "calc:service.am_casa_relationshipresourcev2_httpstatus",
|
||||||
|
"aggregation": "NONE",
|
||||||
|
"type": "BAR",
|
||||||
|
"entityType": "SERVICE",
|
||||||
|
"dimensions": [
|
||||||
|
{
|
||||||
|
"id": "1",
|
||||||
|
"name": "Dimension",
|
||||||
|
"values": [],
|
||||||
|
"entityDimension": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sortAscending": false,
|
||||||
|
"sortColumn": false,
|
||||||
|
"aggregationRate": "TOTAL"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resultMetadata": {
|
||||||
|
"null¦Dimension»202»falsecalc:service.am_casarelationshipresourcev2httpstatus|NONE|TOTAL|BAR|SERVICE": {
|
||||||
|
"lastModified": 1625481281593,
|
||||||
|
"customColor": "#8ee609"
|
||||||
|
},
|
||||||
|
"nullcalc:service.am_casarelationshipresourcev2_searchrelationships_responsetimeavg|NONE|TOTAL|LINE|SERVICE|SERVICE": {
|
||||||
|
"lastModified": 1625480962999,
|
||||||
|
"customColor": "#b4e5f9"
|
||||||
|
},
|
||||||
|
"null¦Dimension»422»falsecalc:service.am_casa_relationshipresourcev2_httpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625752826452,
|
||||||
|
"customColor": "#f5d30f"
|
||||||
|
},
|
||||||
|
"null¦Dimension»200»falsecalc:service.am_casa_relationshipresourcev2_httpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625752818993,
|
||||||
|
"customColor": "#287d00"
|
||||||
|
},
|
||||||
|
"null¦Dimension»422»falsecalc:service.am_casarelationshipresourcev2httpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625482277488,
|
||||||
|
"customColor": "#f5d30f"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.requestCount.total|NONE|TOTAL|BAR|SERVICE": {
|
||||||
|
"lastModified": 1595275720776,
|
||||||
|
"customColor": "#008cdb"
|
||||||
|
},
|
||||||
|
"null¦Dimension»200»falsecalc:service.am_casarelationshipresourcev2_searchrelationshipshttpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625480956604,
|
||||||
|
"customColor": "#6bb200"
|
||||||
|
},
|
||||||
|
"null¦Dimension»200»falsecalc:service.am_casarelationshipresourcev2httpstatus|NONE|TOTAL|BAR|SERVICE": {
|
||||||
|
"lastModified": 1625481262543,
|
||||||
|
"customColor": "#6bb200"
|
||||||
|
},
|
||||||
|
"null¦Dimension»202»falsecalc:service.am_casa_relationshipresourcev2_httpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625752821985,
|
||||||
|
"customColor": "#287d00"
|
||||||
|
},
|
||||||
|
"null¦Dimension»202»falsecalc:service.am_casarelationshipresourcev2_createorupdaterelationshiphttpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625480608367,
|
||||||
|
"customColor": "#6eb200"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE|SERVICE": {
|
||||||
|
"lastModified": 1625497981280,
|
||||||
|
"customColor": "#008cdb"
|
||||||
|
},
|
||||||
|
"null¦Dimension»202»falsecalc:service.am_casarelationshipresourcev2httpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625482616823,
|
||||||
|
"customColor": "#287d00"
|
||||||
|
},
|
||||||
|
"nullcalc:service.am_casa_relationshipresourcev2_responsetimeavg|AVG|TOTAL|LINE|SERVICE|SERVICE": {
|
||||||
|
"lastModified": 1625752801451,
|
||||||
|
"customColor": "#008cdb"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.errors.total.count|NONE|TOTAL|BAR|SERVICE": {
|
||||||
|
"lastModified": 1595275955999,
|
||||||
|
"customColor": "#ef651f"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.totalProcessingTime|AVG|TOTAL|LINE|SERVICE|SERVICE": {
|
||||||
|
"lastModified": 1625498005897,
|
||||||
|
"customColor": "#969096"
|
||||||
|
},
|
||||||
|
"null¦Dimension»200»falsecalc:service.am_casarelationshipresourcev2httpstatus|NONE|TOTAL|BAR|SERVICE|SERVICE¿¿¿Dimensionɵfalse": {
|
||||||
|
"lastModified": 1625482619543,
|
||||||
|
"customColor": "#287d00"
|
||||||
|
},
|
||||||
|
"nullbuiltin:service.response.time|AVG|TOTAL|LINE|SERVICE": {
|
||||||
|
"lastModified": 1595275686773,
|
||||||
|
"customColor": "#b4e5f9"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"filtersPerEntityType": {
|
||||||
|
"SERVICE": {
|
||||||
|
"AUTO_TAGS": [
|
||||||
|
"Environment:PROD"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -6,6 +6,9 @@ config:
|
||||||
- CDam-casa-InterfaceAPIs-E2E: CDamCasaE2EInterfaceAPIs.json
|
- CDam-casa-InterfaceAPIs-E2E: CDamCasaE2EInterfaceAPIs.json
|
||||||
- CDam-casa-Database-Performance-E2E: CDamCasaE2EDatabasePerformance.json
|
- CDam-casa-Database-Performance-E2E: CDamCasaE2EDatabasePerformance.json
|
||||||
- CDam-casa-RelationshipV2-E2E: CDamCasaE2ERelationshipV2.json
|
- CDam-casa-RelationshipV2-E2E: CDamCasaE2ERelationshipV2.json
|
||||||
|
- CDam-casa-InterfaceAPIs-PROD: CDamCasaProdInterfaceAPIs.json
|
||||||
|
- CDam-casa-Database-Performance-PROD: CDamCasaProdDatabasePerformance.json
|
||||||
|
- CDam-casa-RelationshipV2-PROD: CDamCasaProdRelationshipV2.json
|
||||||
|
|
||||||
|
|
||||||
#PROD dashboards for EMEA/NA/CN Prod
|
#PROD dashboards for EMEA/NA/CN Prod
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue