Package 

Interface Sampler


  • 
    public interface Sampler
    
                        

    Main interface to sample a collection of traces.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Sampler.Builder
    • Method Summary

      Modifier and Type Method Description
      abstract boolean sample(DDSpan span) Sample a collection of traces based on the parent span
      • Methods inherited from class java.lang.Object

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

      • sample

         abstract boolean sample(DDSpan span)

        Sample a collection of traces based on the parent span

        Parameters:
        span - the parent span with its context