Documentation ¶
Index ¶
Constants ¶
View Source
const (
// CheckName is the name of the check
CheckName = "tcp_queue_length"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TCPQueueLengthCheck ¶
TCPQueueLengthCheck grabs TCP queue length metrics
func (*TCPQueueLengthCheck) Configure ¶
func (t *TCPQueueLengthCheck) Configure(senderManager sender.SenderManager, _ uint64, config, initConfig integration.Data, source string) error
Configure parses the check configuration and init the check
type TCPQueueLengthConfig ¶
type TCPQueueLengthConfig struct {
CollectTCPQueueLength bool `yaml:"collect_tcp_queue_length"`
}
TCPQueueLengthConfig is the config of the TCP Queue Length check
func (*TCPQueueLengthConfig) Parse ¶
func (t *TCPQueueLengthConfig) Parse(data []byte) error
Parse parses the check configuration and init the check
Click to show internal directories.
Click to hide internal directories.