Versions in this module Expand all Collapse all v0 v0.2.93 Dec 5, 2020 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