Class JmxReporter.JmxGauge

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Gauge<?> metric  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private JmxGauge​(Gauge<?> metric, javax.management.ObjectName objectName)  
    • Field Detail

      • metric

        private final Gauge<?> metric
    • Constructor Detail

      • JmxGauge

        private JmxGauge​(Gauge<?> metric,
                         javax.management.ObjectName objectName)