6603 lines
162 KiB
JSON
6603 lines
162 KiB
JSON
{
|
|
"metadata": {
|
|
"configurationVersions": [
|
|
6
|
|
],
|
|
"clusterVersion": "1.241.172.20220519-090725"
|
|
},
|
|
"dashboardMetadata": {
|
|
"name": "{{.name}}",
|
|
"shared": false,
|
|
"owner": "Markus.Dlugi@bmw.de",
|
|
"dashboardFilter": {
|
|
"timeframe": "-24h to now"
|
|
},
|
|
"tags": [
|
|
"{{.tag}}",
|
|
"{{.env}}"
|
|
],
|
|
"preset": true
|
|
},
|
|
"tiles": [
|
|
{
|
|
"name": "Agent Details",
|
|
"nameSize": "",
|
|
"tileType": "HEADER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 0,
|
|
"left": 0,
|
|
"width": 1254,
|
|
"height": 38
|
|
},
|
|
"tileFilter": {}
|
|
},
|
|
{
|
|
"name": "Markdown",
|
|
"nameSize": "",
|
|
"tileType": "MARKDOWN",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 38,
|
|
"left": 0,
|
|
"width": 152,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"markdown": "# {{.agent1DisplayName}}"
|
|
},
|
|
{
|
|
"name": "Health",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 38,
|
|
"left": 152,
|
|
"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(~\"{{.agent1Health}}~\")\"))))):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": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": 304,
|
|
"width": 266,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.status.update.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [
|
|
"action-status"
|
|
],
|
|
"sortBy": "DESC",
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent1}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "action-status",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "RUNNING",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "ACCEPTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "TIMED_OUT",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "EXECUTED",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"limit": 10,
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "TOP_LIST",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "TURQUOISE",
|
|
"seriesType": "STACKED_AREA"
|
|
},
|
|
"seriesOverrides": [
|
|
{
|
|
"name": "EXECUTED",
|
|
"color": "#5ead35"
|
|
},
|
|
{
|
|
"name": "TIMED_OUT",
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"name": "Select series",
|
|
"color": "#c41425"
|
|
},
|
|
{
|
|
"name": "ACCEPTED",
|
|
"color": "#9cd575"
|
|
},
|
|
{
|
|
"name": "RUNNING",
|
|
"color": "#7dc540"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"displayName": "",
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"thresholds": [
|
|
{
|
|
"axisTarget": "LEFT",
|
|
"rules": [
|
|
{
|
|
"color": "#7dc540"
|
|
},
|
|
{
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"color": "#dc172a"
|
|
}
|
|
],
|
|
"queryId": "",
|
|
"visible": true
|
|
}
|
|
],
|
|
"tableSettings": {
|
|
"isThresholdBackgroundAppliedToCell": false
|
|
},
|
|
"graphChartSettings": {
|
|
"connectNulls": false
|
|
},
|
|
"honeycombSettings": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Total Triggers",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 38,
|
|
"left": 570,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.dispatched.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "SUM"
|
|
}
|
|
},
|
|
{
|
|
"name": "Average Throughput",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 38,
|
|
"left": 798,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"metricSelector": "comfy.o11n.action.dispatched.count:filter(and(eq(agent,{{.agent1}}),eq(env,{{.env}}))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "AVG"
|
|
}
|
|
},
|
|
{
|
|
"name": "Median Duration",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 38,
|
|
"left": 1026,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.duration",
|
|
"spaceAggregation": "AVG",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "MEDIAN"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown",
|
|
"nameSize": "",
|
|
"tileType": "MARKDOWN",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 228,
|
|
"left": 0,
|
|
"width": 152,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"markdown": "# {{.agent2DisplayName}}"
|
|
},
|
|
{
|
|
"name": "Health",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 228,
|
|
"left": 152,
|
|
"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(~\"{{.agent2Health}}~\")\"))))):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": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": 228,
|
|
"left": 304,
|
|
"width": 266,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.status.update.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [
|
|
"action-status"
|
|
],
|
|
"sortBy": "DESC",
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "action-status",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "RUNNING",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "TIMED_OUT",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "EXECUTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "ACCEPTED",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent2}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"limit": 10,
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "TOP_LIST",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "TURQUOISE",
|
|
"seriesType": "STACKED_AREA"
|
|
},
|
|
"seriesOverrides": [
|
|
{
|
|
"name": "EXECUTED",
|
|
"color": "#5ead35"
|
|
},
|
|
{
|
|
"name": "TIMED_OUT",
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"name": "Select series",
|
|
"color": "#c41425"
|
|
},
|
|
{
|
|
"name": "ACCEPTED",
|
|
"color": "#9cd575"
|
|
},
|
|
{
|
|
"name": "RUNNING",
|
|
"color": "#7dc540"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"displayName": "",
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"thresholds": [
|
|
{
|
|
"axisTarget": "LEFT",
|
|
"rules": [
|
|
{
|
|
"color": "#7dc540"
|
|
},
|
|
{
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"color": "#dc172a"
|
|
}
|
|
],
|
|
"queryId": "",
|
|
"visible": true
|
|
}
|
|
],
|
|
"tableSettings": {
|
|
"isThresholdBackgroundAppliedToCell": false
|
|
},
|
|
"graphChartSettings": {
|
|
"connectNulls": false
|
|
},
|
|
"honeycombSettings": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Total Triggers",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 228,
|
|
"left": 570,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.dispatched.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "SUM"
|
|
}
|
|
},
|
|
{
|
|
"name": "Average Throughput",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 228,
|
|
"left": 798,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"metricSelector": "comfy.o11n.action.dispatched.count:filter(and(eq(agent,{{.agent2}}),eq(env,{{.env}}))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "AVG"
|
|
}
|
|
},
|
|
{
|
|
"name": "Median Duration",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 228,
|
|
"left": 1026,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.duration",
|
|
"spaceAggregation": "AVG",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "MEDIAN"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown",
|
|
"nameSize": "",
|
|
"tileType": "MARKDOWN",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 418,
|
|
"left": 0,
|
|
"width": 152,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"markdown": "# {{.agent3DisplayName}}"
|
|
},
|
|
{
|
|
"name": "Health",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 418,
|
|
"left": 152,
|
|
"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(~\"{{.agent3Health}}~\")\"))))):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": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": 418,
|
|
"left": 304,
|
|
"width": 266,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.status.update.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [
|
|
"action-status"
|
|
],
|
|
"sortBy": "DESC",
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "action-status",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "RUNNING",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "EXECUTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "TIMED_OUT",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "ACCEPTED",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent3}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"limit": 10,
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "TOP_LIST",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "TURQUOISE",
|
|
"seriesType": "STACKED_AREA"
|
|
},
|
|
"seriesOverrides": [
|
|
{
|
|
"name": "EXECUTED",
|
|
"color": "#5ead35"
|
|
},
|
|
{
|
|
"name": "TIMED_OUT",
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"name": "Select series",
|
|
"color": "#c41425"
|
|
},
|
|
{
|
|
"name": "ACCEPTED",
|
|
"color": "#9cd575"
|
|
},
|
|
{
|
|
"name": "RUNNING",
|
|
"color": "#7dc540"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"displayName": "",
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"thresholds": [
|
|
{
|
|
"axisTarget": "LEFT",
|
|
"rules": [
|
|
{
|
|
"color": "#7dc540"
|
|
},
|
|
{
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"color": "#dc172a"
|
|
}
|
|
],
|
|
"queryId": "",
|
|
"visible": true
|
|
}
|
|
],
|
|
"tableSettings": {
|
|
"isThresholdBackgroundAppliedToCell": false
|
|
},
|
|
"graphChartSettings": {
|
|
"connectNulls": false
|
|
},
|
|
"honeycombSettings": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Total Triggers",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 418,
|
|
"left": 570,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.dispatched.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent3}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "SUM"
|
|
}
|
|
},
|
|
{
|
|
"name": "Average Throughput",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 418,
|
|
"left": 798,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"metricSelector": "comfy.o11n.action.dispatched.count:filter(and(eq(agent,{{.agent3}}),eq(env,{{.env}}))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "AVG"
|
|
}
|
|
},
|
|
{
|
|
"name": "Median Duration",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 418,
|
|
"left": 1026,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.duration",
|
|
"spaceAggregation": "AVG",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent3}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "MEDIAN"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown",
|
|
"nameSize": "",
|
|
"tileType": "MARKDOWN",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 608,
|
|
"left": 0,
|
|
"width": 152,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"markdown": "# {{.agent4DisplayName}}"
|
|
},
|
|
{
|
|
"name": "Health",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 608,
|
|
"left": 152,
|
|
"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": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": 608,
|
|
"left": 304,
|
|
"width": 266,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.status.update.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [
|
|
"action-status"
|
|
],
|
|
"sortBy": "DESC",
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "action-status",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "EXECUTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "RUNNING",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "ACCEPTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "TIMED_OUT",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent4}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"limit": 10,
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "TOP_LIST",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "TURQUOISE",
|
|
"seriesType": "STACKED_AREA"
|
|
},
|
|
"seriesOverrides": [
|
|
{
|
|
"name": "EXECUTED",
|
|
"color": "#5ead35"
|
|
},
|
|
{
|
|
"name": "TIMED_OUT",
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"name": "Select series",
|
|
"color": "#c41425"
|
|
},
|
|
{
|
|
"name": "ACCEPTED",
|
|
"color": "#9cd575"
|
|
},
|
|
{
|
|
"name": "RUNNING",
|
|
"color": "#7dc540"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"displayName": "",
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"thresholds": [
|
|
{
|
|
"axisTarget": "LEFT",
|
|
"rules": [
|
|
{
|
|
"color": "#7dc540"
|
|
},
|
|
{
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"color": "#dc172a"
|
|
}
|
|
],
|
|
"queryId": "",
|
|
"visible": true
|
|
}
|
|
],
|
|
"tableSettings": {
|
|
"isThresholdBackgroundAppliedToCell": false
|
|
},
|
|
"graphChartSettings": {
|
|
"connectNulls": false
|
|
},
|
|
"honeycombSettings": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Total Triggers",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 608,
|
|
"left": 570,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.dispatched.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "SUM"
|
|
}
|
|
},
|
|
{
|
|
"name": "Average Throughput",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 608,
|
|
"left": 798,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"metricSelector": "comfy.o11n.action.dispatched.count:filter(and(eq(agent,{{.agent4}}),eq(env,{{.env}}))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "AVG"
|
|
}
|
|
},
|
|
{
|
|
"name": "Median Duration",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 608,
|
|
"left": 1026,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.duration",
|
|
"spaceAggregation": "AVG",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "MEDIAN"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown",
|
|
"nameSize": "",
|
|
"tileType": "MARKDOWN",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 798,
|
|
"left": 0,
|
|
"width": 152,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"markdown": "# {{.agent5DisplayName}}"
|
|
},
|
|
{
|
|
"name": "Health",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 798,
|
|
"left": 152,
|
|
"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": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": 798,
|
|
"left": 304,
|
|
"width": 266,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.status.update.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [
|
|
"action-status"
|
|
],
|
|
"sortBy": "DESC",
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "action-status",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "RUNNING",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "ACCEPTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "TIMED_OUT",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "EXECUTED",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent5}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"limit": 10,
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "TOP_LIST",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "TURQUOISE",
|
|
"seriesType": "STACKED_AREA"
|
|
},
|
|
"seriesOverrides": [
|
|
{
|
|
"name": "EXECUTED",
|
|
"color": "#5ead35"
|
|
},
|
|
{
|
|
"name": "TIMED_OUT",
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"name": "Select series",
|
|
"color": "#c41425"
|
|
},
|
|
{
|
|
"name": "ACCEPTED",
|
|
"color": "#9cd575"
|
|
},
|
|
{
|
|
"name": "RUNNING",
|
|
"color": "#7dc540"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"displayName": "",
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"thresholds": [
|
|
{
|
|
"axisTarget": "LEFT",
|
|
"rules": [
|
|
{
|
|
"color": "#7dc540"
|
|
},
|
|
{
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"color": "#dc172a"
|
|
}
|
|
],
|
|
"queryId": "",
|
|
"visible": true
|
|
}
|
|
],
|
|
"tableSettings": {
|
|
"isThresholdBackgroundAppliedToCell": false
|
|
},
|
|
"graphChartSettings": {
|
|
"connectNulls": false
|
|
},
|
|
"honeycombSettings": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Total Triggers",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 798,
|
|
"left": 570,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.dispatched.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent5}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "SUM"
|
|
}
|
|
},
|
|
{
|
|
"name": "Average Throughput",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 798,
|
|
"left": 798,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"metricSelector": "comfy.o11n.action.dispatched.count:filter(and(eq(agent,{{.agent5}}),eq(env,{{.env}}))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "AVG"
|
|
}
|
|
},
|
|
{
|
|
"name": "Median Duration",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 798,
|
|
"left": 1026,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.duration",
|
|
"spaceAggregation": "AVG",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "MEDIAN"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown",
|
|
"nameSize": "",
|
|
"tileType": "MARKDOWN",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 988,
|
|
"left": 0,
|
|
"width": 152,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"markdown": "# {{.agent6DisplayName}}"
|
|
},
|
|
{
|
|
"name": "Health",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 988,
|
|
"left": 152,
|
|
"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": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": 988,
|
|
"left": 304,
|
|
"width": 266,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.status.update.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [
|
|
"action-status"
|
|
],
|
|
"sortBy": "DESC",
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent6}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "action-status",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "RUNNING",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "ACCEPTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "TIMED_OUT",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "EXECUTED",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"limit": 10,
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "TOP_LIST",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "TURQUOISE",
|
|
"seriesType": "STACKED_AREA"
|
|
},
|
|
"seriesOverrides": [
|
|
{
|
|
"name": "EXECUTED",
|
|
"color": "#5ead35"
|
|
},
|
|
{
|
|
"name": "TIMED_OUT",
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"name": "Select series",
|
|
"color": "#c41425"
|
|
},
|
|
{
|
|
"name": "ACCEPTED",
|
|
"color": "#9cd575"
|
|
},
|
|
{
|
|
"name": "RUNNING",
|
|
"color": "#7dc540"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"displayName": "",
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"thresholds": [
|
|
{
|
|
"axisTarget": "LEFT",
|
|
"rules": [
|
|
{
|
|
"color": "#7dc540"
|
|
},
|
|
{
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"color": "#dc172a"
|
|
}
|
|
],
|
|
"queryId": "",
|
|
"visible": true
|
|
}
|
|
],
|
|
"tableSettings": {
|
|
"isThresholdBackgroundAppliedToCell": false
|
|
},
|
|
"graphChartSettings": {
|
|
"connectNulls": false
|
|
},
|
|
"honeycombSettings": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Total Triggers",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 988,
|
|
"left": 570,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.dispatched.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "SUM"
|
|
}
|
|
},
|
|
{
|
|
"name": "Average Throughput",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 988,
|
|
"left": 798,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"metricSelector": "comfy.o11n.action.dispatched.count:filter(and(eq(agent,{{.agent6}}),eq(env,{{.env}}))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "AVG"
|
|
}
|
|
},
|
|
{
|
|
"name": "Median Duration",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 988,
|
|
"left": 1026,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.duration",
|
|
"spaceAggregation": "AVG",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "MEDIAN"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown",
|
|
"nameSize": "",
|
|
"tileType": "MARKDOWN",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1178,
|
|
"left": 0,
|
|
"width": 152,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"markdown": "# {{.agent7DisplayName}}"
|
|
},
|
|
{
|
|
"name": "Health",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1178,
|
|
"left": 152,
|
|
"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": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": 1178,
|
|
"left": 304,
|
|
"width": 266,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.status.update.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [
|
|
"action-status"
|
|
],
|
|
"sortBy": "DESC",
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent7}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "action-status",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "ACCEPTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "TIMED_OUT",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "EXECUTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "RUNNING",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"limit": 10,
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "TOP_LIST",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "TURQUOISE",
|
|
"seriesType": "STACKED_AREA"
|
|
},
|
|
"seriesOverrides": [
|
|
{
|
|
"name": "EXECUTED",
|
|
"color": "#5ead35"
|
|
},
|
|
{
|
|
"name": "TIMED_OUT",
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"name": "Select series",
|
|
"color": "#c41425"
|
|
},
|
|
{
|
|
"name": "ACCEPTED",
|
|
"color": "#9cd575"
|
|
},
|
|
{
|
|
"name": "RUNNING",
|
|
"color": "#7dc540"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"displayName": "",
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"thresholds": [
|
|
{
|
|
"axisTarget": "LEFT",
|
|
"rules": [
|
|
{
|
|
"color": "#7dc540"
|
|
},
|
|
{
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"color": "#dc172a"
|
|
}
|
|
],
|
|
"queryId": "",
|
|
"visible": true
|
|
}
|
|
],
|
|
"tableSettings": {
|
|
"isThresholdBackgroundAppliedToCell": false
|
|
},
|
|
"graphChartSettings": {
|
|
"connectNulls": false
|
|
},
|
|
"honeycombSettings": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Total Triggers",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1178,
|
|
"left": 570,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.dispatched.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "SUM"
|
|
}
|
|
},
|
|
{
|
|
"name": "Average Throughput",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1178,
|
|
"left": 798,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"metricSelector": "comfy.o11n.action.dispatched.count:filter(and(eq(agent,{{.agent7}}),eq(env,{{.env}}))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "AVG"
|
|
}
|
|
},
|
|
{
|
|
"name": "Median Duration",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1178,
|
|
"left": 1026,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.duration",
|
|
"spaceAggregation": "AVG",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent7}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "MEDIAN"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown",
|
|
"nameSize": "",
|
|
"tileType": "MARKDOWN",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1368,
|
|
"left": 0,
|
|
"width": 152,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"markdown": "# {{.agent8DisplayName}}"
|
|
},
|
|
{
|
|
"name": "Health",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1368,
|
|
"left": 152,
|
|
"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": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": 1368,
|
|
"left": 304,
|
|
"width": 266,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.status.update.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [
|
|
"action-status"
|
|
],
|
|
"sortBy": "DESC",
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent8}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "action-status",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "EXECUTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "ACCEPTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "RUNNING",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "TIMED_OUT",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"limit": 10,
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "TOP_LIST",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "TURQUOISE",
|
|
"seriesType": "STACKED_AREA"
|
|
},
|
|
"seriesOverrides": [
|
|
{
|
|
"name": "EXECUTED",
|
|
"color": "#5ead35"
|
|
},
|
|
{
|
|
"name": "TIMED_OUT",
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"name": "Select series",
|
|
"color": "#c41425"
|
|
},
|
|
{
|
|
"name": "ACCEPTED",
|
|
"color": "#9cd575"
|
|
},
|
|
{
|
|
"name": "RUNNING",
|
|
"color": "#7dc540"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"displayName": "",
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"thresholds": [
|
|
{
|
|
"axisTarget": "LEFT",
|
|
"rules": [
|
|
{
|
|
"color": "#7dc540"
|
|
},
|
|
{
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"color": "#dc172a"
|
|
}
|
|
],
|
|
"queryId": "",
|
|
"visible": true
|
|
}
|
|
],
|
|
"tableSettings": {
|
|
"isThresholdBackgroundAppliedToCell": false
|
|
},
|
|
"graphChartSettings": {
|
|
"connectNulls": false
|
|
},
|
|
"honeycombSettings": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Total Triggers",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1368,
|
|
"left": 570,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.dispatched.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "SUM"
|
|
}
|
|
},
|
|
{
|
|
"name": "Average Throughput",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1368,
|
|
"left": 798,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"metricSelector": "comfy.o11n.action.dispatched.count:filter(and(eq(agent,{{.agent8}}),eq(env,{{.env}}))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "AVG"
|
|
}
|
|
},
|
|
{
|
|
"name": "Median Duration",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1368,
|
|
"left": 1026,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.duration",
|
|
"spaceAggregation": "AVG",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "MEDIAN"
|
|
}
|
|
},
|
|
{
|
|
"name": "Test Agents",
|
|
"nameSize": "",
|
|
"tileType": "HEADER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1558,
|
|
"left": 0,
|
|
"width": 1254,
|
|
"height": 38
|
|
},
|
|
"tileFilter": {}
|
|
},
|
|
{
|
|
"name": "Markdown",
|
|
"nameSize": "",
|
|
"tileType": "MARKDOWN",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1596,
|
|
"left": 0,
|
|
"width": 152,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"markdown": "# {{.agent9DisplayName}}"
|
|
},
|
|
{
|
|
"name": "Health",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1596,
|
|
"left": 152,
|
|
"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": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": 1596,
|
|
"left": 304,
|
|
"width": 266,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.status.update.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [
|
|
"action-status"
|
|
],
|
|
"sortBy": "DESC",
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent9}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "action-status",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "RUNNING",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "EXECUTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "ACCEPTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "TIMED_OUT",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"limit": 10,
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "TOP_LIST",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "TURQUOISE",
|
|
"seriesType": "STACKED_AREA"
|
|
},
|
|
"seriesOverrides": [
|
|
{
|
|
"name": "EXECUTED",
|
|
"color": "#5ead35"
|
|
},
|
|
{
|
|
"name": "TIMED_OUT",
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"name": "Select series",
|
|
"color": "#c41425"
|
|
},
|
|
{
|
|
"name": "ACCEPTED",
|
|
"color": "#9cd575"
|
|
},
|
|
{
|
|
"name": "RUNNING",
|
|
"color": "#7dc540"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"displayName": "",
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"thresholds": [
|
|
{
|
|
"axisTarget": "LEFT",
|
|
"rules": [
|
|
{
|
|
"color": "#7dc540"
|
|
},
|
|
{
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"color": "#dc172a"
|
|
}
|
|
],
|
|
"queryId": "",
|
|
"visible": true
|
|
}
|
|
],
|
|
"tableSettings": {
|
|
"isThresholdBackgroundAppliedToCell": false
|
|
},
|
|
"graphChartSettings": {
|
|
"connectNulls": false
|
|
},
|
|
"honeycombSettings": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Total Triggers",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1596,
|
|
"left": 570,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.dispatched.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "SUM"
|
|
}
|
|
},
|
|
{
|
|
"name": "Average Throughput",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1596,
|
|
"left": 798,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"metricSelector": "comfy.o11n.action.dispatched.count:filter(and(eq(agent,{{.agent9}}),eq(env,{{.env}}))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "AVG"
|
|
}
|
|
},
|
|
{
|
|
"name": "Median Duration",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1596,
|
|
"left": 1026,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.duration",
|
|
"spaceAggregation": "AVG",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent9}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "MEDIAN"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown",
|
|
"nameSize": "",
|
|
"tileType": "MARKDOWN",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1786,
|
|
"left": 0,
|
|
"width": 152,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"markdown": "# {{.agent10DisplayName}}"
|
|
},
|
|
{
|
|
"name": "Health",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1786,
|
|
"left": 152,
|
|
"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": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": 1786,
|
|
"left": 304,
|
|
"width": 266,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.status.update.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [
|
|
"action-status"
|
|
],
|
|
"sortBy": "DESC",
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent10}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "action-status",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "EXECUTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "RUNNING",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "TIMED_OUT",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "ACCEPTED",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"limit": 10,
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "TOP_LIST",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_AREA"
|
|
},
|
|
"seriesOverrides": [
|
|
{
|
|
"name": "EXECUTED",
|
|
"color": "#5ead35"
|
|
},
|
|
{
|
|
"name": "TIMED_OUT",
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"name": "Select series",
|
|
"color": "#c41425"
|
|
},
|
|
{
|
|
"name": "ACCEPTED",
|
|
"color": "#9cd575"
|
|
},
|
|
{
|
|
"name": "RUNNING",
|
|
"color": "#7dc540"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"displayName": "",
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"thresholds": [
|
|
{
|
|
"axisTarget": "LEFT",
|
|
"rules": [
|
|
{
|
|
"color": "#7dc540"
|
|
},
|
|
{
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"color": "#dc172a"
|
|
}
|
|
],
|
|
"queryId": "",
|
|
"visible": true
|
|
}
|
|
],
|
|
"tableSettings": {
|
|
"isThresholdBackgroundAppliedToCell": false
|
|
},
|
|
"graphChartSettings": {
|
|
"connectNulls": false
|
|
},
|
|
"honeycombSettings": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Total Triggers",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1786,
|
|
"left": 570,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.dispatched.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "SUM"
|
|
}
|
|
},
|
|
{
|
|
"name": "Average Throughput",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1786,
|
|
"left": 798,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"metricSelector": "comfy.o11n.action.dispatched.count:filter(and(eq(agent,{{.agent10}}),eq(env,{{.env}}))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "AVG"
|
|
}
|
|
},
|
|
{
|
|
"name": "Median Duration",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1786,
|
|
"left": 1026,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.duration",
|
|
"spaceAggregation": "AVG",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent10}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "MEDIAN"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown",
|
|
"nameSize": "",
|
|
"tileType": "MARKDOWN",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1976,
|
|
"left": 0,
|
|
"width": 152,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"markdown": "# {{.agent11DisplayName}}"
|
|
},
|
|
{
|
|
"name": "Health",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1976,
|
|
"left": 152,
|
|
"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(~\"{{.agent11Health}}~\")\"))))):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": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": 1976,
|
|
"left": 304,
|
|
"width": 266,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.status.update.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [
|
|
"action-status"
|
|
],
|
|
"sortBy": "DESC",
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent11}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "action-status",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "TIMED_OUT",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "ACCEPTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "EXECUTED",
|
|
"evaluator": "EQ"
|
|
},
|
|
{
|
|
"value": "RUNNING",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"limit": 10,
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "TOP_LIST",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "TURQUOISE",
|
|
"seriesType": "STACKED_AREA"
|
|
},
|
|
"seriesOverrides": [
|
|
{
|
|
"name": "EXECUTED",
|
|
"color": "#5ead35"
|
|
},
|
|
{
|
|
"name": "TIMED_OUT",
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"name": "Select series",
|
|
"color": "#c41425"
|
|
},
|
|
{
|
|
"name": "ACCEPTED",
|
|
"color": "#9cd575"
|
|
},
|
|
{
|
|
"name": "RUNNING",
|
|
"color": "#7dc540"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"displayName": "",
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"thresholds": [
|
|
{
|
|
"axisTarget": "LEFT",
|
|
"rules": [
|
|
{
|
|
"color": "#7dc540"
|
|
},
|
|
{
|
|
"color": "#f5d30f"
|
|
},
|
|
{
|
|
"color": "#dc172a"
|
|
}
|
|
],
|
|
"queryId": "",
|
|
"visible": true
|
|
}
|
|
],
|
|
"tableSettings": {
|
|
"isThresholdBackgroundAppliedToCell": false
|
|
},
|
|
"graphChartSettings": {
|
|
"connectNulls": false
|
|
},
|
|
"honeycombSettings": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Total Triggers",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1976,
|
|
"left": 570,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.dispatched.count",
|
|
"spaceAggregation": "SUM",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent11}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "SUM"
|
|
}
|
|
},
|
|
{
|
|
"name": "Average Throughput",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1976,
|
|
"left": 798,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"metricSelector": "comfy.o11n.action.dispatched.count:filter(and(eq(agent,{{.agent11}}),eq(env,{{.env}}))):rate(1m):value:auto:sort(value(avg,descending)):limit(10)",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "AVG"
|
|
}
|
|
},
|
|
{
|
|
"name": "Median Duration",
|
|
"nameSize": "",
|
|
"tileType": "DATA_EXPLORER",
|
|
"configured": true,
|
|
"bounds": {
|
|
"top": 1976,
|
|
"left": 1026,
|
|
"width": 228,
|
|
"height": 190
|
|
},
|
|
"tileFilter": {},
|
|
"customName": "Data explorer results",
|
|
"queries": [
|
|
{
|
|
"id": "A",
|
|
"metric": "comfy.o11n.action.duration",
|
|
"spaceAggregation": "AVG",
|
|
"timeAggregation": "DEFAULT",
|
|
"splitBy": [],
|
|
"filterBy": {
|
|
"filterOperator": "AND",
|
|
"nestedFilters": [
|
|
{
|
|
"filter": "agent",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.agent11}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"filter": "env",
|
|
"filterType": "DIMENSION",
|
|
"filterOperator": "OR",
|
|
"nestedFilters": [],
|
|
"criteria": [
|
|
{
|
|
"value": "{{.env}}",
|
|
"evaluator": "EQ"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"criteria": []
|
|
},
|
|
"enabled": true
|
|
}
|
|
],
|
|
"visualConfig": {
|
|
"type": "SINGLE_VALUE",
|
|
"global": {
|
|
"hideLegend": false
|
|
},
|
|
"rules": [
|
|
{
|
|
"matcher": "A:",
|
|
"unitTransform": "",
|
|
"valueFormat": "auto",
|
|
"properties": {
|
|
"color": "DEFAULT",
|
|
"seriesType": "STACKED_COLUMN"
|
|
},
|
|
"seriesOverrides": []
|
|
}
|
|
],
|
|
"axes": {
|
|
"xAxis": {
|
|
"visible": true
|
|
},
|
|
"yAxes": []
|
|
},
|
|
"heatmapSettings": {
|
|
"yAxis": "VALUE"
|
|
},
|
|
"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": {
|
|
"showHive": true,
|
|
"showLegend": true,
|
|
"showLabels": false
|
|
}
|
|
},
|
|
"queriesSettings": {
|
|
"resolution": "",
|
|
"foldTransformation": "TOTAL",
|
|
"foldAggregation": "MEDIAN"
|
|
}
|
|
}
|
|
]
|
|
} |