Versions in this module Expand all Collapse all v1 v1.50.0 Sep 24, 2021 v1.41.0 Sep 23, 2021 Changes in this version + var StreamStats *buffer.CircularBuffer + func Enable(enabled bool) + func InitStats(streamStatsSize uint32) error + func IsEnabled() bool + type Stat struct + Metadata []byte + Tags string + Timers []*Timer + func NewStat(tags string) *Stat + func (stat *Stat) AppendTimer(timer *Timer) + func (stat *Stat) NewTimer(tags string) *Timer + type Timer struct + Begin time.Time + End time.Time + GoID int64 + Tags string + func NewTimer(tags string) *Timer + func (timer *Timer) Egress()