Package io.helidon.dbclient.metrics.jdbc
Class JdbcMetricsSnapshot
java.lang.Object
org.eclipse.microprofile.metrics.Snapshot
io.helidon.dbclient.metrics.jdbc.JdbcMetricsSnapshot
Metric
Snapshot
wrapper for Hikari CP metric.-
Method Summary
Methods inherited from class org.eclipse.microprofile.metrics.Snapshot
get75thPercentile, get95thPercentile, get98thPercentile, get999thPercentile, get99thPercentile, getMedian
-
Method Details
-
getValue
public double getValue(double quantile) -
getValues
public long[] getValues() -
size
public int size() -
getMax
public long getMax() -
getMean
public double getMean() -
getMin
public long getMin() -
getStdDev
public double getStdDev() -
dump
-