Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JMXMapping ¶
type MetricSet ¶
type MetricSet struct { mb.BaseMetricSet // contains filtered or unexported fields }
MetricSet type defines all fields of the MetricSet
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" ] }
]
Click to show internal directories.
Click to hide internal directories.