Refactor/aws api gateway dashboard (#9763)
* refactor: updating api gateway dashboard to support multiple types of APIs i.e. REST, HTTP and Websocket.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -94,9 +94,21 @@
|
||||
"unit": "Count",
|
||||
"type": "Gauge"
|
||||
},
|
||||
{ "name": "aws_ApiGateway_Count_max", "unit": "Count", "type": "Gauge" },
|
||||
{ "name": "aws_ApiGateway_Count_min", "unit": "Count", "type": "Gauge" },
|
||||
{ "name": "aws_ApiGateway_Count_sum", "unit": "Count", "type": "Gauge" },
|
||||
{
|
||||
"name": "aws_ApiGateway_Count_max",
|
||||
"unit": "Count",
|
||||
"type": "Gauge"
|
||||
},
|
||||
{
|
||||
"name": "aws_ApiGateway_Count_min",
|
||||
"unit": "Count",
|
||||
"type": "Gauge"
|
||||
},
|
||||
{
|
||||
"name": "aws_ApiGateway_Count_sum",
|
||||
"unit": "Count",
|
||||
"type": "Gauge"
|
||||
},
|
||||
{
|
||||
"name": "aws_ApiGateway_IntegrationLatency_count",
|
||||
"unit": "Milliseconds",
|
||||
|
||||
Reference in New Issue
Block a user