Class JvmAttributeGaugeSet

java.lang.Object
com.codahale.metrics.jvm.JvmAttributeGaugeSet
All Implemented Interfaces:
com.codahale.metrics.Metric, com.codahale.metrics.MetricSet

public class JvmAttributeGaugeSet extends Object implements com.codahale.metrics.MetricSet
A set of gauges for the JVM name, vendor, and uptime.
  • Constructor Details

    • JvmAttributeGaugeSet

      public JvmAttributeGaugeSet()
      Creates a new set of gauges.
    • JvmAttributeGaugeSet

      public JvmAttributeGaugeSet(RuntimeMXBean runtime)
      Creates a new set of gauges with the given RuntimeMXBean.
      Parameters:
      runtime - JVM management interface with access to system properties
  • Method Details

    • getMetrics

      public Map<String,com.codahale.metrics.Metric> getMetrics()
      Specified by:
      getMetrics in interface com.codahale.metrics.MetricSet