public class JvmAttributeGaugeSet extends Object implements io.dropwizard.metrics5.MetricSet
| Constructor and Description |
|---|
JvmAttributeGaugeSet()
Creates a new set of gauges.
|
JvmAttributeGaugeSet(RuntimeMXBean runtime)
Creates a new set of gauges with the given
RuntimeMXBean. |
| Modifier and Type | Method and Description |
|---|---|
Map<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Metric> |
getMetrics() |
public JvmAttributeGaugeSet()
public JvmAttributeGaugeSet(RuntimeMXBean runtime)
RuntimeMXBean.runtime - JVM management interface with access to system propertiespublic Map<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Metric> getMetrics()
getMetrics in interface io.dropwizard.metrics5.MetricSetCopyright © 2018. All Rights Reserved.