Versions in this module Expand all Collapse all v0 v0.2.2 Nov 18, 2015 v0.2.1 Nov 16, 2015 Changes in this version + type Jolokia struct + Context string + Metrics []Metric + Servers []Server + Tags map[string]string + func (j *Jolokia) Description() string + func (j *Jolokia) Gather(acc plugins.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 + Drop []string + Jmx string + Name string + Pass []string + type Server struct + Host string + Name string + Port string