-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration aws elasticache redis database capacity usage percentage (#…
…558) * add database capacity unit detector * add database capacity unit detector - fix * add database capacity unit detector - fix * add database capacity unit detector - fix * add database capacity usage detector - fix * add database capacity usage detector - fix * add database capacity usage detector - fix --------- Co-authored-by: Kevin Waget <[email protected]>
- Loading branch information
Showing
6 changed files
with
160 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
modules/integration_aws-elasticache-redis/conf/06-database-capacity-usage.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
module: AWS ElastiCache redis | ||
name: database capacity usage | ||
|
||
transformation: true | ||
aggregation: true | ||
filtering: "filter('namespace', 'AWS/ElastiCache') and filter('stat', 'upper') and filter('CacheNodeId', '*')" | ||
|
||
signals: | ||
signal: | ||
metric: DatabaseCapacityUsagePercentage | ||
|
||
rules: | ||
critical: | ||
threshold: 90 | ||
comparator: ">" | ||
lasting_duration: 10m | ||
major: | ||
threshold: 80 | ||
comparator: ">" | ||
dependency: critical | ||
lasting_duration: 10m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters