jmx

package
v6.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(base mb.BaseMetricSet) (mb.MetricSet, error)

New create a new instance of the MetricSet

Types

type Attribute

type Attribute struct {
	Attr  string
	Field string
}

type Entry

type Entry struct {
	Request struct {
		Mbean string `json:"mbean"`
	}
	Value map[string]interface{}
}

type JMXMapping

type JMXMapping struct {
	MBean      string
	Attributes []Attribute
}

type MetricSet

type MetricSet struct {
	mb.BaseMetricSet
	// contains filtered or unexported fields
}

MetricSet type defines all fields of the MetricSet

func (*MetricSet) Fetch

func (m *MetricSet) Fetch() (common.MapStr, error)

Fetch methods implements the data gathering and data conversion to the right format

type RequestBlock

type RequestBlock struct {
	Type      string   `json:"type"`
	MBean     string   `json:"mbean"`
	Attribute []string `json:"attribute"`
}

RequestBlock is used to build the request blocks of the following format:

[

{
   "type":"read",
   "mbean":"java.lang:type=Runtime",
   "attribute":[
      "Uptime"
   ]
},
{
   "type":"read",
   "mbean":"java.lang:type=GarbageCollector,name=ConcurrentMarkSweep",
   "attribute":[
      "CollectionTime",
      "CollectionCount"
   ]
}

]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL