Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultHTTPPingResponse = http.StatusNoContent DefaultHTTPTimeout = 10 * time.Second DefaultMaxDelayInterval = 10 * time.Second DefaultBatchSizeKB = 512 KB = 1024 MB = 1024 * KB )
Default HTTP settings and a few constants
Variables ¶
View Source
var ErrBufferFull = errors.New("retry buffer full")
ErrBufferFull error indicates that retry buffer is full
Functions ¶
This section is empty.
Types ¶
type HTTP ¶
type HTTP struct {
// contains filtered or unexported fields
}
HTTP is a relay for HTTP influxdb writes
func (*HTTP) Name ¶
Name is the name of the HTTP relay a default name might be generated if it is not specified in the configuration file
Click to show internal directories.
Click to hide internal directories.