Versions in this module Expand all Collapse all v0 v0.0.4 Jan 14, 2020 v0.0.2 Jan 14, 2020 Changes in this version + type Stats struct + Counters []*counter + GC string + Memory string + Started int64 + Threads int + func New() *Stats + func (s *Stats) Record(c string, t int) + func (s *Stats) ServeHTTP(h http.Handler) http.Handler + func (s *Stats) Start() error + func (s *Stats) StatsHandler(w http.ResponseWriter, r *http.Request) + func (s *Stats) Stop() error