Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶ added in v0.8.1
func BufferSize ¶ added in v0.9.0
BufferSize creates option for New contructor
func PickleMaxMessageSize ¶ added in v0.8.1
PickleMaxMessageSize creates option for New contructor
func UDPLogIncomplete ¶ added in v0.8.1
UDPLogIncomplete creates option for New contructor
type Receiver ¶ added in v0.8.1
type Receiver interface { Stop() Name() string Stat(helper.StatCallback) }
type TCP ¶
TCP receive metrics from TCP connections
func (*TCP) HandleConnection ¶ added in v0.8.0
func (*TCP) Stat ¶
func (rcv *TCP) Stat(send helper.StatCallback)
type UDP ¶
UDP receive metrics from UDP socket
func (*UDP) Stat ¶
func (rcv *UDP) Stat(send helper.StatCallback)
Click to show internal directories.
Click to hide internal directories.