Versions in this module Expand all Collapse all v0 v0.1.0 Jul 3, 2019 Changes in this version + const MaxVersion + const MinVersion + var Debug = os.Getenv("DEBUG_GOVPP_STATS") != "" + var Log = logger.New() + type StatsClient struct + func NewStatsClient(sockAddr string) *StatsClient + func (c *StatsClient) Connect() error + func (c *StatsClient) Disconnect() error + func (c *StatsClient) DumpStats(patterns ...string) (entries []*adapter.StatEntry, err error) + func (c *StatsClient) ListStats(patterns ...string) (statNames []string, err error)