Interface CounterSnapshot


@Internal public interface CounterSnapshot
Represents a snapshot of the counter.
Since:
5.7
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
     
    long
     
  • Method Details

    • getName

      @NonNull String getName()
    • getValue

      long getValue()