Package io.helidon.dbclient.metrics.jdbc
Class JdbcMetricsSnapshot
- java.lang.Object
-
- org.eclipse.microprofile.metrics.Snapshot
-
- io.helidon.dbclient.metrics.jdbc.JdbcMetricsSnapshot
-
-
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()-
Methods inherited from class org.eclipse.microprofile.metrics.Snapshot
get75thPercentile, get95thPercentile, get98thPercentile, get999thPercentile, get99thPercentile, getMedian
-
-
-
-
Method Detail
-
dump
public void dump(OutputStream output)
-
-