Package 

Class AbstractSampler

    • Method Summary

      Modifier and Type Method Description
      boolean sample(DDSpan span) Sample a collection of traces based on the parent span
      void addSkipTagPattern(String tag, Pattern skipPattern) Pattern based skipping of tag values
      • Methods inherited from class com.datadog.trace.common.sampling.Sampler

        sample
      • Methods inherited from class java.lang.Object

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

      • sample

         boolean sample(DDSpan span)

        Sample a collection of traces based on the parent span

        Parameters:
        span - the parent span with its context