Versions in this module Expand all Collapse all v1 v1.4.6 Feb 25, 2020 Changes in this version + type Collector struct + BuckHashSys metrics.Gauge + CgoCalls metrics.Gauge + Frees metrics.Gauge + GCSys metrics.Gauge + GoRoutines metrics.Gauge + HeapAlloc metrics.Gauge + HeapIdle metrics.Gauge + HeapInuse metrics.Gauge + HeapObjects metrics.Gauge + HeapReleased metrics.Gauge + HeapSys metrics.Gauge + LastGC metrics.Gauge + MCacheInuse metrics.Gauge + MCacheSys metrics.Gauge + MSpanInuse metrics.Gauge + MSpanSys metrics.Gauge + Mallocs metrics.Gauge + NextGC metrics.Gauge + NumForcedGC metrics.Gauge + NumGC metrics.Gauge + OtherSys metrics.Gauge + PauseNs metrics.Gauge + PauseTotalNs metrics.Gauge + StackInuse metrics.Gauge + StackSys metrics.Gauge + ThreadsCreated metrics.Gauge + TotalAlloc metrics.Gauge + func NewCollector(p metrics.Provider) *Collector + func (c *Collector) CollectAndPublish(ticks <-chan time.Time) + func (c *Collector) Publish(stats Stats) + type Stats struct + CgoCalls int64 + GoRoutines int + MemStats runtime.MemStats + ThreadsCreated int + func CollectStats() Stats Incompatible versions in this module v2.0.1+incompatible Feb 26, 2020