Open hubornohub opened 9 months ago
Did you find a solution to know when Monstache goes down? The /healthz
endpoint always returns ok
with status code 200
. https://github.com/rwynn/monstache/blob/6f03294d2caded7d49fc05776f28c6288d2c45ff/monstache.go#L4207
Hi, Currently I’m working on monitoring monstache. Although it has built-in http server but doesn’t expose metrics in Prometheus exposition format. So, I made use of promhttp go library and created custom metrics based on the endpoints like /healthz, /stats etc. But I have a bit confusion here: