summaryrefslogtreecommitdiff
path: root/lib/gitlab/health_checks
Commit message (Expand)AuthorAgeFilesLines
* Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-1/+1
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-082-2/+2
* Add a gRPC health check to ensure Gitaly is upsh-add-gitaly-health-checkStan Hu2018-01-241-0/+53
* Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas2017-09-221-1/+1
* Don't memoize storage configuration on `FsShardsCheck`bvl-transient-failure-health-controller-specBob Van Landuyt2017-09-211-2/+2
* Fix the filesystem shard health check to check all configured shardsNick Thomas2017-09-191-1/+1
* replace `is_successful?` with `successful?`Maxim Rydkin2017-08-296-9/+9
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-2/+19
* add comment explaining use of shell commands and file operations in the same ...Pawel Chojnacki2017-07-271-0/+7
* Remove unnecessary begin/endpawel/ensure_temp_files_are_deleted_in_fs_metrics-35457Pawel Chojnacki2017-07-261-6/+4
* use `.zero?` instead of `== 0`Pawel Chojnacki2017-07-261-4/+4
* Stop abusing subject to store results,Pawel Chojnacki2017-07-261-27/+37
* Fix redis check with_timing method usagePawel Chojnacki2017-07-251-8/+7
* Add Changelog about temp file removal fixPawel Chojnacki2017-07-251-1/+0
* Ensure test files are deleted after testsPawel Chojnacki2017-07-252-28/+45
* Add unit to latency metrics.Ben Kochie2017-07-122-4/+4
* Support multiple Redis instances based on queue typePaul Charlton2017-07-115-25/+120
* Fix invalid Rails.logger call in lib/gitlab/health_checks/fs_shards_check.rbsh-fix-bad-rails-loggerStan Hu2017-07-041-1/+1
* Use key? instead of has_key? methodfix_rubocop_warning_about_has_keyPawel Chojnacki2017-06-071-1/+1
* Make PrometheusTextFormat return proper output terminated with '\n'Pawel Chojnacki2017-06-021-1/+1
* Add missing trailing newlinesPawel Chojnacki2017-06-021-1/+1
* Split the metrics implementation to separate modules for Influx and PrometheusPawel Chojnacki2017-06-021-26/+28
* Add prometheus text formatterPawel Chojnacki2017-06-021-1/+1
* Move Prometheus presentation logic to PrometheusTextPawel Chojnacki2017-06-021-0/+38
* Move helpers to spec file, use const's instead of helper methodsPawel Chojnacki2017-05-251-8/+4
* Fix transient CI errors by increasing command execution timeouts from 1s to 30sPawel Chojnacki2017-05-171-5/+10
* Add /-/readiness /-/liveness and /-/health_metrics endpoints to track applica...Paweł Chojnacki2017-04-077-0/+265