Class DropwizardDistributionSummary

All Implemented Interfaces:
HistogramSupport, DistributionSummary, Meter

public class DropwizardDistributionSummary extends AbstractDistributionSummary
  • Method Details

    • recordNonNegative

      protected void recordNonNegative(double amount)
      Specified by:
      recordNonNegative in class AbstractDistributionSummary
    • count

      public long count()
      Returns:
      The number of times that record has been called since this timer was created.
    • totalAmount

      public double totalAmount()
      Returns:
      The total amount of all recorded events.
    • max

      public double max()
      Returns:
      The maximum time of a single event.