File tree Expand file tree Collapse file tree 9 files changed +9
-10
lines changed
Expand file tree Collapse file tree 9 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export interface WatchDynamoTableOptions {
2121 readonly writeCapacityThresholdPercent ?: number ;
2222}
2323
24- export interface WatchDynamoTableProps extends WatchDynamoTableOptions {
24+ export interface WatchDynamoTableProps extends WatchDynamoTableOptions {
2525 readonly title : string ;
2626 readonly watchful : IWatchful ;
2727 readonly table : dynamodb . Table ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const enum ApplicationELBMetrics {
88 TARGET_4XX_COUNT = 'HTTPCode_Target_4XX_Count' ,
99 TARGET_5XX_COUNT = 'HTTPCode_Target_5XX_Count' ,
1010 TargetResponseTime = 'TargetResponseTime' ,
11- RequestCount = 'RequestCount'
11+ RequestCount = 'RequestCount' ,
1212}
1313
1414const enum EcsMetrics {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const enum Metrics {
55 Invocations = 'Invocations' ,
66 Duration = 'Duration' ,
77 Errors = 'Errors' ,
8- Throttles = 'Throttles'
8+ Throttles = 'Throttles' ,
99}
1010
1111const Namespace = 'AWS/Lambda' ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const enum Metrics {
99 BufferCacheHitRatio = 'BufferCacheHitRatio' ,
1010 DatabaseConnections = 'DatabaseConnections' ,
1111 AuroraReplicaLag = 'AuroraReplicaLag' ,
12- CPUUtilization = 'CPUUtilization'
12+ CPUUtilization = 'CPUUtilization' ,
1313}
1414
1515const Namespace = 'AWS/RDS' ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const enum Metrics {
88 MaintenanceMode = 'MaintenanceMode' ,
99 ReadLatency = 'ReadLatency' ,
1010 WriteLatency = 'WriteLatency' ,
11- QueryDuration = 'QueryDuration'
11+ QueryDuration = 'QueryDuration' ,
1212}
1313
1414const Namespace = 'AWS/Redshift' ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const enum Metrics {
55 NumberOfMessagesPublished = 'NumberOfMessagesPublished' ,
66 NumberOfNotificationsDelivered = 'NumberOfNotificationsDelivered' ,
77 NumberOfNotificationsFailed = 'NumberOfNotificationsFailed' ,
8- PublishSize = 'PublishSize'
8+ PublishSize = 'PublishSize' ,
99}
1010
1111const Namespace = 'AWS/SNS' ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const enum Metrics {
55 ApproximateNumberOfMessagesVisible = 'ApproximateNumberOfMessagesVisible' ,
66 NumberOfMessagesSent = 'NumberOfMessagesSent' ,
77 ApproximateAgeOfOldestMessage = 'ApproximateAgeOfOldestMessage' ,
8- SentMessageSize = 'SentMessageSize'
8+ SentMessageSize = 'SentMessageSize' ,
99}
1010
1111const Namespace = 'AWS/SQS' ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const enum Metrics {
77 ExecutionsFailed = 'ExecutionsFailed' ,
88 ExecutionsAborted = 'ExecutionsAborted' ,
99 ExecutionThrottled = 'ExecutionThrottled' ,
10- ExecutionsTimedOut = 'ExecutionsTimedOut'
10+ ExecutionsTimedOut = 'ExecutionsTimedOut' ,
1111}
1212
1313const Namespace = 'AWS/States' ;
Original file line number Diff line number Diff line change 3434 " src/**/*.ts"
3535 ],
3636 "exclude" : [
37- " node_modules" ,
38- " /home/runner/work/cdk-watchful/cdk-watchful/lib/.types-compat"
37+ " node_modules"
3938 ],
4039 "_generated_by_jsii_" : " Generated by jsii - safe to delete, and ideally should be in .gitignore"
4140}
You can’t perform that action at this time.
0 commit comments