public class JmxCollector
extends io.prometheus.client.Collector
implements io.prometheus.client.Collector.Describable
| 构造器和说明 |
|---|
JmxCollector(String json)
Instantiates a new Jmx collector.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<io.prometheus.client.Collector.MetricFamilySamples> |
collect() |
List<io.prometheus.client.Collector.MetricFamilySamples> |
describe() |
public JmxCollector(String json) throws MalformedObjectNameException
json - the jsonMalformedObjectNameException - the malformed object name exceptionCopyright © 2020 dromara. All rights reserved.