Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCP ¶
type TCP struct {
// contains filtered or unexported fields
}
TCP is an TCP client structure supporting http operations for the datadog api
func NewTCPClient ¶
NewTCPClient creates a new http client for the datadog api
func (*TCP) Disconnect ¶
Disconnect tries to disconnect from the datadog api
func (*TCP) PostLogEntry ¶
PostLogEntry tries to post the log entry to the Datadog API
func (*TCP) WithMaxRetries ¶
WithMaxRetries configures the max allowed retries to post to the api. Number of retries can't be negative
Click to show internal directories.
Click to hide internal directories.