Skip to content
Snippets Groups Projects
Commit 79405641 authored by Edouard DE BRYE's avatar Edouard DE BRYE
Browse files

refactor dashboard / put errors in same widget

parent edf66705
No related branches found
No related tags found
No related merge requests found
...@@ -37,4 +37,4 @@ terraform.rc ...@@ -37,4 +37,4 @@ terraform.rc
test/ test/
**/node_modules/* **/node_modules/*
.vscode/ .vscode/
vegeta* simulate_constant_use.sh
\ No newline at end of file \ No newline at end of file
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
{ {
"height": 3, "height": 3,
"width": 24, "width": 24,
"y": 15, "y": 9,
"x": 0, "x": 0,
"type": "text", "type": "text",
"properties": { "properties": {
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
{ {
"height": 3, "height": 3,
"width": 24, "width": 24,
"y": 29, "y": 23,
"x": 0, "x": 0,
"type": "text", "type": "text",
"properties": { "properties": {
...@@ -38,15 +38,17 @@ ...@@ -38,15 +38,17 @@
"type": "metric", "type": "metric",
"properties": { "properties": {
"metrics": [ "metrics": [
[ { "expression": "100*(m1/m2)", "label": "Expression1", "id": "e1", "region": "eu-west-1" } ], [ { "expression": "100*(m1/m3)", "label": "Proportion of 5XX errors", "id": "e1", "region": "${aws_region}" } ],
[ "AWS/ApiGateway", "4XXError", "ApiName", "${apigw_name}", "Stage", "${apigw_stage_name}", { "id": "m1", "visible": false } ], [ { "expression": "100*(m2/m3)", "label": "Proportion of 4XX errors", "id": "e2", "region": "${aws_region}" } ],
[ ".", "Count", ".", ".", ".", ".", { "id": "m2", "visible": false } ] [ "AWS/ApiGateway", "5XXError", "ApiName", "${apigw_name}", "Stage", "${apigw_stage_name}", { "id": "m1", "visible": false } ],
[ "AWS/ApiGateway", "4XXError", "ApiName", "${apigw_name}", "Stage", "${apigw_stage_name}", { "id": "m2", "visible": false } ],
[ ".", "Count", ".", ".", ".", ".", { "id": "m3", "visible": false } ]
], ],
"view": "timeSeries", "view": "timeSeries",
"stacked": false, "stacked": false,
"region": "eu-west-1", "region": "${aws_region}",
"period": 60, "period": 60,
"title": "Proportion of 4XX errors", "title": "Request Errors",
"stat": "Sum" "stat": "Sum"
} }
}, },
...@@ -56,26 +58,6 @@ ...@@ -56,26 +58,6 @@
"y": 3, "y": 3,
"x": 12, "x": 12,
"type": "metric", "type": "metric",
"properties": {
"metrics": [
[ { "expression": "100*(m1/m2)", "label": "Expression1", "id": "e1", "region": "eu-west-1" } ],
[ "AWS/ApiGateway", "5XXError", "ApiName", "${apigw_name}", "Stage", "${apigw_stage_name}", { "id": "m1", "visible": false } ],
[ ".", "Count", ".", ".", ".", ".", { "id": "m2", "visible": false } ]
],
"view": "timeSeries",
"stacked": false,
"region": "eu-west-1",
"period": 60,
"title": "Proportion of 5XX errors",
"stat": "Sum"
}
},
{
"height": 6,
"width": 12,
"y": 9,
"x": 0,
"type": "metric",
"properties": { "properties": {
"view": "timeSeries", "view": "timeSeries",
"stacked": false, "stacked": false,
...@@ -91,7 +73,7 @@ ...@@ -91,7 +73,7 @@
{ {
"height": 6, "height": 6,
"width": 12, "width": 12,
"y": 18, "y": 12,
"x": 0, "x": 0,
"type": "metric", "type": "metric",
"properties": { "properties": {
...@@ -109,7 +91,7 @@ ...@@ -109,7 +91,7 @@
{ {
"height": 6, "height": 6,
"width": 12, "width": 12,
"y": 18, "y": 12,
"x": 12, "x": 12,
"type": "metric", "type": "metric",
"properties": { "properties": {
...@@ -127,7 +109,7 @@ ...@@ -127,7 +109,7 @@
{ {
"height": 6, "height": 6,
"width": 12, "width": 12,
"y": 24, "y": 18,
"x": 0, "x": 0,
"type": "metric", "type": "metric",
"properties": { "properties": {
...@@ -145,7 +127,7 @@ ...@@ -145,7 +127,7 @@
{ {
"height": 6, "height": 6,
"width": 12, "width": 12,
"y": 33, "y": 27,
"x": 0, "x": 0,
"type": "metric", "type": "metric",
"properties": { "properties": {
...@@ -162,7 +144,7 @@ ...@@ -162,7 +144,7 @@
{ {
"height": 6, "height": 6,
"width": 12, "width": 12,
"y": 33, "y": 27,
"x": 12, "x": 12,
"type": "metric", "type": "metric",
"properties": { "properties": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment