()
| 399 | } |
| 400 | |
| 401 | func (u *Tracker) Handler() http.Handler { |
| 402 | return promhttp.HandlerFor(u.reg, promhttp.HandlerOpts{}) |
| 403 | } |
| 404 | |
| 405 | func (u *Tracker) Describe(chan<- *prometheus.Desc) { |
| 406 | // This runs on startup when registering the tracker. |
no outgoing calls