Versions in this module Expand all Collapse all v0 v0.31.1 Mar 16, 2021 v0.31.0 Mar 11, 2021 Changes in this version + func New(params output.Params) (output.Output, error) + type Envelope struct + Data interface{} + Metric string + Type string + func WrapSample(sample stats.Sample) Envelope + type Output struct + func (o *Output) Description() string + func (o *Output) Start() error + func (o *Output) Stop() error + type Sample struct + Tags *stats.SampleTags + Time time.Time + Value float64