Class 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]
    • 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>