Documentation ¶ Index ¶ func New(params output.Params) (output.Output, error) type Entry type Output func (o *Output) Description() string func (o *Output) Start() error func (o *Output) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(params output.Params) (output.Output, error) Types ¶ type Entry ¶ type Entry struct { Metric string `json:"metric"` Type string `json:"type"` Value float64 `json:"value"` Tags map[string]string `json:"tags"` Time int64 `json:"time"` } type Output ¶ type Output struct { output.SampleBuffer // contains filtered or unexported fields } func (*Output) Description ¶ func (o *Output) Description() string func (*Output) Start ¶ func (o *Output) Start() error func (*Output) Stop ¶ func (o *Output) Stop() error Source Files ¶ View all Source files output.go Click to show internal directories. Click to hide internal directories.