Skip to content

Commit

Permalink
Add cache node ID to Redis alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Sep 20, 2024
1 parent 5b0cd97 commit 08c029e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spire/templates/shared-redis/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Resources:
Dimensions:
- Name: CacheClusterId
Value: !Ref RedisReplicationGroup
- Name: CacheNodeId
Value: "0001"
EvaluationPeriods: 2
MetricName: DatabaseMemoryUsagePercentage
Namespace: AWS/ElastiCache
Expand Down Expand Up @@ -114,6 +116,8 @@ Resources:
Dimensions:
- Name: CacheClusterId
Value: !Ref RedisReplicationGroup
- Name: CacheNodeId
Value: "0001"
EvaluationPeriods: 2
MetricName: DatabaseMemoryUsagePercentage
Namespace: AWS/ElastiCache
Expand Down

0 comments on commit 08c029e

Please sign in to comment.