Package com.wavefront.agent.preprocessor
Class ReportPointForceLowercaseTransformer
- java.lang.Object
-
- com.wavefront.agent.preprocessor.ReportPointForceLowercaseTransformer
-
- All Implemented Interfaces:
com.google.common.base.Function<wavefront.report.ReportPoint,wavefront.report.ReportPoint>
,Function<wavefront.report.ReportPoint,wavefront.report.ReportPoint>
public class ReportPointForceLowercaseTransformer extends Object implements com.google.common.base.Function<wavefront.report.ReportPoint,wavefront.report.ReportPoint>
Force lowercase transformer. Converts a specified component of a point (metric name, source name or a point tag value, depending on "scope" parameter) to lower case to enforce consistency.- Author:
- [email protected]
-
-
Constructor Summary
Constructors Constructor Description ReportPointForceLowercaseTransformer(String scope, String patternMatch, Predicate<wavefront.report.ReportPoint> v2Predicate, PreprocessorRuleMetrics ruleMetrics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description wavefront.report.ReportPoint
apply(wavefront.report.ReportPoint reportPoint)
-