Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAPISenderFailed = errors.New("API sender failed to send the event")
View Source
var ErrDogstatsdSenderFailed = errors.New("DogStatsD sender failed to send the event")
Functions ¶
This section is empty.
Types ¶
type DogstatsdSender ¶
type DogstatsdSender struct {
// contains filtered or unexported fields
}
func NewDogstatsdSender ¶
func NewDogstatsdSender(addr string) (*DogstatsdSender, error)
Click to show internal directories.
Click to hide internal directories.