Package 

Class DDBenchmarkCounter

  • All Implemented Interfaces:
    com.openobserve.android.internal.profiler.BenchmarkCounter

    
    public final class DDBenchmarkCounter
     implements BenchmarkCounter
                        

    Implementation of BenchmarkCounter for internal benchmarking.

    • Constructor Summary

      Constructors 
      Constructor Description
      DDBenchmarkCounter(LongCounter counter)
    • Method Summary

      Modifier and Type Method Description
      Unit add(Long value, Map<String, String> attributes)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DDBenchmarkCounter

        DDBenchmarkCounter(LongCounter counter)
        Parameters:
        counter - The OpenTelemetry LongCounter instance to be used for recording values.