Versions in this module Expand all Collapse all v0 v0.1.0 Aug 18, 2026 Changes in this version + type Collector struct + func New(path string, opts ...Option) (*Collector, error) + func (c *Collector) Close() error + func (c *Collector) Counter(key string) stats.Counter + func (c *Collector) Flush() error + func (c *Collector) Gauge(key string) stats.Gauge + func (c *Collector) HLL(key string) stats.HLL + func (c *Collector) Set(key string) stats.Set + func (c *Collector) Timer(key string) stats.Timer + type Option func(*Collector) + func WithAutoFlush(interval time.Duration) Option