Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.9.0
type Config struct { Filters *filtering.FilterObj Filename *string WriteString func(f *os.File, s string) (ret int, err error) }
Config controls the optional configuration of the csv forwarder
type Forwarder ¶ added in v0.9.0
type Forwarder struct { filtering.FilteredForwarder // contains filtered or unexported fields }
Forwarder prints datapoints to a file
func NewForwarder ¶
NewForwarder creates a new filename forwarder
func (*Forwarder) AddDatapoints ¶ added in v0.9.0
AddDatapoints writes the points to a file
func (*Forwarder) Datapoints ¶ added in v0.9.0
Datapoints returns nothing and exists to satisfy the protocol.Forwarder interface
Click to show internal directories.
Click to hide internal directories.