Commit e402000b authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

update admin health page with the application readiness endpoints

parent 43befaf2
......@@ -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
......
---
title: Added application readiness endpoints to the monitoring health check admin
view
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment