Skip to content
Snippets Groups Projects
Commit a2ba5a72 authored by Marat Kalibekov's avatar Marat Kalibekov
Browse files

Huge amount of RowExclusiveLocks alert

parent a9fa6ac8
No related branches found
No related tags found
No related merge requests found
## 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.",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment