Uses of Class
com.wavefront.agent.preprocessor.PreprocessorRuleMetrics
-
Packages that use PreprocessorRuleMetrics Package Description com.wavefront.agent.preprocessor -
-
Uses of PreprocessorRuleMetrics in com.wavefront.agent.preprocessor
Fields in com.wavefront.agent.preprocessor declared as PreprocessorRuleMetrics Modifier and Type Field Description protected PreprocessorRuleMetricsReportPointAddTagTransformer. ruleMetricsprotected PreprocessorRuleMetricsReportPointExtractTagTransformer. ruleMetricsprotected PreprocessorRuleMetricsSpanAddAnnotationTransformer. ruleMetricsprotected PreprocessorRuleMetricsSpanExtractAnnotationTransformer. ruleMetricsMethods in com.wavefront.agent.preprocessor with parameters of type PreprocessorRuleMetrics Modifier and Type Method Description static SpanAllowAnnotationTransformerSpanAllowAnnotationTransformer. create(Map<String,Object> ruleMap, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)Create an instance based on loaded yaml fragment.Constructors in com.wavefront.agent.preprocessor with parameters of type PreprocessorRuleMetrics Constructor Description CountTransformer(Predicate<T> v2Predicate, PreprocessorRuleMetrics ruleMetrics)LineBasedAllowFilter(String patternMatch, PreprocessorRuleMetrics ruleMetrics)LineBasedBlockFilter(String patternMatch, PreprocessorRuleMetrics ruleMetrics)LineBasedReplaceRegexTransformer(String patternSearch, String patternReplace, String patternMatch, Integer maxIterations, PreprocessorRuleMetrics ruleMetrics)ReportPointAddTagIfNotExistsTransformer(String tag, String value, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)ReportPointAddTagTransformer(String tag, String value, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)ReportPointAllowFilter(String scope, String patternMatch, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)ReportPointBlockFilter(String scope, String patternMatch, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)ReportPointDropTagTransformer(String tag, String patternMatch, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)ReportPointExtractTagIfNotExistsTransformer(String tag, String source, String patternSearch, String patternReplace, String replaceSource, String patternMatch, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)ReportPointExtractTagTransformer(String tag, String source, String patternSearch, String patternReplace, String replaceSource, String patternMatch, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)ReportPointForceLowercaseTransformer(String scope, String patternMatch, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)ReportPointLimitLengthTransformer(String scope, int maxLength, LengthLimitActionType actionSubtype, String patternMatch, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)ReportPointRenameTagTransformer(String tag, String newTag, String patternMatch, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)ReportPointReplaceRegexTransformer(String scope, String patternSearch, String patternReplace, String patternMatch, Integer maxIterations, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanAddAnnotationIfNotExistsTransformer(String key, String value, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanAddAnnotationTransformer(String key, String value, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanAllowFilter(String scope, String patternMatch, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanBlockFilter(String scope, String patternMatch, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanDropAnnotationTransformer(String key, String patternMatch, boolean firstMatchOnly, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanExtractAnnotationIfNotExistsTransformer(String key, String input, String patternSearch, String patternReplace, String replaceInput, String patternMatch, boolean firstMatchOnly, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanExtractAnnotationTransformer(String key, String input, String patternSearch, String patternReplace, String replaceInput, String patternMatch, boolean firstMatchOnly, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanForceLowercaseTransformer(String scope, String patternMatch, boolean firstMatchOnly, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanLimitLengthTransformer(String scope, int maxLength, LengthLimitActionType actionSubtype, String patternMatch, boolean firstMatchOnly, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanRenameAnnotationTransformer(String key, String newKey, String patternMatch, boolean firstMatchOnly, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanReplaceRegexTransformer(String scope, String patternSearch, String patternReplace, String patternMatch, Integer maxIterations, boolean firstMatchOnly, Predicate<wavefront.report.Span> v2Predicate, PreprocessorRuleMetrics ruleMetrics)SpanSanitizeTransformer(PreprocessorRuleMetrics ruleMetrics)
-