xetys / microservices-sidecar-example

An example of integrating non-jvm applications (rails) into a spring cloud microservice system
38 stars 24 forks source link

Can monitor the data of the project being proxied #1

Open zjw186 opened 8 years ago

zjw186 commented 8 years ago

If i use sidecar to proxy the project, can I do health check, not only the service start or not?

xetys commented 8 years ago

yes you can, but the application must provide it's own healtcheck endpoints on "/health"