haproxytech / haproxy-consul-connect

HaProxy Connector for Consul Connect. Enables Service Mesh with Consul and HaProxy using TLS and Consul Discovery
Apache License 2.0
95 stars 20 forks source link

Add /health and /ready endpoint to stats server #69

Closed ShimmerGlass closed 4 years ago

ShimmerGlass commented 4 years ago

In some setup, we'd like to wait until connect is ready before running the app. This PR adds a /ready endpoint that blocks until haproxy is setup. A /health endpoint is also added to monitor that consul connect is running.