summaryrefslogtreecommitdiff
path: root/lib/gitlab/health_checks
Commit message (Expand)AuthorAgeFilesLines
* 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