> Unfortunately the wonderful original C implementation of endlessh only provides text based log, but I do not like the solution that writes extra scripts to parse the log outputs, then exports the results to a dashboard, because it would introduce extra layers in my current setup and it would depend on the format of the text log file rather than some structured data. Thus I create this golang implementation of endlessh to export Prometheus metrics and a Grafana dashboard to visualize them.<p>" I didn't like the logging, so I re-implemented the entire thing."<p>I'm not mocking, I just see this often (and have done it myself!). It's interesting the things we do to get around the little things we don't like.