summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-05-15 10:40:33 -0500
committerJose Ivan Vargas <jvargas@gitlab.com>2017-05-16 11:49:24 -0500
commite402000b938a7f08f7d18a3285abffe281738334 (patch)
tree3cbaca7cd587980ed2e5264a30d0dd428b3fba88
parent43befaf25f4f929d01a0af5ef3c2148002be7f4e (diff)
downloadgitlab-ce-e402000b938a7f08f7d18a3285abffe281738334.tar.gz
update admin health page with the application readiness endpoints
-rw-r--r--app/views/admin/health_check/show.html.haml6
-rw-r--r--changelogs/unreleased/update-admin-health-page.yml5
2 files changed, 11 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
diff --git a/changelogs/unreleased/update-admin-health-page.yml b/changelogs/unreleased/update-admin-health-page.yml
new file mode 100644
index 00000000000..51aa6682b49
--- /dev/null
+++ b/changelogs/unreleased/update-admin-health-page.yml
@@ -0,0 +1,5 @@
+---
+title: Added application readiness endpoints to the monitoring health check admin
+ view
+merge_request:
+author: