Skip to content

Commit

Permalink
Increase replica lag alert params. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau authored Mar 18, 2024
1 parent e166364 commit 0ae7daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/indexer_monitors/precautionary_monitors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "datadog_monitor_json" "rds_read_replica_lag" {
"id": 139995842,
"name": "[${var.environment}] RDS read replica lag is high",
"type": "query alert",
"query": "avg(last_5m):avg:aws.rds.replica_lag{name:*-indexer-apne1-db-read-replica, environment:${var.environment}} > 1",
"query": "avg(last_10m):avg:aws.rds.replica_lag{name:*-indexer-apne1-db-read-replica, environment:${var.environment}} > 2",
"message": "This is not an actionable alert. When this alert fires, that means that the RDS read replica lag is high.\n\n${local.monitor_suffix_literal}",
"tags": [
"team:${var.team}",
Expand Down

0 comments on commit 0ae7daa

Please sign in to comment.