Package com.wavefront.agent.preprocessor
Class SpanSanitizeTransformer
- java.lang.Object
-
- com.wavefront.agent.preprocessor.SpanSanitizeTransformer
-
- All Implemented Interfaces:
com.google.common.base.Function<wavefront.report.Span,wavefront.report.Span>
,Function<wavefront.report.Span,wavefront.report.Span>
public class SpanSanitizeTransformer extends Object implements com.google.common.base.Function<wavefront.report.Span,wavefront.report.Span>
Sanitize spans (e.g., span source and tag keys) according to the same rules that are applied at the SDK-level.- Author:
- Han Zhang ([email protected])
-
-
Constructor Summary
Constructors Constructor Description SpanSanitizeTransformer(PreprocessorRuleMetrics ruleMetrics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable wavefront.report.Span
apply(@Nullable wavefront.report.Span span)
-
-
-
Constructor Detail
-
SpanSanitizeTransformer
public SpanSanitizeTransformer(PreprocessorRuleMetrics ruleMetrics)
-
-