Documentation
¶
Index ¶
- type ActiveMQ
- func (a *ActiveMQ) Gather(acc telegraf.Accumulator) error
- func (a *ActiveMQ) GatherQueuesMetrics(acc telegraf.Accumulator, queues queues)
- func (a *ActiveMQ) GatherSubscribersMetrics(acc telegraf.Accumulator, subscribers subscribers)
- func (a *ActiveMQ) GatherTopicsMetrics(acc telegraf.Accumulator, topics topics)
- func (a *ActiveMQ) GetMetrics(u string) ([]byte, error)
- func (a *ActiveMQ) Init() error
- func (a *ActiveMQ) QueuesURL() string
- func (*ActiveMQ) SampleConfig() string
- func (a *ActiveMQ) SubscribersURL() string
- func (a *ActiveMQ) TopicsURL() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveMQ ¶
type ActiveMQ struct { Server string `toml:"server" deprecated:"1.11.0;use 'url' instead"` Port int `toml:"port" deprecated:"1.11.0;use 'url' instead"` URL string `toml:"url"` Username string `toml:"username"` Password string `toml:"password"` Webadmin string `toml:"webadmin"` ResponseTimeout config.Duration `toml:"response_timeout"` tls.ClientConfig // contains filtered or unexported fields }
func (*ActiveMQ) GatherQueuesMetrics ¶
func (a *ActiveMQ) GatherQueuesMetrics(acc telegraf.Accumulator, queues queues)
func (*ActiveMQ) GatherSubscribersMetrics ¶
func (a *ActiveMQ) GatherSubscribersMetrics(acc telegraf.Accumulator, subscribers subscribers)
func (*ActiveMQ) GatherTopicsMetrics ¶
func (a *ActiveMQ) GatherTopicsMetrics(acc telegraf.Accumulator, topics topics)
func (*ActiveMQ) SampleConfig ¶
func (*ActiveMQ) SubscribersURL ¶
Click to show internal directories.
Click to hide internal directories.