From 2e7540c6f996a458c3339a2479c0815f9f6adeab Mon Sep 17 00:00:00 2001 From: "Holomek Christopher; BMW Group" Date: Wed, 22 Feb 2023 11:23:27 +0100 Subject: [PATCH 1/2] [feature] COMFY-830: fix dashboard tiles, which use gauge based metrics. Remove big dashboard which is too slow and not used anyway. --- .../dashboard/CDcomfyCampaignMonitoring.json | 13779 ---------------- .../CD_comfy/dashboard/CDcomfyOverview.json | 4 +- .../CD_comfy/dashboard/dashboard.yaml | 577 - 3 files changed, 2 insertions(+), 14358 deletions(-) delete mode 100644 BMW-Dynatrace-config/CD_comfy/dashboard/CDcomfyCampaignMonitoring.json diff --git a/BMW-Dynatrace-config/CD_comfy/dashboard/CDcomfyCampaignMonitoring.json b/BMW-Dynatrace-config/CD_comfy/dashboard/CDcomfyCampaignMonitoring.json deleted file mode 100644 index 67c7bcbb..00000000 --- a/BMW-Dynatrace-config/CD_comfy/dashboard/CDcomfyCampaignMonitoring.json +++ /dev/null @@ -1,13779 +0,0 @@ -{ - "metadata": { - "configurationVersions": [ - 5 - ], - "clusterVersion": "1.236.111.20220310-162306" - }, - "dashboardMetadata": { - "name": "{{.name}}", - "shared": true, - "owner": "Markus.Dlugi@bmw.de", - "dashboardFilter": { - "timeframe": "-24h to now" - }, - "tags": [ - "{{.tag}}", - "{{.env}}" - ], - "preset": true - }, - "tiles": [ - { - "name": "Overall Campaign Statistics", - "nameSize": "", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 0, - "left": 0, - "width": 1254, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Started Campaigns", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 38, - "left": 0, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Single value", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-orchestration/campaign/v1/campaigns~\")\")))):parents:filter(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\"))):splitBy():sum: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": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#74cff7" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Running Campaigns", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 38, - "left": 266, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Single value", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_runningcampaigns", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [], - "filterBy": { - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "LINE", - "alias": "Comfy_RunningCampaigns" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": false, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#7dc540" - }, - { - "value": 0, - "color": "#74dee6" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "LAST_VALUE" - } - }, - { - "name": "Completed Campaigns", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 38, - "left": 532, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Single value", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_completedcampaigns", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [], - "sortBy": "DESC", - "filterBy": { - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "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": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#9cd575" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Pauses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 38, - "left": 798, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "customName": "Single value", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-orchestration/campaign/v1/campaigns/[UUID]/pause~\")\")))):parents:filter(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\"))):splitBy():sum: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": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#ffee7c" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Resumes", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 38, - "left": 950, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "customName": "Single value", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-orchestration/campaign/v1/campaigns/[UUID]/resume~\")\")))):parents:filter(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\"))):splitBy():sum: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": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#ffa86c" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Stops", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 38, - "left": 1102, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "customName": "Single value", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "builtin:service.keyRequest.errors.server.successCount:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityName.equals(~\"/comfy-orchestration/campaign/v1/campaigns/[UUID]~\")\")))):parents:filter(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\"))):splitBy():sum: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": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#f28289" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Overall Trigger Statistics", - "nameSize": "", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 228, - "left": 0, - "width": 608, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Started Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 266, - "left": 0, - "width": 304, - "height": 190 - }, - "tileFilter": {}, - "customName": "Single value", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_startedtriggers", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "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": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#74cff7" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Completed Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 266, - "left": 304, - "width": 304, - "height": 190 - }, - "tileFilter": {}, - "customName": "Single value", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_completedtriggers", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [], - "sortBy": "DESC", - "filterBy": { - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "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": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#9cd575" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Overall FastLaneTrigger Statistics", - "nameSize": "", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 228, - "left": 646, - "width": 608, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Started FastLaneTriggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 266, - "left": 646, - "width": 304, - "height": 190 - }, - "tileFilter": {}, - "customName": "Single value", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_startedfastlanetriggers", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [], - "sortBy": "DESC", - "filterBy": { - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "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": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#74cff7" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Completed FastLaneTriggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 266, - "left": 950, - "width": 304, - "height": 190 - }, - "tileFilter": {}, - "customName": "Single value", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_completedfastlanetriggers", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [], - "sortBy": "DESC", - "filterBy": { - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "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": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#9cd575" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Status Overview", - "nameSize": "", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 456, - "left": 0, - "width": 1254, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Terminal Vehicle Action Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 494, - "left": 0, - "width": 608, - "height": 304 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "EXECUTED", - "evaluator": "EQ" - }, - { - "value": "TIMED_OUT", - "evaluator": "EQ" - }, - { - "value": "FAILED", - "evaluator": "EQ" - } - ] - }, - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "STACKED_COLUMN", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [ - { - "name": "EXECUTED", - "color": "#5ead35" - }, - { - "name": "TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "FAILED", - "color": "#c41425" - } - ] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [ - { - "displayName": "", - "visible": true, - "min": "AUTO", - "max": "AUTO", - "position": "LEFT", - "queryIds": [ - "A" - ], - "defaultAxis": true - } - ] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Terminal Vehicle Action Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 494, - "left": 608, - "width": 342, - "height": 304 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "EXECUTED", - "evaluator": "EQ" - }, - { - "value": "TIMED_OUT", - "evaluator": "EQ" - }, - { - "value": "FAILED", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "PIE_CHART", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [ - { - "name": "EXECUTED", - "color": "#5ead35" - }, - { - "name": "TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "FAILED", - "color": "#c41425" - } - ] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [ - { - "displayName": "", - "visible": true, - "min": "AUTO", - "max": "AUTO", - "position": "LEFT", - "queryIds": [ - "A" - ], - "defaultAxis": true - } - ] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "All Vehicle Action Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 494, - "left": 950, - "width": 304, - "height": 304 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_AREA" - }, - "seriesOverrides": [ - { - "name": "EXECUTED", - "color": "#5ead35" - }, - { - "name": "TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "FAILED", - "color": "#c41425" - }, - { - "name": "PREPARED", - "color": "#74cff7" - }, - { - "name": "SCHEDULED", - "color": "#14a8f5" - }, - { - "name": "DISPATCHED", - "color": "#008cdb" - }, - { - "name": "ACCEPTED", - "color": "#9cd575" - }, - { - "name": "RUNNING", - "color": "#7dc540" - } - ] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [ - { - "displayName": "", - "visible": true, - "min": "AUTO", - "max": "AUTO", - "position": "LEFT", - "queryIds": [ - "A" - ], - "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": "Agent Overview", - "nameSize": "", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 798, - "left": 0, - "width": 1254, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Dispatched Triggers per Agent", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 836, - "left": 0, - "width": 608, - "height": 304 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidpublish", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "sortBy": "DESC", - "filterBy": { - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "STACKED_COLUMN", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [ - { - "displayName": "", - "visible": true, - "min": "AUTO", - "max": "AUTO", - "position": "LEFT", - "queryIds": [ - "A" - ], - "defaultAxis": true - } - ] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Received Status Updates per Agent", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 836, - "left": 646, - "width": 608, - "height": 304 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidconsume", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "sortBy": "DESC", - "filterBy": { - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "STACKED_COLUMN", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [ - { - "displayName": "", - "visible": true, - "min": "AUTO", - "max": "AUTO", - "position": "LEFT", - "queryIds": [ - "A" - ], - "defaultAxis": true - } - ] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Service Overview - comfy-orchestration", - "nameSize": "", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 1140, - "left": 0, - "width": 1254, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Web requests at comfy-orchestration", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1178, - "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": 1178, - "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": 1292, - "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": 1406, - "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": 1178, - "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": 1178, - "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": 1292, - "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": 1406, - "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": 1520, - "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": 1520, - "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": 1520, - "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": 1786, - "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": 1786, - "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": 1786, - "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": 2052, - "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": 2052, - "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": 2318, - "left": 0, - "width": 1254, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Web requests at comfy-management", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 2356, - "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": 2356, - "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": 2470, - "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": 2584, - "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": 2356, - "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": 2356, - "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": 2470, - "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": 2584, - "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": 2698, - "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": 2698, - "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": 2698, - "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": 2964, - "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": 2964, - "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": 2964, - "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": 3230, - "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": 3230, - "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": 3496, - "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": 3496, - "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": 3762, - "left": 0, - "width": 1254, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Web requests at comfy-agent-registry", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 3800, - "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": 3800, - "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": 3914, - "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": 4028, - "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": 3800, - "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": 3800, - "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": 3914, - "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": 4028, - "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": 4142, - "left": 0, - "width": 1254, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Web requests at comfy-cockpit", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 4180, - "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": 4180, - "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": 4294, - "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": 4408, - "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": 4180, - "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": 4180, - "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": 4294, - "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": 4408, - "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": "" - } - }, - { - "name": "Agent Details", - "nameSize": "", - "tileType": "HEADER", - "configured": true, - "bounds": { - "top": 0, - "left": 1292, - "width": 1254, - "height": 38 - }, - "tileFilter": {} - }, - { - "name": "Markdown", - "nameSize": "", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 38, - "left": 1292, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "markdown": "# {{.agent1DisplayName}}" - }, - { - "name": "Markdown", - "nameSize": "", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 228, - "left": 1292, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "markdown": "# {{.agent2DisplayName}}" - }, - { - "name": "Markdown", - "nameSize": "", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 418, - "left": 1292, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "markdown": "# {{.agent3DisplayName}}" - }, - { - "name": "Markdown", - "nameSize": "", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 608, - "left": 1292, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "markdown": "# {{.agent4DisplayName}}" - }, - { - "name": "Markdown", - "nameSize": "", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 798, - "left": 1292, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "markdown": "# {{.agent5DisplayName}}" - }, - { - "name": "Markdown", - "nameSize": "", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 988, - "left": 1292, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "markdown": "# {{.agent6DisplayName}}" - }, - { - "name": "Markdown", - "nameSize": "", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 1178, - "left": 1292, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "markdown": "# {{.agent7DisplayName}}" - }, - { - "name": "Markdown", - "nameSize": "", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 1368, - "left": 1292, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "markdown": "# {{.agent8DisplayName}}" - }, - { - "name": "Markdown", - "nameSize": "", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 1558, - "left": 1292, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "markdown": "# {{.agent9DisplayName}}" - }, - { - "name": "Markdown", - "nameSize": "", - "tileType": "MARKDOWN", - "configured": true, - "bounds": { - "top": 1748, - "left": 1292, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "markdown": "# {{.agent10DisplayName}}" - }, - { - "name": "Health", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 38, - "left": 1444, - "width": 152, - "height": 190 - }, - "tileFilter": { - "timeframe": "-30m" - }, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "builtin:service.requestCount.server:filter(and(or(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\"),entityName.equals(~\"{{.agent1Health}}~\")\"))))):splitBy(\"dt.entity.service\"):fold:auto:sort(value(sum,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "HONEYCOMB", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "LINE", - "alias": "Success rate (server side)" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "columnId": "Success rate (server side)", - "rules": [ - { - "value": 56, - "color": "#7dc540" - }, - { - "value": 26, - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": { - "showHive": true, - "showLegend": false, - "showLabels": false - } - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Health", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 228, - "left": 1444, - "width": 152, - "height": 190 - }, - "tileFilter": { - "timeframe": "-30m" - }, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "builtin:service.requestCount.server:filter(and(or(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\"),entityName.equals(~\"{{.agent2Health}}~\")\"))))):splitBy(\"dt.entity.service\"):fold:auto:sort(value(sum,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "HONEYCOMB", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "LINE", - "alias": "Success rate (server side)" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "columnId": "Success rate (server side)", - "rules": [ - { - "value": 56, - "color": "#7dc540" - }, - { - "value": 26, - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": { - "showHive": true, - "showLegend": false, - "showLabels": false - } - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Health", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 418, - "left": 1444, - "width": 152, - "height": 190 - }, - "tileFilter": { - "timeframe": "-30m" - }, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "builtin:service.requestCount.server:filter(and(or(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\"),entityName.equals(~\"{{.agent3Health}}~\")\"))))):splitBy(\"dt.entity.service\"):fold:auto:sort(value(sum,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "HONEYCOMB", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "LINE", - "alias": "Success rate (server side)" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "columnId": "Success rate (server side)", - "rules": [ - { - "value": 56, - "color": "#7dc540" - }, - { - "value": 26, - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": { - "showHive": true, - "showLegend": false, - "showLabels": false - } - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Health", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 608, - "left": 1444, - "width": 152, - "height": 190 - }, - "tileFilter": { - "timeframe": "-30m" - }, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "splitBy": [ - "dt.entity.service" - ], - "metricSelector": "builtin:service.requestCount.server:filter(and(or(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\"),entityName.equals(~\"{{.agent4Health}}~\")\"))))):splitBy(\"dt.entity.service\"):fold:auto:sort(value(sum,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "HONEYCOMB", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "valueFormat": "auto", - "properties": { - "color": "DEFAULT", - "seriesType": "LINE", - "alias": "Success rate (server side)" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "columnId": "Success rate (server side)", - "rules": [ - { - "value": 56, - "color": "#7dc540" - }, - { - "value": 26, - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": { - "showHive": true, - "showLegend": false, - "showLabels": false - } - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Health", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 798, - "left": 1444, - "width": 152, - "height": 190 - }, - "tileFilter": { - "timeframe": "-30m" - }, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "splitBy": [ - "dt.entity.service" - ], - "metricSelector": "builtin:service.requestCount.server:filter(and(or(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\"),entityName.equals(~\"{{.agent5Health}}~\")\"))))):splitBy(\"dt.entity.service\"):fold:auto:sort(value(sum,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "HONEYCOMB", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "valueFormat": "auto", - "properties": { - "color": "DEFAULT", - "seriesType": "LINE", - "alias": "Success rate (server side)" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "columnId": "Success rate (server side)", - "rules": [ - { - "value": 56, - "color": "#7dc540" - }, - { - "value": 26, - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": { - "showHive": true, - "showLegend": false, - "showLabels": false - } - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Health", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 988, - "left": 1444, - "width": 152, - "height": 190 - }, - "tileFilter": { - "timeframe": "-30m" - }, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "splitBy": [ - "dt.entity.service" - ], - "metricSelector": "builtin:service.requestCount.server:filter(and(or(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\"),entityName.equals(~\"{{.agent6Health}}~\")\"))))):splitBy(\"dt.entity.service\"):fold:auto:sort(value(sum,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "HONEYCOMB", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "valueFormat": "auto", - "properties": { - "color": "DEFAULT", - "seriesType": "LINE", - "alias": "Success rate (server side)" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "columnId": "Success rate (server side)", - "rules": [ - { - "value": 56, - "color": "#7dc540" - }, - { - "value": 26, - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": { - "showHive": true, - "showLegend": false, - "showLabels": false - } - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Health", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1178, - "left": 1444, - "width": 152, - "height": 190 - }, - "tileFilter": { - "timeframe": "-30m" - }, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "splitBy": [ - "dt.entity.service" - ], - "metricSelector": "builtin:service.requestCount.server:filter(and(or(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\"),entityName.equals(~\"{{.agent7Health}}~\")\"))))):splitBy(\"dt.entity.service\"):fold:auto:sort(value(sum,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "HONEYCOMB", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "valueFormat": "auto", - "properties": { - "color": "DEFAULT", - "seriesType": "LINE", - "alias": "Success rate (server side)" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "columnId": "Success rate (server side)", - "rules": [ - { - "value": 56, - "color": "#7dc540" - }, - { - "value": 26, - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": { - "showHive": true, - "showLegend": false, - "showLabels": false - } - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Health", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1368, - "left": 1444, - "width": 152, - "height": 190 - }, - "tileFilter": { - "timeframe": "-30m" - }, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "splitBy": [ - "dt.entity.service" - ], - "metricSelector": "builtin:service.requestCount.server:filter(and(or(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\"),entityName.equals(~\"{{.agent8Health}}~\")\"))))):splitBy(\"dt.entity.service\"):fold:auto:sort(value(sum,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "HONEYCOMB", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "valueFormat": "auto", - "properties": { - "color": "DEFAULT", - "seriesType": "LINE", - "alias": "Success rate (server side)" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "columnId": "Success rate (server side)", - "rules": [ - { - "value": 56, - "color": "#7dc540" - }, - { - "value": 26, - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": { - "showHive": true, - "showLegend": false, - "showLabels": false - } - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Health", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1558, - "left": 1444, - "width": 152, - "height": 190 - }, - "tileFilter": { - "timeframe": "-30m" - }, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "splitBy": [ - "dt.entity.service" - ], - "metricSelector": "builtin:service.requestCount.server:filter(and(or(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\"),entityName.equals(~\"{{.agent9Health}}~\")\"))))):splitBy(\"dt.entity.service\"):fold:auto:sort(value(sum,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "HONEYCOMB", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "valueFormat": "auto", - "properties": { - "color": "DEFAULT", - "seriesType": "LINE", - "alias": "Success rate (server side)" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "columnId": "Success rate (server side)", - "rules": [ - { - "value": 56, - "color": "#7dc540" - }, - { - "value": 26, - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": { - "showHive": true, - "showLegend": false, - "showLabels": false - } - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Health", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1748, - "left": 1444, - "width": 152, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "splitBy": [ - "dt.entity.service" - ], - "metricSelector": "builtin:service.requestCount.server:filter(and(or(in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\"),entityName.equals(~\"{{.agent10Health}}~\")\"))))):splitBy(\"dt.entity.service\"):fold:auto:sort(value(sum,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "HONEYCOMB", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "valueFormat": "auto", - "properties": { - "color": "DEFAULT", - "seriesType": "LINE", - "alias": "Success rate (server side)" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "columnId": "Success rate (server side)", - "rules": [ - { - "value": 56, - "color": "#7dc540" - }, - { - "value": 26, - "color": "#f5d30f" - }, - { - "value": 0, - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": { - "showHive": true, - "showLegend": false, - "showLabels": false - } - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Agent Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 38, - "left": 1596, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus_agentid", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent : Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent : Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent1}} : ACCEPTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent1}} : RUNNING", - "evaluator": "EQ" - }, - { - "value": "{{.agent1}} : EXECUTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent1}} : FAILED", - "evaluator": "EQ" - }, - { - "value": "{{.agent1}} : TIMED_OUT", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_AREA" - }, - "seriesOverrides": [ - { - "name": "{{.agent1}} : EXECUTED", - "color": "#5ead35" - }, - { - "name": "{{.agent1}} : TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "{{.agent1}} : FAILED", - "color": "#c41425" - }, - { - "name": "{{.agent1}} : ACCEPTED", - "color": "#9cd575" - }, - { - "name": "{{.agent1}} : RUNNING", - "color": "#7dc540" - } - ] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Agent Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 228, - "left": 1596, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus_agentid", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent : Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent : Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent2}} : ACCEPTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent2}} : RUNNING", - "evaluator": "EQ" - }, - { - "value": "{{.agent2}} : EXECUTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent2}} : FAILED", - "evaluator": "EQ" - }, - { - "value": "{{.agent2}} : TIMED_OUT", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_AREA" - }, - "seriesOverrides": [ - { - "name": "{{.agent2}} : EXECUTED", - "color": "#5ead35" - }, - { - "name": "{{.agent2}} : TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "{{.agent2}} : FAILED", - "color": "#c41425" - }, - { - "name": "{{.agent2}} : ACCEPTED", - "color": "#9cd575" - }, - { - "name": "{{.agent2}} : RUNNING", - "color": "#7dc540" - } - ] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Agent Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 418, - "left": 1596, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus_agentid", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent : Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent : Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent3}} : ACCEPTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent3}} : RUNNING", - "evaluator": "EQ" - }, - { - "value": "{{.agent3}} : EXECUTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent3}} : FAILED", - "evaluator": "EQ" - }, - { - "value": "{{.agent3}} : TIMED_OUT", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_AREA" - }, - "seriesOverrides": [ - { - "name": "{{.agent3}} : EXECUTED", - "color": "#5ead35" - }, - { - "name": "{{.agent3}} : TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "{{.agent3}} : FAILED", - "color": "#c41425" - }, - { - "name": "{{.agent3}} : ACCEPTED", - "color": "#9cd575" - }, - { - "name": "{{.agent3}} : RUNNING", - "color": "#7dc540" - } - ] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Agent Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 608, - "left": 1596, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus_agentid", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent : Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent : Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent4}} : ACCEPTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent4}} : RUNNING", - "evaluator": "EQ" - }, - { - "value": "{{.agent4}} : EXECUTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent4}} : FAILED", - "evaluator": "EQ" - }, - { - "value": "{{.agent4}} : TIMED_OUT", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_AREA" - }, - "seriesOverrides": [ - { - "name": "performance : EXECUTED", - "color": "#5ead35" - }, - { - "name": "performance : TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "performance : FAILED", - "color": "#c41425" - }, - { - "name": "performance : ACCEPTED", - "color": "#9cd575" - }, - { - "name": "performance : RUNNING", - "color": "#7dc540" - } - ] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Agent Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 798, - "left": 1596, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus_agentid", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent : Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent : Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent5}} : ACCEPTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent5}} : RUNNING", - "evaluator": "EQ" - }, - { - "value": "{{.agent5}} : EXECUTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent5}} : FAILED", - "evaluator": "EQ" - }, - { - "value": "{{.agent5}} : TIMED_OUT", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_AREA" - }, - "seriesOverrides": [ - { - "name": "performance : EXECUTED", - "color": "#5ead35" - }, - { - "name": "performance : TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "performance : FAILED", - "color": "#c41425" - }, - { - "name": "performance : ACCEPTED", - "color": "#9cd575" - }, - { - "name": "performance : RUNNING", - "color": "#7dc540" - } - ] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Agent Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 988, - "left": 1596, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus_agentid", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent : Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "Agent : Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent6}} : ACCEPTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent6}} : RUNNING", - "evaluator": "EQ" - }, - { - "value": "{{.agent6}} : EXECUTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent6}} : FAILED", - "evaluator": "EQ" - }, - { - "value": "{{.agent6}} : TIMED_OUT", - "evaluator": "EQ" - } - ] - }, - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_AREA" - }, - "seriesOverrides": [ - { - "name": "performance : EXECUTED", - "color": "#5ead35" - }, - { - "name": "performance : TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "performance : FAILED", - "color": "#c41425" - }, - { - "name": "performance : ACCEPTED", - "color": "#9cd575" - }, - { - "name": "performance : RUNNING", - "color": "#7dc540" - } - ] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Agent Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1178, - "left": 1596, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus_agentid", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent : Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "Agent : Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent7}} : ACCEPTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent7}} : RUNNING", - "evaluator": "EQ" - }, - { - "value": "{{.agent7}} : EXECUTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent7}} : FAILED", - "evaluator": "EQ" - }, - { - "value": "{{.agent7}} : TIMED_OUT", - "evaluator": "EQ" - } - ] - }, - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_AREA" - }, - "seriesOverrides": [ - { - "name": "performance : EXECUTED", - "color": "#5ead35" - }, - { - "name": "performance : TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "performance : FAILED", - "color": "#c41425" - }, - { - "name": "performance : ACCEPTED", - "color": "#9cd575" - }, - { - "name": "performance : RUNNING", - "color": "#7dc540" - } - ] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Agent Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1368, - "left": 1596, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus_agentid", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent : Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent : Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent8}} : ACCEPTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent8}} : RUNNING", - "evaluator": "EQ" - }, - { - "value": "{{.agent8}} : EXECUTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent8}} : FAILED", - "evaluator": "EQ" - }, - { - "value": "{{.agent8}} : TIMED_OUT", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_AREA" - }, - "seriesOverrides": [ - { - "name": "performance : EXECUTED", - "color": "#5ead35" - }, - { - "name": "performance : TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "performance : FAILED", - "color": "#c41425" - }, - { - "name": "performance : ACCEPTED", - "color": "#9cd575" - }, - { - "name": "performance : RUNNING", - "color": "#7dc540" - } - ] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Agent Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1558, - "left": 1596, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus_agentid", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent : Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "Agent : Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent9}} : ACCEPTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent9}} : RUNNING", - "evaluator": "EQ" - }, - { - "value": "{{.agent9}} : EXECUTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent9}} : FAILED", - "evaluator": "EQ" - }, - { - "value": "{{.agent9}} : TIMED_OUT", - "evaluator": "EQ" - } - ] - }, - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_AREA" - }, - "seriesOverrides": [ - { - "name": "performance : EXECUTED", - "color": "#5ead35" - }, - { - "name": "performance : TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "performance : FAILED", - "color": "#c41425" - }, - { - "name": "performance : ACCEPTED", - "color": "#9cd575" - }, - { - "name": "performance : RUNNING", - "color": "#7dc540" - } - ] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Agent Statuses", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1748, - "left": 1596, - "width": 266, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_vehicleactionstatus_agentid", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent : Status" - ], - "sortBy": "DESC", - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent : Status", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent10}} : ACCEPTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent10}} : RUNNING", - "evaluator": "EQ" - }, - { - "value": "{{.agent10}} : EXECUTED", - "evaluator": "EQ" - }, - { - "value": "{{.agent10}} : FAILED", - "evaluator": "EQ" - }, - { - "value": "{{.agent10}} : TIMED_OUT", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "limit": 10, - "enabled": true - } - ], - "visualConfig": { - "type": "TOP_LIST", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "TURQUOISE", - "seriesType": "STACKED_AREA" - }, - "seriesOverrides": [ - { - "name": "performance : EXECUTED", - "color": "#5ead35" - }, - { - "name": "performance : TIMED_OUT", - "color": "#f5d30f" - }, - { - "name": "performance : FAILED", - "color": "#c41425" - }, - { - "name": "performance : ACCEPTED", - "color": "#9cd575" - }, - { - "name": "performance : RUNNING", - "color": "#7dc540" - } - ] - } - ], - "axes": { - "xAxis": { - "displayName": "", - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "" - } - }, - { - "name": "Total Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 38, - "left": 1862, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidpublish", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent1}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "SUM" - } - }, - { - "name": "Total Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 228, - "left": 1862, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidpublish", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent2}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "SUM" - } - }, - { - "name": "Total Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 418, - "left": 1862, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidpublish", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent3}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "SUM" - } - }, - { - "name": "Total Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 608, - "left": 1862, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidpublish", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent4}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "SUM" - } - }, - { - "name": "Total Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 798, - "left": 1862, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidpublish", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent5}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "SUM" - } - }, - { - "name": "Total Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 988, - "left": 1862, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidpublish", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent6}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "SUM" - } - }, - { - "name": "Total Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1178, - "left": 1862, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidpublish", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent7}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "SUM" - } - }, - { - "name": "Total Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1368, - "left": 1862, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidpublish", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent8}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "SUM" - } - }, - { - "name": "Total Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1558, - "left": 1862, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidpublish", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent9}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "SUM" - } - }, - { - "name": "Total Triggers", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1748, - "left": 1862, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_agentidpublish", - "spaceAggregation": "SUM", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent10}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "SUM" - } - }, - { - "name": "Average Throughput", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 38, - "left": 2090, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "calc:service.comfy_agentidpublish:filter(and(eq(Agent,{{.agent1}}),in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "AVG" - } - }, - { - "name": "Average Throughput", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 228, - "left": 2090, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "calc:service.comfy_agentidpublish:filter(and(eq(Agent,{{.agent2}}),in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "AVG" - } - }, - { - "name": "Average Throughput", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 418, - "left": 2090, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "calc:service.comfy_agentidpublish:filter(and(eq(Agent,{{.agent3}}),in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "AVG" - } - }, - { - "name": "Average Throughput", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 608, - "left": 2090, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "calc:service.comfy_agentidpublish:filter(and(eq(Agent,{{.agent4}}),in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "AVG" - } - }, - { - "name": "Average Throughput", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 798, - "left": 2090, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "calc:service.comfy_agentidpublish:filter(and(eq(Agent,{{.agent5}}),in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "AVG" - } - }, - { - "name": "Average Throughput", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 988, - "left": 2090, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "calc:service.comfy_agentidpublish:filter(and(eq(Agent,{{.agent6}}),in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "AVG" - } - }, - { - "name": "Average Throughput", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1178, - "left": 2090, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "calc:service.comfy_agentidpublish:filter(and(eq(Agent,{{.agent7}}),in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "AVG" - } - }, - { - "name": "Average Throughput", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1368, - "left": 2090, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "calc:service.comfy_agentidpublish:filter(and(eq(Agent,{{.agent8}}),in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "AVG" - } - }, - { - "name": "Average Throughput", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1558, - "left": 2090, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "calc:service.comfy_agentidpublish:filter(and(eq(Agent,{{.agent9}}),in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "AVG" - } - }, - { - "name": "Average Throughput", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1748, - "left": 2090, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "timeAggregation": "DEFAULT", - "metricSelector": "calc:service.comfy_agentidpublish:filter(and(eq(Agent,{{.agent10}}),in(\"dt.entity.service\",entitySelector(\"type(service),tag(~\"Environment:{{.env}}~\")\")))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)", - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "AVG" - } - }, - { - "name": "Median Duration", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 38, - "left": 2318, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_actionduration", - "spaceAggregation": "AVG", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent1}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "MEDIAN" - } - }, - { - "name": "Median Duration", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 228, - "left": 2318, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_actionduration", - "spaceAggregation": "MEDIAN", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent2}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "MEDIAN" - } - }, - { - "name": "Median Duration", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 418, - "left": 2318, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_actionduration", - "spaceAggregation": "AVG", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent3}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "MEDIAN" - } - }, - { - "name": "Median Duration", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 608, - "left": 2318, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_actionduration", - "spaceAggregation": "AVG", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent4}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "MEDIAN" - } - }, - { - "name": "Median Duration", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 798, - "left": 2318, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_actionduration", - "spaceAggregation": "AVG", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent5}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "MEDIAN" - } - }, - { - "name": "Median Duration", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 988, - "left": 2318, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_actionduration", - "spaceAggregation": "AVG", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent6}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "MEDIAN" - } - }, - { - "name": "Median Duration", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1178, - "left": 2318, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_actionduration", - "spaceAggregation": "AVG", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent7}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "MEDIAN" - } - }, - { - "name": "Median Duration", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1368, - "left": 2318, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_actionduration", - "spaceAggregation": "AVG", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent8}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "MEDIAN" - } - }, - { - "name": "Median Duration", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1558, - "left": 2318, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_actionduration", - "spaceAggregation": "AVG", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent9}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "MEDIAN" - } - }, - { - "name": "Median Duration", - "nameSize": "", - "tileType": "DATA_EXPLORER", - "configured": true, - "bounds": { - "top": 1748, - "left": 2318, - "width": 228, - "height": 190 - }, - "tileFilter": {}, - "customName": "Data explorer results", - "queries": [ - { - "id": "A", - "metric": "calc:service.comfy_actionduration", - "spaceAggregation": "AVG", - "timeAggregation": "DEFAULT", - "splitBy": [ - "Agent" - ], - "filterBy": { - "filterOperator": "AND", - "nestedFilters": [ - { - "filter": "dt.entity.service", - "filterType": "TAG", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "Environment:{{.env}}", - "evaluator": "IN" - } - ] - }, - { - "filter": "Agent", - "filterType": "DIMENSION", - "filterOperator": "OR", - "nestedFilters": [], - "criteria": [ - { - "value": "{{.agent10}}", - "evaluator": "EQ" - } - ] - } - ], - "criteria": [] - }, - "enabled": true - } - ], - "visualConfig": { - "type": "SINGLE_VALUE", - "global": { - "hideLegend": false - }, - "rules": [ - { - "matcher": "A:", - "properties": { - "color": "DEFAULT", - "seriesType": "STACKED_COLUMN" - }, - "seriesOverrides": [] - } - ], - "axes": { - "xAxis": { - "visible": true - }, - "yAxes": [] - }, - "heatmapSettings": {}, - "singleValueSettings": { - "showTrend": true, - "showSparkLine": true, - "linkTileColorToThreshold": true - }, - "thresholds": [ - { - "axisTarget": "LEFT", - "rules": [ - { - "color": "#7dc540" - }, - { - "color": "#f5d30f" - }, - { - "color": "#dc172a" - } - ], - "queryId": "A", - "visible": true - } - ], - "tableSettings": { - "isThresholdBackgroundAppliedToCell": false - }, - "graphChartSettings": { - "connectNulls": false - }, - "honeycombSettings": {} - }, - "queriesSettings": { - "resolution": "", - "foldTransformation": "TOTAL", - "foldAggregation": "MEDIAN" - } - } - ], - "tilesNameSize": "" -} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_comfy/dashboard/CDcomfyOverview.json b/BMW-Dynatrace-config/CD_comfy/dashboard/CDcomfyOverview.json index efc8c07e..16cdc2dc 100644 --- a/BMW-Dynatrace-config/CD_comfy/dashboard/CDcomfyOverview.json +++ b/BMW-Dynatrace-config/CD_comfy/dashboard/CDcomfyOverview.json @@ -137,7 +137,7 @@ { "id": "A", "metric": "comfy.management.campaign.running", - "spaceAggregation": "SUM", + "spaceAggregation": "AVG", "timeAggregation": "DEFAULT", "splitBy": [], "filterBy": { @@ -1503,7 +1503,7 @@ { "id": "A", "metric": "comfy.o11n.action.rescheduled", - "spaceAggregation": "SUM", + "spaceAggregation": "AVG", "timeAggregation": "DEFAULT", "splitBy": [], "sortBy": "DESC", diff --git a/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml b/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml index 5b39a707..41db92ea 100644 --- a/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml +++ b/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml @@ -285,583 +285,6 @@ CDvdmStandard-CN-PROD.CN-Prod: - reliabilityLink: "https://atc.bmwgroup.net/confluence/display/CDRVC/Reliability+Measurement#ReliabilityMeasurement-CampaignManagement(Comfy)" - skipDeployment: "false" -# Comfy Campaign & Health Monitoring Dashboards -CDcomfyCampaignMonitoring-EMEA-TEST: - - name: Comfy Campaign & Health Monitoring EMEA TEST - - tag: comfy - - env: TEST - - envLower: test - - agent1: o11n - - agent1DisplayName: o11n - - agent1Health: "No actual service" - - agent2: o12n - - agent2DisplayName: o12n - - agent2Health: "No actual service" - - agent3: performance - - agent3DisplayName: performance - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: agent9 - - agent9DisplayName: agent9 - - agent9Health: "No actual service" - - agent10: agent10 - - agent10DisplayName: agent10 - - agent10Health: "No actual service" - - skipDeployment: "true" -CDcomfyCampaignMonitoring-EMEA-TEST.EMEA-PreProd: - - name: Comfy Campaign & Health Monitoring EMEA TEST - - tag: comfy - - env: TEST - - envLower: test - - agent1: o11n - - agent1DisplayName: o11n - - agent1Health: "No actual service" - - agent2: o12n - - agent2DisplayName: o12n - - agent2Health: "No actual service" - - agent3: performance - - agent3DisplayName: performance - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: agent9 - - agent9DisplayName: agent9 - - agent9Health: "No actual service" - - agent10: agent10 - - agent10DisplayName: agent10 - - agent10Health: "No actual service" - - skipDeployment: "false" -CDcomfyCampaignMonitoring-EMEA-INT: - - name: Comfy Campaign & Health Monitoring EMEA INT - - tag: comfy - - env: INT - - envLower: int - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - int - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik int - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - int - - skipDeployment: "true" -CDcomfyCampaignMonitoring-EMEA-INT.EMEA-PreProd: - - name: Comfy Campaign & Health Monitoring EMEA INT - - tag: comfy - - env: INT - - envLower: int - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - int - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik int - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - int - - skipDeployment: "false" -CDcomfyCampaignMonitoring-EMEA-E2E: - - name: Comfy Campaign & Health Monitoring EMEA E2E - - tag: comfy - - env: E2E - - envLower: e2e - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - e2e - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik e2e - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - e2e - - skipDeployment: "true" -CDcomfyCampaignMonitoring-EMEA-E2E.EMEA-Prod: - - name: Comfy Campaign & Health Monitoring EMEA E2E - - tag: comfy - - env: E2E - - envLower: e2e - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - e2e - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik e2e - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - e2e - - skipDeployment: "false" -CDcomfyCampaignMonitoring-EMEA-PROD: - - name: Comfy Campaign & Health Monitoring EMEA PROD - - tag: comfy - - env: PROD - - envLower: prod - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - prod - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik prod - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - prod - - skipDeployment: "true" -CDcomfyCampaignMonitoring-EMEA-PROD.EMEA-Prod: - - name: Comfy Campaign & Health Monitoring EMEA PROD - - tag: comfy - - env: PROD - - envLower: prod - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - prod - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik prod - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - prod - - skipDeployment: "false" -CDcomfyCampaignMonitoring-US-E2E: - - name: Comfy Campaign & Health Monitoring US E2E - - tag: comfy - - env: E2E - - envLower: e2e - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - e2e - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik e2e - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - e2e - - skipDeployment: "true" -CDcomfyCampaignMonitoring-US-E2E.NA-Prod: - - name: Comfy Campaign & Health Monitoring US E2E - - tag: comfy - - env: E2E - - envLower: e2e - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - e2e - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik e2e - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - e2e - - skipDeployment: "false" -CDcomfyCampaignMonitoring-US-PROD: - - name: Comfy Campaign & Health Monitoring US PROD - - tag: comfy - - env: PROD - - envLower: prod - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - prod - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik prod - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - prod - - skipDeployment: "true" -CDcomfyCampaignMonitoring-US-PROD.NA-Prod: - - name: Comfy Campaign & Health Monitoring US PROD - - tag: comfy - - env: PROD - - envLower: prod - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - prod - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik prod - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - prod - - skipDeployment: "false" -CDcomfyCampaignMonitoring-CN-E2E: - - name: Comfy Campaign & Health Monitoring CN E2E - - tag: comfy - - env: E2E - - envLower: e2e - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - e2e - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik e2e - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - e2e - - skipDeployment: "true" -CDcomfyCampaignMonitoring-CN-E2E.CN-Prod: - - name: Comfy Campaign & Health Monitoring CN E2E - - tag: comfy - - env: E2E - - envLower: e2e - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - e2e - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik e2e - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - e2e - - skipDeployment: "false" -CDcomfyCampaignMonitoring-CN-PROD: - - name: Comfy Campaign & Health Monitoring CN PROD - - tag: comfy - - env: PROD - - envLower: prod - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - prod - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik prod - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - prod - - skipDeployment: "true" -CDcomfyCampaignMonitoring-CN-PROD.CN-Prod: - - name: Comfy Campaign & Health Monitoring CN PROD - - tag: comfy - - env: PROD - - envLower: prod - - agent1: nots - - agent1DisplayName: NOTS - - agent1Health: PrometheusResource - b2vnots-comfy-agent - prod - - agent2: aad - - agent2DisplayName: AAD - - agent2Health: Android App Distribution - Comfy Agent (/android-app-dist-comfy-agent) - - agent3: agent3 - - agent3DisplayName: agent3 - - agent3Health: "No actual service" - - agent4: agent4 - - agent4DisplayName: agent4 - - agent4Health: "No actual service" - - agent5: agent5 - - agent5DisplayName: agent5 - - agent5Health: "No actual service" - - agent6: agent6 - - agent6DisplayName: agent6 - - agent6Health: "No actual service" - - agent7: agent7 - - agent7DisplayName: agent7 - - agent7Health: "No actual service" - - agent8: agent8 - - agent8DisplayName: agent8 - - agent8Health: "No actual service" - - agent9: sputnik - - agent9DisplayName: Sputnik - - agent9Health: Web requests at comfy-agent-sputnik prod - - agent10: nautilus - - agent10DisplayName: Nautilus - - agent10Health: PrometheusResource - comfy-agent-nautilus - prod - - skipDeployment: "false" # Separate Dashboards # Comfy Overview CDcomfyOverview-EMEA-TEST: From 61cc3fd6b8293870633cc51df7d62928a5e66ab3 Mon Sep 17 00:00:00 2001 From: "Holomek Christopher; BMW Group" Date: Wed, 22 Feb 2023 11:24:49 +0100 Subject: [PATCH 2/2] [feature] COMFY-830: cleanup --- BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml b/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml index 41db92ea..ef5467e6 100644 --- a/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml +++ b/BMW-Dynatrace-config/CD_comfy/dashboard/dashboard.yaml @@ -9,14 +9,6 @@ config: - CDvdmStandard-US-PROD: CDvdmStandardNoReliability.json - CDvdmStandard-CN-E2E: CDvdmStandardNoReliability.json - CDvdmStandard-CN-PROD: CDvdmStandardNoReliability.json -- CDcomfyCampaignMonitoring-EMEA-TEST: CDcomfyCampaignMonitoring.json -- CDcomfyCampaignMonitoring-EMEA-INT: CDcomfyCampaignMonitoring.json -- CDcomfyCampaignMonitoring-EMEA-E2E: CDcomfyCampaignMonitoring.json -- CDcomfyCampaignMonitoring-EMEA-PROD: CDcomfyCampaignMonitoring.json -- CDcomfyCampaignMonitoring-US-E2E: CDcomfyCampaignMonitoring.json -- CDcomfyCampaignMonitoring-US-PROD: CDcomfyCampaignMonitoring.json -- CDcomfyCampaignMonitoring-CN-E2E: CDcomfyCampaignMonitoring.json -- CDcomfyCampaignMonitoring-CN-PROD: CDcomfyCampaignMonitoring.json # Separate Dashboards # Comfy Overview - CDcomfyOverview-EMEA-TEST: CDcomfyOverview.json