Documentation
¶
Index ¶
Constants ¶
View Source
const ( // UDPMaxPacketSize means UDP packet limit, see https://en.wikipedia.org/wiki/User_Datagram_Protocol#Packet_structure UDPMaxPacketSize int = 64 * 1024 // AllowedPendingMessages is the number of UDP messages allowed to queue up, once filled, the statsd server will start dropping packets AllowedPendingMessages = 10000 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Source Files
¶
- aggregator.go
- payload.go
- reporter.go
- statsd.go
Click to show internal directories.
Click to hide internal directories.