Skip to content

Commit

Permalink
Updated readme with SQS details
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed May 23, 2021
1 parent 898244d commit 57753c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@ custom:
ComparisonOperator: LessThanThreshold
Statistic: Average
Threshold: 1
SQS:
# approximate age of the oldest message in the queue above threshold: messages aren't processed fast enough
AgeOfOldestMessage:
Statistic: Maximum
enabled: false # Note: this one requires both `enabled: true` and `Threshold: someValue` to be effectively enabled
Threshold: null
# approximate number of messages in flight above threshold (in percentage of hard limit: 120000 for regular queues and 18000 for FIFO queues)
InFlightMessagesPc:
Statistic: Maximum
Threshold: 80 # 80% of 120.000 for regular queues or 80% of 18000 for FIFO queues

dashboard:
timeRange:
Expand Down

0 comments on commit 57753c9

Please sign in to comment.