baseplate.go
baseplate.go copied to clipboard
Add Prometheus metrics endpoint
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.