Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean Sidekiq metrics from multiproc dir on start | Aleksei Lipniagov | 2019-08-19 | 1 | -0/+51 |
| | | | | | | | After moving the multiproc dir cleanup into `config.ru`:`warmup`, we stopped cleaning Sidekiq metrics dir which is not correct. This MR intended to fix that. More details: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31668 | ||||
* | Fix pid discovery for Unicorn in PidProvider | Aleksei Lipniagov | 2019-07-26 | 1 | -14/+52 |
| | |||||
* | Fix pid providing for Prometheus | Aleksei Lipniagov | 2019-07-18 | 1 | -0/+79 |
Use relative worker identifier for metrics (instead of Process.pid) and identify when Unicorn/Puma/Sidekiq is used. Previously, it was assumed that all metrics are gathered from Unicorn due to hardcoded implementation which was incorrect. |