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

@pcarranza @yorickpeterse @ahanselka there is no runbook and proper description for this alert. Feel free to add proper texts.

It is alert from the issue - https://gitlab.com/gitlab-com/infrastructure/issues/1135

Edited by Seth Itschner

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 ## DB lock alerts
2 ALERT PostgresTooManyRowExclusiveLocks
3 IF sum(pg_locks_count{mode="rowexclusivelock"}) > 100
4 FOR 30m
5 LABELS {severity="critical"}
6 ANNOTATIONS {
7 title="Too many row exclusive locks: {{ $value }}",
8 description="Huge amount of row exclusive locks can result in GitLab.com inavailability. Check http://performance.gitlab.net/dashboard/db/postgres-stats.",
  • Seth Itschner added 176 commits

    added 176 commits

    • a2ba5a72...dc44c56b - 175 commits from branch master
    • 79d44e50 - Huge amount of RowExclusiveLocks alert

    Compare with previous version

  • Seth Itschner unmarked as a Work In Progress

    unmarked as a Work In Progress

  • merged

  • Please register or sign in to reply
    Loading