We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ea066 commit eeae495Copy full SHA for eeae495
examples/lambda_edge.yml
@@ -0,0 +1,22 @@
1
+ # We can't configure discovery job for edge lambda function but static works.,he region is always us-east-1.
2
+ # Other regions can be added in use as edge locations
3
+ apiVersion: v1alpha1
4
+ static:
5
+ - name: us-east-1.<edge_lambda_function_name>
6
+ namespace: AWS/Lambda
7
+ regions:
8
+ - eu-central-1
9
+ - us-east-1
10
+ - us-west-2
11
+ - ap-southeast-1
12
+ period: 600
13
+ length: 600
14
+ metrics:
15
+ - name: Invocations
16
+ statistics: [Sum]
17
+ - name: Errors
18
19
+ - name: Throttles
20
21
+ - name: Duration
22
+ statistics: [Average, Maximum, Minimum, p90]
0 commit comments