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 void
dump(OutputStream output)
long
getMax()
double
getMean()
long
getMin()
double
getStdDev()
double
getValue(double quantile)
long[]
getValues()
int
size()
-
Methods inherited from class org.eclipse.microprofile.metrics.Snapshot
get75thPercentile, get95thPercentile, get98thPercentile, get999thPercentile, get99thPercentile, getMedian
-
-
-
-
Method Detail
-
dump
public void dump(OutputStream output)
-
-