Class SpanAddAnnotationIfNotExistsTransformer

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

    public class SpanAddAnnotationIfNotExistsTransformer
    extends SpanAddAnnotationTransformer
    Creates a new annotation with a specified key/value pair. If such point tag already exists, the value won't be overwritten.
    Author:
    [email protected]