Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogThrottleRetryer ¶
type LogThrottleRetryer struct { Log telegraf.Logger client.DefaultRetryer // contains filtered or unexported fields }
func NewLogThrottleRetryer ¶
func NewLogThrottleRetryer(logger telegraf.Logger) *LogThrottleRetryer
func (*LogThrottleRetryer) ShouldRetry ¶
func (r *LogThrottleRetryer) ShouldRetry(req *request.Request) bool
func (*LogThrottleRetryer) Stop ¶
func (r *LogThrottleRetryer) Stop()
Click to show internal directories.
Click to hide internal directories.