Versions in this module Expand all Collapse all v0 v0.10.1 Jan 27, 2016 Changes in this version + const DEFAULT_POINT_BUFFER_LIMIT + type Filter struct + Drop []string + IsActive bool + Pass []string + TagDrop []TagFilter + TagPass []TagFilter + func (f Filter) ShouldPass(key string) bool + func (f Filter) ShouldPointPass(point *client.Point) bool + func (f Filter) ShouldTagsPass(tags map[string]string) bool + type InputConfig struct + Filter Filter + Interval time.Duration + MeasurementPrefix string + MeasurementSuffix string + Name string + NameOverride string + Tags map[string]string + type OutputConfig struct + Filter Filter + Name string + type RunningInput struct + Config *InputConfig + Input inputs.Input + Name string + type RunningOutput struct + Config *OutputConfig + Name string + Output outputs.Output + PointBufferLimit int + Quiet bool + func NewRunningOutput(name string, output outputs.Output, conf *OutputConfig) *RunningOutput + func (ro *RunningOutput) AddPoint(point *client.Point) + func (ro *RunningOutput) Write() error + type TagFilter struct + Filter []string + Name string