package
0.9.0-rc9
Repository: https://github.com/hyperworks/influxdb.git
Documentation: pkg.go.dev

# Functions

NewParser returns a GraphiteParser instance.
NewTCPServer returns a new instance of a TCPServer.
NewUDPServer returns a new instance of a UDPServer.

# Constants

DefaultGraphiteNameSeparator represents the default Graphite field separator.
DefaultGraphitePort represents the default Graphite (Carbon) plaintext port.

# Variables

ErrBindAddressRequired is returned when starting the Server without a TCP or UDP listening address.
ErrDatabaseNotSpecified retuned when no database was specified in the config file.
ErrServerClosed return when closing an already closed graphite server.
ErrServerNotSpecified returned when Server is not specified.

# Structs

Parser encapulates a Graphite Parser.
TCPServer processes Graphite data received over TCP connections.
UDPerver processes Graphite data received via UDP.

# Interfaces

SeriesWriter defines the interface for the destination of the data.