From 8f7d6f878b96da2a9dbbd050fadd6bd36b2bf471 Mon Sep 17 00:00:00 2001 From: Thirukumaran Vaseeharan Date: Tue, 8 Oct 2024 11:25:16 -0400 Subject: [PATCH] Add example for ApiGateway v2 --- examples/apigwv2.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/apigwv2.yml diff --git a/examples/apigwv2.yml b/examples/apigwv2.yml new file mode 100644 index 000000000..8b41fcb23 --- /dev/null +++ b/examples/apigwv2.yml @@ -0,0 +1,18 @@ +apiVersion: v1alpha1 +discovery: + jobs: + - type: AWS/ApiGateway + regions: + - us-east-1 + period: 300 + length: 300 + metrics: + - name: Latency + statistics: [Average, Maximum, p95, p99] + - name: Count + statistics: [SampleCount, Sum] + - name: 4XXError + statistics: [Sum] + - name: 5XXError + statistics: [Sum] +