Package io.helidon.dbclient.metrics.jdbc
Class JdbcMetricsSnapshot
- java.lang.Object
-
- org.eclipse.microprofile.metrics.Snapshot
-
- io.helidon.dbclient.metrics.jdbc.JdbcMetricsSnapshot
-
public class JdbcMetricsSnapshot extends org.eclipse.microprofile.metrics.SnapshotMetricSnapshotwrapper for Hikari CP metric.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(OutputStream output)longgetMax()doublegetMean()longgetMin()doublegetStdDev()doublegetValue(double quantile)long[]getValues()intsize()
-
-
-
Method Detail
-
getValue
public double getValue(double quantile)
- Specified by:
getValuein classorg.eclipse.microprofile.metrics.Snapshot
-
getValues
public long[] getValues()
- Specified by:
getValuesin classorg.eclipse.microprofile.metrics.Snapshot
-
size
public int size()
- Specified by:
sizein classorg.eclipse.microprofile.metrics.Snapshot
-
getMax
public long getMax()
- Specified by:
getMaxin classorg.eclipse.microprofile.metrics.Snapshot
-
getMean
public double getMean()
- Specified by:
getMeanin classorg.eclipse.microprofile.metrics.Snapshot
-
getMin
public long getMin()
- Specified by:
getMinin classorg.eclipse.microprofile.metrics.Snapshot
-
getStdDev
public double getStdDev()
- Specified by:
getStdDevin classorg.eclipse.microprofile.metrics.Snapshot
-
dump
public void dump(OutputStream output)
- Specified by:
dumpin classorg.eclipse.microprofile.metrics.Snapshot
-
-