Documentation
¶
Index ¶
- Constants
- type Config
- type Input
- func (i *Input) Collect(a api.Accumulator) error
- func (i *Input) ExecuteRequest(bytes []byte) ([]byte, error)
- func (i *Input) GenerateErrorMetrics(a api.Accumulator)
- func (i *Input) GetDefaultPrefix() string
- func (i *Input) NetworkMode() string
- func (i *Input) ProcessResponse(_ interface{}, respBytes []byte, err error, accumulator api.Accumulator) error
- func (i *Input) SerializeRequest() (interface{}, string, []byte, time.Duration, error)
Constants ¶
View Source
const (
HelperInputProxyConfigType = "dialcheck"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Input ¶
type Input struct {
Config *Config
}
func (*Input) GenerateErrorMetrics ¶
func (i *Input) GenerateErrorMetrics(a api.Accumulator)
func (*Input) GetDefaultPrefix ¶
func (*Input) NetworkMode ¶
func (*Input) ProcessResponse ¶
Click to show internal directories.
Click to hide internal directories.