Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sender ¶
type Sender struct {
// contains filtered or unexported fields
}
Sender is responsible for collecting gauges and sending them in batches to our librato server
var Default *Sender
Default is our default librato collector
func NewSender ¶
func NewSender(waitGroup *sync.WaitGroup, username string, token string, source string, timeout time.Duration) *Sender
NewSender creates a new librato Sender with the passed in parameters
Click to show internal directories.
Click to hide internal directories.