Versions in this module Expand all Collapse all v0 v0.2.1 Jul 12, 2017 Changes in this version + type Plugin struct + SanitizeLabels bool + func New(qChan qtypes.QChan, cfg *config.Config, name string) (Plugin, error) + func (p *Plugin) Connect() + func (p *Plugin) MetricsToBatchPoint(m qtypes.Metric) (pt *client.Point, err error) + func (p *Plugin) NewBatchPoints() client.BatchPoints + func (p *Plugin) Run() + func (p *Plugin) WriteBatch(points client.BatchPoints) client.BatchPoints