Versions in this module Expand all Collapse all v0 v0.10.1 Jan 27, 2016 v0.10.0 Jan 9, 2016 Changes in this version + type Jolokia struct + Context string + Metrics []Metric + Servers []Server + func (j *Jolokia) Description() string + func (j *Jolokia) Gather(acc inputs.Accumulator) error + func (j *Jolokia) SampleConfig() string + type JolokiaClient interface + MakeRequest func(req *http.Request) (*http.Response, error) + type JolokiaClientImpl struct + func (c JolokiaClientImpl) MakeRequest(req *http.Request) (*http.Response, error) + type Metric struct + Jmx string + Name string + type Server struct + Host string + Name string + Password string + Port string + Username string