update admin health page with the application readiness endpoints

This commit is contained in:
Jose Ivan Vargas 2017-05-15 10:40:33 -05:00
parent 43befaf25f
commit e402000b93
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Added application readiness endpoints to the monitoring health check admin
view
merge_request:
author: