Versions in this module Expand all Collapse all v0 v0.0.1 Jul 2, 2024 Changes in this version + const HelperInputProxyConfigType + type Config struct + Host string + Network string + NetworkMode string + Ports []int + Timeout time.Duration + Times int + type Input struct + Config *Config + 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)