Class ReportPointReplaceRegexTransformer

  • All Implemented Interfaces:
    com.google.common.base.Function<wavefront.report.ReportPoint,​wavefront.report.ReportPoint>, Function<wavefront.report.ReportPoint,​wavefront.report.ReportPoint>

    public class ReportPointReplaceRegexTransformer
    extends Object
    implements com.google.common.base.Function<wavefront.report.ReportPoint,​wavefront.report.ReportPoint>
    Replace regex transformer. Performs search and replace on a specified component of a point (metric name, source name or a point tag value, depending on "scope" parameter. Created by Vasily on 9/13/16.
    • Method Detail

      • apply

        @Nullable
        public wavefront.report.ReportPoint apply​(@Nullable
                                                  wavefront.report.ReportPoint reportPoint)
        Specified by:
        apply in interface com.google.common.base.Function<wavefront.report.ReportPoint,​wavefront.report.ReportPoint>
        Specified by:
        apply in interface Function<wavefront.report.ReportPoint,​wavefront.report.ReportPoint>