Package 

Class SamplingRule.PatternMatchSamplingRule

    • Method Summary

      Modifier and Type Method Description
      boolean matches(DDSpan span)
      • Methods inherited from class com.datadog.trace.common.sampling.SamplingRule

        getSampler, matches, sample
      • Methods inherited from class java.lang.Object

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

      • SamplingRule.PatternMatchSamplingRule

        SamplingRule.PatternMatchSamplingRule(String regex, RateSampler sampler)