Skip to content
Snippets Groups Projects

Huge amount of RowExclusiveLocks alert

Merged username-removed-475751 requested to merge mk-db-locks-alert into master
1 unresolved thread
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
 
## DB lock alerts
 
ALERT PostgresTooManyRowExclusiveLocks
 
IF sum(pg_locks_count{mode="rowexclusivelock"}) > 100
 
FOR 30m
 
LABELS {severity="critical"}
 
ANNOTATIONS {
 
title="Too many row exclusive locks: {{ $value }}",
 
description="Huge amount of row exclusive locks can result in GitLab.com inavailability. Check http://performance.gitlab.net/dashboard/db/postgres-stats.",
Please register or sign in to reply
 
}
Loading