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:
swapnil-signoz
2025-12-15 14:34:39 +05:30
committed by GitHub
parent 925c4c4a3d
commit a9e30919d1
3 changed files with 3193 additions and 1508 deletions

View File

@@ -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",