Class JdbcMetricsGauge<T>

java.lang.Object
io.helidon.dbclient.metrics.jdbc.JdbcMetricsGauge<T>
Type Parameters:
T - the type of the metric's value
All Implemented Interfaces:
Gauge<T>, Metric

public class JdbcMetricsGauge<T> extends Object implements Gauge<T>
Gauge metric wrapper for Hikari CP metric.
  • Method Details

    • getValue

      public T getValue()
      Specified by:
      getValue in interface Gauge<T>