Skip to content

Commit 8f7d6f8

Browse files
committed
Add example for ApiGateway v2
1 parent 71ea066 commit 8f7d6f8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

examples/apigwv2.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: v1alpha1
2+
discovery:
3+
jobs:
4+
- type: AWS/ApiGateway
5+
regions:
6+
- us-east-1
7+
period: 300
8+
length: 300
9+
metrics:
10+
- name: Latency
11+
statistics: [Average, Maximum, p95, p99]
12+
- name: Count
13+
statistics: [SampleCount, Sum]
14+
- name: 4XXError
15+
statistics: [Sum]
16+
- name: 5XXError
17+
statistics: [Sum]
18+

0 commit comments

Comments
 (0)