Class ConnectionPoolGauge

java.lang.Object
io.quarkus.mongodb.metrics.ConnectionPoolGauge
All Implemented Interfaces:
org.eclipse.microprofile.metrics.Gauge<Long>, org.eclipse.microprofile.metrics.Metric

public class ConnectionPoolGauge extends Object implements org.eclipse.microprofile.metrics.Gauge<Long>
  • Constructor Details

    • ConnectionPoolGauge

      public ConnectionPoolGauge()
  • Method Details

    • decrement

      public void decrement()
    • increment

      public void increment()
    • getValue

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