This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
6f1e00ea36
gitlab-org--gitlab-foss
/
app
/
controllers
/
health_check_controller.rb
4 lines
99 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add health_check access token, and enforce on the health_check endpoint Also added a health check page to the admin section for resetting the token.
2016-05-09 19:21:22 -04:00
class
HealthCheckController
<
HealthCheck
::
HealthCheckController
Add /-/readiness /-/liveness and /-/health_metrics endpoints to track application readiness
2017-04-07 06:27:15 -04:00
include
RequiresHealthToken
Add health_check access token, and enforce on the health_check endpoint Also added a health check page to the admin section for resetting the token.
2016-05-09 19:21:22 -04:00
end
Copy permalink