Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { config.InstanceConfig Addresses string `toml:"addresses"` Timeout int `toml:"timeout"` ClusterName string `toml:"cluster_name"` tls.ClientConfig }
func (*Instance) Gather ¶
func (ins *Instance) Gather(slist *types.SampleList)
type Zookeeper ¶
type Zookeeper struct { config.PluginConfig Instances []*Instance `toml:"instances"` }
func (*Zookeeper) GetInstances ¶
Click to show internal directories.
Click to hide internal directories.