MetricsModule exposes prometheus metrics to `/metrics`. This is the standard route for prometheus metrics scrappers.
| 14 | // MetricsModule exposes prometheus metrics to `/metrics`. This is the standard route |
| 15 | // for prometheus metrics scrappers. |
| 16 | type MetricsModule struct{} |
| 17 | |
| 18 | // ProvideHTTP implements container.HTTPProvider |
| 19 | func (m MetricsModule) ProvideHTTP(router *mux.Router) { |
nothing calls this directly
no outgoing calls
no test coverage detected