Interface Counter

  • All Superinterfaces:
    Metric

    public interface Counter
    extends Metric
    Counters monitor monotonically increasing values.
    • Method Detail

      • increment

        void increment()
        Increases the counter by one.
      • increment

        void increment​(double amount)
        Increases the counter by the amount.
        Parameters:
        amount - Amount to add to the counter