You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/conf/config.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ concurrencyConfig:
21
21
accounts:
22
22
- awsAccessKey: ""
23
23
awsSecretKey: ""
24
-
displayAccountName: "Test Gateway"
25
-
regions: ["ap-south-1"]
24
+
displayAccountName: "AppD"
25
+
regions: ["us-west-2"]
26
26
27
27
apiId: []
28
28
29
29
metricsConfig:
30
30
# Global time range configuration, applicable to all the metrics configured below.
31
31
metricsTimeRange:
32
-
startTimeInMinsBeforeNow: 60
32
+
startTimeInMinsBeforeNow: 10
33
33
endTimeInMinsBeforeNow: 0
34
34
# Rate limit ( per second ) for GetMetricStatistics, default value is 400. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_limits.html
0 commit comments