diff --git a/BMW-Dynatrace-config/CD_comfy/dashboard/CDcomfyServiceOverview.json b/BMW-Dynatrace-config/CD_comfy/dashboard/CDcomfyServiceOverview.json new file mode 100644 index 00000000..4f18aee8 --- /dev/null +++ b/BMW-Dynatrace-config/CD_comfy/dashboard/CDcomfyServiceOverview.json @@ -0,0 +1,6592 @@ +{ + "metadata": { + "configurationVersions": [ + 5 + ], + "clusterVersion": "1.241.172.20220519-090725" + }, + "dashboardMetadata": { + "name": "{{.name}}", + "shared": true, + "owner": "Markus.Dlugi@bmw.de", + "dashboardFilter": { + "timeframe": "-24h to now" + }, + "tags": [ + "{{.tag}}", + "{{.env}}" + ], + "preset": true + }, + "tiles": [ + { + "name": "Service Overview - comfy-orchestration", + "nameSize": "", + "tileType": "HEADER", + "configured": true, + "bounds": { + "top": 0, + "left": 0, + "width": 1254, + "height": 38 + }, + "tileFilter": {} + }, + { + "name": "Web requests at comfy-orchestration", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 38, + "left": 0, + "width": 494, + "height": 342 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "metric": "builtin:service.requestCount.total", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-orchestration {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "B", + "metric": "builtin:service.errors.total.count", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-orchestration {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "C", + "metric": "builtin:service.response.time", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-orchestration {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#008cdb" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of any errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Response time", + "color": "#e0f4fc" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Response Time", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 38, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.response.server", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-orchestration {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 100000, + "color": "#f5d30f" + }, + { + "value": 1000000, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Requests/min", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 152, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.requestCount.total:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),entityName.equals(~\"Web requests at comfy-orchestration {{.envLower}}~\")\")))):rate(1m):value:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": false + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "", + "foldTransformation": "TOTAL", + "foldAggregation": "AVG" + } + }, + { + "name": "Failure Rate", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 266, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.errors.total.rate", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-orchestration {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 0.01, + "color": "#f5d30f" + }, + { + "value": 2, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Background requests at comfy-orchestration", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 38, + "left": 646, + "width": 456, + "height": 342 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "metric": "builtin:service.requestCount.total", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-orchestration {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "B", + "metric": "builtin:service.errors.total.count", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-orchestration {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "C", + "metric": "builtin:service.response.time", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-orchestration {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#008cdb" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of any errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Response time", + "color": "#e0f4fc" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Response Time", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 38, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.response.server", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-orchestration {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 100000, + "color": "#f5d30f" + }, + { + "value": 1000000, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Requests/min", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 152, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.requestCount.total:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),entityName.equals(~\"Background requests at comfy-orchestration {{.envLower}}~\")\")))):rate(1m):value:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": false + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "", + "foldTransformation": "TOTAL", + "foldAggregation": "AVG" + } + }, + { + "name": "Failure Rate", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 266, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.errors.total.rate", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-orchestration {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 0.01, + "color": "#f5d30f" + }, + { + "value": 2, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "ActionTreeResolverBA.prepareActions", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 380, + "left": 0, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"ActionTreeResolverBA.prepareActions~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"ActionTreeResolverBA.prepareActions~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"ActionTreeResolverBA.prepareActions~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#008cdb" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e0f4fc" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "ActionTreeResolverBA.processTrigger", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 380, + "left": 418, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"ActionTreeResolverBA.processTrigger~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"ActionTreeResolverBA.processTrigger~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"ActionTreeResolverBA.processTrigger~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#008cdb" + } + ] + }, + { + "matcher": "B:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e0f4fc" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "SchedulerBF.requestActionScheduling", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 380, + "left": 836, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"SchedulerBF.requestActionScheduling~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"SchedulerBF.requestActionScheduling~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"SchedulerBF.requestActionScheduling~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#008cdb" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e0f4fc" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "SchedulerBF.requestFastLaneTriggerActionScheduling", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 646, + "left": 0, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"SchedulerBF.requestFastLaneTriggerActionScheduling~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"SchedulerBF.requestFastLaneTriggerActionScheduling~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"SchedulerBF.requestFastLaneTriggerActionScheduling~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#008cdb" + } + ] + }, + { + "matcher": "B:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e0f4fc" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "DispatcherBA.publishToAgentQueue", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 646, + "left": 418, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"DispatcherBA.publishToAgentQueue~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"DispatcherBA.publishToAgentQueue~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"DispatcherBA.publishToAgentQueue~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#008cdb" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e0f4fc" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "DispatcherBA.publishFastLaneActionToAgentQueue", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 646, + "left": 836, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"DispatcherBA.publishFastLaneActionToAgentQueue~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"DispatcherBA.publishFastLaneActionToAgentQueue~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"DispatcherBA.publishFastLaneActionToAgentQueue~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#008cdb" + } + ] + }, + { + "matcher": "B:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e0f4fc" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "ActionBF.statusUpdate", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 912, + "left": 0, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"ActionBF.statusUpdate~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"ActionBF.statusUpdate~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"ActionBF.statusUpdate~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#008cdb" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e0f4fc" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "StatusUpdateProcessorBA.publishManagementStatusUpdate", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 912, + "left": 418, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"StatusUpdateProcessorBA.publishManagementStatusUpdate~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"StatusUpdateProcessorBA.publishManagementStatusUpdate~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"StatusUpdateProcessorBA.publishManagementStatusUpdate~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#008cdb" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e0f4fc" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Service Overview - comfy-management", + "nameSize": "", + "tileType": "HEADER", + "configured": true, + "bounds": { + "top": 1178, + "left": 0, + "width": 1254, + "height": 38 + }, + "tileFilter": {} + }, + { + "name": "Web requests at comfy-management", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1216, + "left": 0, + "width": 494, + "height": 342 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "metric": "builtin:service.requestCount.total", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-management {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "B", + "metric": "builtin:service.errors.total.count", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-management {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "C", + "metric": "builtin:service.response.time", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-management {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of any errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Response Time", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1216, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.response.server", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-management {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 100000, + "color": "#f5d30f" + }, + { + "value": 1000000, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Requests/min", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1330, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.requestCount.total:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),entityName.equals(~\"Web requests at comfy-management {{.envLower}}~\")\")))):rate(1m):value:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": false + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "", + "foldTransformation": "TOTAL", + "foldAggregation": "AVG" + } + }, + { + "name": "Failure Rate", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1444, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.errors.total.rate", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-management {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 0.01, + "color": "#f5d30f" + }, + { + "value": 2, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Background requests at comfy-management", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1216, + "left": 646, + "width": 456, + "height": 342 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "metric": "builtin:service.requestCount.total", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-management {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "B", + "metric": "builtin:service.errors.total.count", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-management {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "C", + "metric": "builtin:service.response.time", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-management {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of any errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Response Time", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1216, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.response.server", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-management {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 100000, + "color": "#f5d30f" + }, + { + "value": 1000000, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Requests/min", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1330, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.requestCount.total:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),entityName.equals(~\"Background requests at comfy-management {{.envLower}}~\")\")))):rate(1m):value:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": false + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "", + "foldTransformation": "TOTAL", + "foldAggregation": "AVG" + } + }, + { + "name": "Failure Rate", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1444, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.errors.total.rate", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-management {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 0.01, + "color": "#f5d30f" + }, + { + "value": 2, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "CampaignBA.createCampaignAsync", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1558, + "left": 0, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"CampaignBA.createCampaignAsync~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"CampaignBA.createCampaignAsync~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"CampaignBA.createCampaignAsync~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "CampaignTriggerJob.startCampaign", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1558, + "left": 418, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"CampaignTriggerJob.startCampaign~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"CampaignTriggerJob.startCampaign~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"CampaignTriggerJob.startCampaign~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "StatusUpdateBA.consumeStatusUpdate", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1558, + "left": 836, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"StatusUpdateBA.consumeStatusUpdate~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"StatusUpdateBA.consumeStatusUpdate~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"StatusUpdateBA.consumeStatusUpdate~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "/campaign/v1/campaigns", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1824, + "left": 0, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/campaign/v1/campaigns~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/campaign/v1/campaigns~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/campaign/v1/campaigns~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "/campaign/v1/campaigns/[UUID]", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1824, + "left": 418, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/campaign/v1/campaigns/[UUID]~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/campaign/v1/campaigns/[UUID]~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/campaign/v1/campaigns/[UUID]~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "/campaign/v1/campaigns/[UUID]/vehicles", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 1824, + "left": 836, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/campaign/v1/campaigns/[UUID]/vehicles~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/campaign/v1/campaigns/[UUID]/vehicles~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/campaign/v1/campaigns/[UUID]/vehicles~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "TriggerBA.createTrigger", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2090, + "left": 0, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"TriggerBA.createTrigger~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"TriggerBA.createTrigger~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"TriggerBA.createTrigger~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "TriggerBA.startTrigger", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2090, + "left": 418, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"TriggerBA.startTrigger~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"TriggerBA.startTrigger~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"TriggerBA.startTrigger~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "/trigger/v1/triggers", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2356, + "left": 0, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/trigger/v1/triggers~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/trigger/v1/triggers~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/trigger/v1/triggers~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "/trigger/v1/triggers/[UUID]", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2356, + "left": 418, + "width": 418, + "height": 266 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.count.total:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/trigger/v1/triggers/[UUID]~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "B", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.errors.server.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/trigger/v1/triggers/[UUID]~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):sum:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + }, + { + "id": "C", + "timeAggregation": "DEFAULT", + "splitBy": [], + "metricSelector": "builtin:service.keyRequest.response.time:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-management/trigger/v1/triggers/[UUID]~\")\")))):parents:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):merge(\"dt.entity.service\",\"dt.entity.service_method\"):avg:auto:sort(value(avg,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#00a1b2" + } + ] + }, + { + "matcher": "B:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of server side errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "valueFormat": "auto", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Method response time", + "color": "#e1f7f9" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Service Overview - comfy-agent-registry", + "nameSize": "", + "tileType": "HEADER", + "configured": true, + "bounds": { + "top": 2622, + "left": 0, + "width": 1254, + "height": 38 + }, + "tileFilter": {} + }, + { + "name": "Web requests at comfy-agent-registry", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2660, + "left": 0, + "width": 494, + "height": 342 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "metric": "builtin:service.requestCount.total", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-agent-registry {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "B", + "metric": "builtin:service.errors.total.count", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-agent-registry {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "C", + "metric": "builtin:service.response.time", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-agent-registry {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#9355b7" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of any errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Response time", + "color": "#eedbfd" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Response Time", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2660, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.response.server", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-agent-registry {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 100000, + "color": "#f5d30f" + }, + { + "value": 1000000, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Requests/min", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2774, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.requestCount.total:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),entityName.equals(~\"Web requests at comfy-agent-registry {{.envLower}}~\")\")))):rate(1m):value:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": false + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "", + "foldTransformation": "TOTAL", + "foldAggregation": "AVG" + } + }, + { + "name": "Failure Rate", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2888, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.errors.total.rate", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-agent-registry {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 0.01, + "color": "#f5d30f" + }, + { + "value": 2, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Background requests at comfy-agent-registry", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2660, + "left": 646, + "width": 456, + "height": 342 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "metric": "builtin:service.requestCount.total", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-agent-registry {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "B", + "metric": "builtin:service.errors.total.count", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-agent-registry {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "C", + "metric": "builtin:service.response.time", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-agent-registry {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#9355b7" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of any errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Response time", + "color": "#eedbfd" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Response Time", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2660, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.response.server", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-agent-registry {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 100000, + "color": "#f5d30f" + }, + { + "value": 1000000, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Requests/min", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2774, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.requestCount.total:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),entityName.equals(~\"Background requests at comfy-agent-registry {{.envLower}}~\")\")))):rate(1m):value:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": false + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "", + "foldTransformation": "TOTAL", + "foldAggregation": "AVG" + } + }, + { + "name": "Failure Rate", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 2888, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.errors.total.rate", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-agent-registry {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 0.01, + "color": "#f5d30f" + }, + { + "value": 2, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Service Overview - comfy-cockpit", + "nameSize": "", + "tileType": "HEADER", + "configured": true, + "bounds": { + "top": 3002, + "left": 0, + "width": 1254, + "height": 38 + }, + "tileFilter": {} + }, + { + "name": "Web requests at comfy-cockpit", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 3040, + "left": 0, + "width": 494, + "height": 342 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "metric": "builtin:service.requestCount.total", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-cockpit {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "B", + "metric": "builtin:service.errors.total.count", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-cockpit {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "C", + "metric": "builtin:service.response.time", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-cockpit {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#f5d30f" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of any errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Response time", + "color": "#fff9d5" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Response Time", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 3040, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.response.server", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-cockpit {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 100000, + "color": "#f5d30f" + }, + { + "value": 1000000, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Requests/min", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 3154, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.requestCount.total:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),entityName.equals(~\"Web requests at comfy-cockpit {{.envLower}}~\")\")))):rate(1m):value:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": false + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "", + "foldTransformation": "TOTAL", + "foldAggregation": "AVG" + } + }, + { + "name": "Failure Rate", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 3268, + "left": 494, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.errors.total.rate", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Web requests at comfy-cockpit {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 0.01, + "color": "#f5d30f" + }, + { + "value": 2, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Background requests at comfy-cockpit", + "nameSize": "", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 3040, + "left": 646, + "width": 456, + "height": 342 + }, + "tileFilter": {}, + "customName": "Data explorer results", + "queries": [ + { + "id": "A", + "metric": "builtin:service.requestCount.total", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-cockpit {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "B", + "metric": "builtin:service.errors.total.count", + "spaceAggregation": "SUM", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-cockpit {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + }, + { + "id": "C", + "metric": "builtin:service.response.time", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-cockpit {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "enabled": true + } + ], + "visualConfig": { + "type": "GRAPH_CHART", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT", + "seriesType": "STACKED_COLUMN" + }, + "seriesOverrides": [ + { + "name": "Request count", + "color": "#f5d30f" + } + ] + }, + { + "matcher": "B:", + "properties": { + "color": "DEFAULT", + "seriesType": "AREA" + }, + "seriesOverrides": [ + { + "name": "Number of any errors", + "color": "#dc172a" + } + ] + }, + { + "matcher": "C:", + "properties": { + "color": "DEFAULT", + "seriesType": "LINE" + }, + "seriesOverrides": [ + { + "name": "Response time", + "color": "#fff9d5" + } + ] + } + ], + "axes": { + "xAxis": { + "displayName": "", + "visible": true + }, + "yAxes": [ + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "LEFT", + "queryIds": [ + "A", + "B" + ], + "defaultAxis": true + }, + { + "displayName": "", + "visible": true, + "min": "AUTO", + "max": "AUTO", + "position": "RIGHT", + "queryIds": [ + "C" + ], + "defaultAxis": true + } + ] + }, + "heatmapSettings": {}, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Response Time", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 3040, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.response.server", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-cockpit {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 100000, + "color": "#f5d30f" + }, + { + "value": 1000000, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + }, + { + "name": "Requests/min", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 3154, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "timeAggregation": "DEFAULT", + "metricSelector": "builtin:service.requestCount.total:filter(and(in(\"dt.entity.service\",entitySelector(\"type(service),entityName.equals(~\"Background requests at comfy-cockpit {{.envLower}}~\")\")))):rate(1m):value:auto:sort(value(sum,descending)):limit(10)", + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": false + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "color": "#f5d30f" + }, + { + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "", + "foldTransformation": "TOTAL", + "foldAggregation": "AVG" + } + }, + { + "name": "Failure Rate", + "nameSize": "small", + "tileType": "DATA_EXPLORER", + "configured": true, + "bounds": { + "top": 3268, + "left": 1102, + "width": 152, + "height": 114 + }, + "tileFilter": {}, + "customName": "Single value", + "queries": [ + { + "id": "A", + "metric": "builtin:service.errors.total.rate", + "spaceAggregation": "AVG", + "timeAggregation": "DEFAULT", + "splitBy": [], + "sortBy": "DESC", + "filterBy": { + "filterOperator": "AND", + "nestedFilters": [ + { + "filter": "dt.entity.service", + "filterType": "NAME", + "filterOperator": "OR", + "entityAttribute": "entityName", + "nestedFilters": [], + "criteria": [ + { + "value": "Background requests at comfy-cockpit {{.envLower}}", + "evaluator": "IN", + "matchExactly": true + } + ] + } + ], + "criteria": [] + }, + "limit": 10, + "enabled": true + } + ], + "visualConfig": { + "type": "SINGLE_VALUE", + "global": { + "hideLegend": false + }, + "rules": [ + { + "matcher": "A:", + "properties": { + "color": "DEFAULT" + }, + "seriesOverrides": [] + } + ], + "axes": { + "xAxis": { + "visible": true + }, + "yAxes": [] + }, + "heatmapSettings": {}, + "singleValueSettings": { + "showTrend": false, + "showSparkLine": false, + "linkTileColorToThreshold": true + }, + "thresholds": [ + { + "axisTarget": "LEFT", + "rules": [ + { + "color": "#7dc540" + }, + { + "value": 0.01, + "color": "#f5d30f" + }, + { + "value": 2, + "color": "#dc172a" + } + ], + "queryId": "", + "visible": true + } + ], + "tableSettings": { + "isThresholdBackgroundAppliedToCell": false + }, + "graphChartSettings": { + "connectNulls": false + }, + "honeycombSettings": {} + }, + "queriesSettings": { + "resolution": "" + } + } + ], + "tilesNameSize": "" +} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml b/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml index d8a1f1f1..9742d47a 100644 --- a/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml +++ b/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml @@ -1186,10 +1186,42 @@ CDcomfyAgentDetails-CN-PROD.CN-Prod: - agent11Health: PrometheusResource - comfy-agent-nautilus - prod #Comfy Service Overview CDcomfyServiceOverview-EMEA-TEST.EMEA-PreProd: + - name: Comfy Service Overview EMEA TEST + - tag: comfy + - env: TEST + - envLower: test CDcomfyServiceOverview-EMEA-INT.EMEA-PreProd: + - name: Comfy Service Overview EMEA INT + - tag: comfy + - env: INT + - envLower: int CDcomfyServiceOverview-EMEA-E2E.EMEA-Prod: + - name: Comfy Service Overview EMEA E2E + - tag: comfy + - env: E2E + - envLower: e2e CDcomfyServiceOverview-EMEA-PROD.EMEA-Prod: + - name: Comfy Service Overview EMEA PROD + - tag: comfy + - env: PROD + - envLower: prod CDcomfyServiceOverview-US-E2E.NA-Prod: + - name: Comfy Service Overview US E2E + - tag: comfy + - env: E2E + - envLower: e2e CDcomfyServiceOverview-US-PROD.NA-Prod: + - name: Comfy Service Overview US PROD + - tag: comfy + - env: PROD + - envLower: prod CDcomfyServiceOverview-CN-E2E.CN-Prod: -CDcomfyServiceOverview-CN-PROD.CN-Prod: \ No newline at end of file + - name: Comfy Service Overview CN E2E + - tag: comfy + - env: E2E + - envLower: e2e +CDcomfyServiceOverview-CN-PROD.CN-Prod: + - name: Comfy Service Overview CN PROD + - tag: comfy + - env: PROD + - envLower: prod \ No newline at end of file