Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JolokiaProxy ¶
type JolokiaProxy struct { DefaultFieldPrefix string DefaultFieldSeparator string DefaultTagPrefix string URL string `toml:"url"` DefaultTargetPassword string DefaultTargetUsername string Targets []JolokiaProxyTargetConfig `toml:"target"` Username string Password string ResponseTimeout config.Duration `toml:"response_timeout"` tls.ClientConfig Metrics []common.MetricConfig `toml:"metric"` // contains filtered or unexported fields }
func (*JolokiaProxy) Gather ¶
func (jp *JolokiaProxy) Gather(acc telegraf.Accumulator) error
func (*JolokiaProxy) SampleConfig ¶
func (*JolokiaProxy) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.