Class SnapshotAdapter


  • public class SnapshotAdapter
    extends org.eclipse.microprofile.metrics.Snapshot
    • Constructor Detail

      • SnapshotAdapter

        public SnapshotAdapter​(io.micrometer.core.instrument.distribution.HistogramSnapshot histogramSnapshot)
    • Method Detail

      • size

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

        public double 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
      • percentileValues

        public org.eclipse.microprofile.metrics.Snapshot.PercentileValue[] percentileValues()
        Specified by:
        percentileValues in class org.eclipse.microprofile.metrics.Snapshot
      • dump

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