- 02 Sep, 2019 1 commit
-
-
Andreas Brandl authored
This applies to EE queries only. It improves performance of those queries significantly. Related to https://gitlab.com/gitlab-org/gitlab-exporter/issues/58
-
- 22 Aug, 2019 2 commits
-
-
Stan Hu authored
gitlab-monitor is now called gitlab-exporter.
-
Adrien Kohlbecker authored
-
- 31 Jul, 2019 1 commit
-
-
Ahmad Sherif authored
-
- 04 Jun, 2019 1 commit
-
-
Ahmad Sherif authored
-
- 03 Jun, 2019 1 commit
-
-
chiehminw authored
Retreive Sidekiq stats metrics from https://github.com/mperham/sidekiq/blob/v5.2.7/lib/sidekiq/api.rb#L106Signed-off-by:
chiehminw <chiehminw@synology.com>
-
- 24 May, 2019 1 commit
-
-
Ahmad Sherif authored
-
- 02 May, 2019 2 commits
-
-
Ahmad Sherif authored
-
Stan Hu authored
-
- 25 Apr, 2019 2 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Related to https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5313
-
- 17 Apr, 2019 2 commits
-
-
Ahmad Sherif authored
-
Tomasz Maczukin authored
-
- 03 Apr, 2019 3 commits
-
-
Ahmad Sherif authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 14 Mar, 2019 3 commits
-
-
Ahmad Sherif authored
-
Andreas Brandl authored
-
Andreas Brandl authored
We provide sensible defaults for the `server` section for all cases. However, if the `server` part is totally absent from the config file, this fails to provide a default for `memory_threshold`.
-
- 13 Mar, 2019 2 commits
-
-
Andreas Brandl authored
-
Andreas Brandl authored
The queries are largely based on work from https://github.com/ioguix/pgsql-bloat-estimation. Context: https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6178
-
- 06 Mar, 2019 1 commit
-
-
Ahmad Sherif authored
-
- 05 Mar, 2019 1 commit
-
-
Stan Hu authored
This adds an optional `redis_enable_client` config option that will turn off the CLIENT command when talking to the Sidekiq API. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4164
-
- 18 Feb, 2019 1 commit
-
-
Ahmad Sherif authored
-
- 25 Nov, 2018 1 commit
-
-
Stan Hu authored
-
- 21 Nov, 2018 1 commit
-
-
Stan Hu authored
When launched via Ruby, `pgrep` is launched via a shell (e.g. `sh -c pgrep foo bar`). When the `-f` flag is used with pgrep with a regex that has multiple words, it appears that that the shell is always matched. We can work around this issue by getting back the process name and filtering out `sh` from the list. Closes https://gitlab.com/gitlab-org/gitlab-monitor/issues/44
-
- 19 Nov, 2018 1 commit
-
-
Stan Hu authored
-
- 09 Nov, 2018 5 commits
-
-
Ahmad Sherif authored
-
Ben Kochie authored
-
Ben Kochie authored
-
Ben Kochie authored
-
Ben Kochie authored
* Simplify use by reading all stats from `/proc/<pid>/stat`. * Simplify metrics for total resident and virtual bytes. * Use process start time to fit with Prometheus conventions. * Add process CPU seconds metric.
-
- 07 Nov, 2018 4 commits
-
-
Ben Kochie authored
Add a boolean metric for the `paused?`[0] state of each queue. [0]: https://www.rubydoc.info/github/mperham/sidekiq/Sidekiq/Queue
-
Ben Kochie authored
-
Ben Kochie authored
* Fix consistency of `_jobs` as the "type". * Remove extraneous `_count` and `_total` on gauges. * Update README.
-
Ben Kochie authored
Avoid conflict with postgres_exporter `pg_`.
-
- 09 Sep, 2018 1 commit
-
-
Stan Hu authored
As mentioned in https://gitlab.com/gitlab-org/omnibus-gitlab/issues/3772#note_99878357, the version number was not updated.
-
- 17 Jul, 2018 1 commit
-
-
Joel Low authored
-
- 23 May, 2018 2 commits
-
-
Ahmad Sherif authored
-
Douwe Maan authored
Only run pull mirror related queries when `plans` table exists, which means we're running against EE
-