Class JdbcMetricsSnapshot


  • public class JdbcMetricsSnapshot
    extends org.eclipse.microprofile.metrics.Snapshot
    Metric Snapshot wrapper for Hikari CP metric.
    • Method Detail

      • getValue

        public double getValue​(double quantile)
        Specified by:
        getValue in class org.eclipse.microprofile.metrics.Snapshot
      • getValues

        public long[] getValues()
        Specified by:
        getValues in class org.eclipse.microprofile.metrics.Snapshot
      • size

        public int size()
        Specified by:
        size in class org.eclipse.microprofile.metrics.Snapshot
      • getMax

        public long getMax()
        Specified by:
        getMax in class org.eclipse.microprofile.metrics.Snapshot
      • getMean

        public double getMean()
        Specified by:
        getMean in class org.eclipse.microprofile.metrics.Snapshot
      • getMin

        public long getMin()
        Specified by:
        getMin in class org.eclipse.microprofile.metrics.Snapshot
      • getStdDev

        public double getStdDev()
        Specified by:
        getStdDev in class org.eclipse.microprofile.metrics.Snapshot
      • dump

        public void dump​(OutputStream output)
        Specified by:
        dump in class org.eclipse.microprofile.metrics.Snapshot