Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionManager ¶
type ConnectionManager struct {
// contains filtered or unexported fields
}
A ConnectionManager manages connections
func NewConnectionManager ¶
func NewConnectionManager(ddURL string, ddPort int, devModeNoSSL bool) *ConnectionManager
NewConnectionManager returns an initialized ConnectionManager
func (*ConnectionManager) CloseConnection ¶
func (cm *ConnectionManager) CloseConnection(conn net.Conn)
CloseConnection closes a connection on the client side
func (*ConnectionManager) NewConnection ¶
func (cm *ConnectionManager) NewConnection() net.Conn
NewConnection returns an initialized connection to the intake. It blocks until a connection is available
type Sender ¶
type Sender struct {
// contains filtered or unexported fields
}
A Sender sends messages from an inputChan to datadog's intake, handling connections and retries
Click to show internal directories.
Click to hide internal directories.