Package com.wavefront.agent.preprocessor
Class SpanLimitLengthTransformer
- java.lang.Object
-
- com.wavefront.agent.preprocessor.SpanLimitLengthTransformer
-
- All Implemented Interfaces:
com.google.common.base.Function<wavefront.report.Span,wavefront.report.Span>
,Function<wavefront.report.Span,wavefront.report.Span>
public class SpanLimitLengthTransformer extends Object implements com.google.common.base.Function<wavefront.report.Span,wavefront.report.Span>
-
-
Constructor Summary
Constructors Constructor Description SpanLimitLengthTransformer(String scope, int maxLength, LengthLimitActionType actionSubtype, String patternMatch, boolean firstMatchOnly, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)
-
-
-
Constructor Detail
-
SpanLimitLengthTransformer
public SpanLimitLengthTransformer(@Nonnull String scope, int maxLength, @Nonnull LengthLimitActionType actionSubtype, @Nullable String patternMatch, boolean firstMatchOnly, @Nullable Predicate<wavefront.report.Span> v2Predicate, @Nonnull PreprocessorRuleMetrics ruleMetrics)
-
-