ohwgiles/laminar

Prometheus metrics endpoint

jpds opened this issue · 1 comments

jpds commented

Laminar should have a /metrics endpoint for Prometheus, so that dashboards can be done via Grafana.

I don't have a need for this myself, so I won't be implementing it.

However, if someone submits a minimal PR implementing this I will consider merging it. Anyone trying this will need to add an else if branch to this function, calling back into a new function laminar.getMetrics which should be similar to getStatus