Skip to content

Commit

Permalink
Add example for ApiGateway v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyharan committed Jan 21, 2025
1 parent 71ea066 commit 8f7d6f8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/apigwv2.yml
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 8f7d6f8

Please sign in to comment.