-
- All Implemented Interfaces:
-
com.datadog.trace.api.sampling.SamplingRule
public interface SamplingRule.SpanSamplingRule implements SamplingRule
This interface describes the criteria of a sampling rule that can match against a span.
-
-
Method Summary
Modifier and Type Method Description abstract intgetMaxPerSecond()Gets the limit applied to the rule, using a token bucket limiter. -
-
Method Detail
-
getMaxPerSecond
abstract int getMaxPerSecond()
Gets the limit applied to the rule, using a token bucket limiter.
-
-
-
-