Class MBeanGuageImpl

  • All Implemented Interfaces:
    org.eclipse.microprofile.metrics.Gauge<Double>, org.eclipse.microprofile.metrics.Metric

    public class MBeanGuageImpl
    extends Object
    implements org.eclipse.microprofile.metrics.Gauge<Double>
    Implementation of a gauge based off an MBean.
    Since:
    5.193
    Author:
    jonathan coustick
    • Constructor Detail

    • Method Detail

      • getValue

        public Double getValue()
        Specified by:
        getValue in interface org.eclipse.microprofile.metrics.Gauge<Double>