Interface DistributionSummaryTracker

All Known Implementing Classes:
MicrometerDistributionSummary

public interface DistributionSummaryTracker
Track the sample distribution of events.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    record(double amount)
    Updates the statistics kept by the summary with the specified amount.
  • Field Details

  • Method Details

    • record

      void record(double amount)
      Updates the statistics kept by the summary with the specified amount.
      Parameters:
      amount - Amount for an event being tracked.