Versions in this module Expand all Collapse all v0 v0.1.3 Aug 2, 2022 v0.1.2 Jul 29, 2022 Changes in this version + type Config struct + ReportInterval *time.Duration + func (c *Config) SetDefault() + func (c *Config) Verify() error + type Reporter struct + func (s *Reporter) Destroy() error + func (s *Reporter) Info() model.StatInfo + func (s *Reporter) Init(ctx *plugin.InitContext) error + func (s *Reporter) IsEnable(cfg sysconfig.Configuration) bool + func (s *Reporter) Name() string + func (s *Reporter) ReportStat(t model.MetricType, info model.InstanceGauge) error + func (s *Reporter) Start() error + func (s *Reporter) Type() common.Type