Package 

Interface SpanMetrics


  • 
    public interface SpanMetrics
    
                        

    The core metrics related to a span./

    • Method Summary

      Modifier and Type Method Description
      abstract void onSpanCreated() Increment span created counter.
      abstract void onSpanFinished() Increment span finished counter.
      • Methods inherited from class java.lang.Object

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

      • onSpanCreated

         abstract void onSpanCreated()

        Increment span created counter.

      • onSpanFinished

         abstract void onSpanFinished()

        Increment span finished counter.