Skip to content

Add labkit healthcheck with fix

John Cai requested to merge jc-add-labkit-healthcheck-back into master

fixes: #2189 (closed)

It turns out that since we don't have prometheus turned on in CI, the code was never getting exercised. In the starter for prometheus, monitoring.Serve is a blocking call so the bootstrap starter would block forever

Merge request reports