baseplate.go icon indicating copy to clipboard operation
baseplate.go copied to clipboard

Add Prometheus metrics endpoint

Open SuperQ opened this issue 3 years ago • 0 comments

In order to provide support for services being monitored by Prometheus we need to add the ability to configure a Prometheus /metrics endpoint.

The https://github.com/prometheus/client_golang library is recommended.

This would only be useful for registered metrics "tagged" mode.

SuperQ avatar May 24 '21 14:05 SuperQ