Skip to content

Commit

Permalink
Increase indexer latency alert threshold (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx authored Nov 27, 2024
1 parent 806db47 commit 9a71290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/indexer_monitors/precautionary_monitors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "datadog_monitor_json" "p95_block_processing_rate" {
],
"options": {
"thresholds": {
"critical": 0.75
"critical": 0.9
},
"notify_audit": false,
"require_full_window": false,
Expand Down Expand Up @@ -145,4 +145,4 @@ resource "datadog_monitor_json" "stale_compliance_data" {
"restricted_roles": null
}
EOF
}
}

0 comments on commit 9a71290

Please sign in to comment.