File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 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- statistics : [Sum]
19- - name : Throttles
20- statistics : [Sum]
21- - name : Duration
22- statistics : [Average, Maximum, Minimum, p90]
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+ statistics : [Sum]
19+ - name : Throttles
20+ statistics : [Sum]
21+ - name : Duration
22+ statistics : [Average, Maximum, Minimum, p90]
You can’t perform that action at this time.
0 commit comments