Versions in this module Expand all Collapse all v0 v0.27.1 Jul 30, 2020 Changes in this version + type Collector struct + Config Config + ProcessTags func(map[string]string) []string + Type string + func (c *Collector) Collect(containers []stats.SampleContainer) + func (c *Collector) GetRequiredSystemTags() stats.SystemTagSet + func (c *Collector) Init() (err error) + func (c *Collector) Link() string + func (c *Collector) Run(ctx context.Context) + func (c *Collector) SetRunStatus(status lib.RunStatus) + type Config struct + Addr null.String + BufferSize null.Int + Namespace null.String + PushInterval types.NullDuration + func NewConfig() Config + func (c Config) Apply(cfg Config) Config + type Sample struct + Metric string + Tags map[string]string + Time time.Time + Type stats.MetricType + Value float64