Versions in this module Expand all Collapse all v1 v1.0.1 May 10, 2021 v1.0.0 May 9, 2021 Changes in this version + var DefaultStats = NewStats() + type Stat struct + Errors uint64 + GC uint64 + Memory uint64 + Requests uint64 + Started int64 + Threads uint64 + Timestamp int64 + Uptime int64 + type Stats interface + Read func() ([]*Stat, error) + Record func(error) error + Write func(*Stat) error + func NewStats() Stats Incompatible versions in this module v2.3.0+incompatible May 9, 2021