Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-05-15 18:40:33 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-05-16 19:49:24 +0300
commite402000b938a7f08f7d18a3285abffe281738334 (patch)
tree3cbaca7cd587980ed2e5264a30d0dd428b3fba88 /app/views/admin
parent43befaf25f4f929d01a0af5ef3c2148002be7f4e (diff)
update admin health page with the application readiness endpoints
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/health_check/show.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/admin/health_check/show.html.haml b/app/views/admin/health_check/show.html.haml
index 6a208d76a38..39b1fb33c3c 100644
--- a/app/views/admin/health_check/show.html.haml
+++ b/app/views/admin/health_check/show.html.haml
@@ -34,6 +34,12 @@
%code= health_check_url(token: current_application_settings.health_check_access_token, checks: :database)
%li
%code= health_check_url(token: current_application_settings.health_check_access_token, checks: :migrations)
+ %li
+ %code= readiness_url(token: current_application_settings.health_check_access_token)
+ %li
+ %code= liveness_url(token: current_application_settings.health_check_access_token)
+ %li
+ %code= metrics_url(token: current_application_settings.health_check_access_token)
%hr
.panel.panel-default