rcruzper / express-actuator

Express middleware with endpoints to help you monitor and manage applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add /health endpoint

shumsky opened this issue · comments

Hi,

What do you think about adding /health endpoint like in Sprint Boot 2 (https://docs.spring.io/spring-boot/docs/2.0.0.RC2/actuator-api/html/#health-retrieving)?

I added the /health endpoint just with the status UP, I will try to add some other information as diskSpace or db connection.
Thanks for your suggestion :)