summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cluster
Commit message (Collapse)AuthorAgeFilesLines
* Monitor only final statesrack-timeout-renameJan Provaznik2019-06-121-2/+21
| | | | | | There is no reason to monitor transition states so we ignore ready and active states. We can get ratio of completed vs failed requests from final states.
* Moved RackTimeout observer to a different locationJan Provaznik2019-06-121-0/+58
| | | | | Because there will be similar observer for PumaWorkerKiller, it makes sense to keep both on better place.
* Add metric for measuring PumaWorkerKiller activityJan Provaznik2019-06-101-0/+27
PumaWorkerKiller is used for periodically checking and killing workers (the biggest one) if overall memory reaches specified limit. This metric allows us to watch number of killed workers.