Class JvmAttributeGaugeSet

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

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

  • 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.
  • Method Details