Skip to content

Commit

Permalink
Add playbook for redis memory increase alert (#1124)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored Jun 3, 2024
1 parent 8635bcb commit a7cba01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/gcp/modules/monitoring/infra/alerts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ resource "google_monitoring_alert_policy" "redis_memory_usage" {
display_name = "Redis Memory Usage > 90%"

documentation {
content = "Redis using >90% of max memory. You need to allocate more via Terraform with redis_cluster_memory_size_gb."
content = "Redis using >90% of max memory. Playbook: https://github.com/sigstore/public-good-instance/blob/main/playbooks/alerting/alerts/redis-memory.md"
mime_type = "text/markdown"
}

Expand Down Expand Up @@ -539,7 +539,7 @@ resource "google_monitoring_alert_policy" "redis_out_of_memory" {
display_name = "Redis Out of Memory (99%)"

documentation {
content = "Redis is out of memory. Please investigate and allocate more via Terraform with redis_cluster_memory_size_gb."
content = "Redis is out of memory. Playbook: https://github.com/sigstore/public-good-instance/blob/main/playbooks/alerting/alerts/redis-memory.md"
mime_type = "text/markdown"
}

Expand Down

0 comments on commit a7cba01

Please sign in to comment.