Class SpanRegexMatchPredicate

  • All Implemented Interfaces:
    Predicate<wavefront.report.Span>

    public class SpanRegexMatchPredicate
    extends ComparisonPredicate<wavefront.report.Span>
    Predicate to perform a regexMatch for Wavefront reportable entities.
    Author:
    Anil Kodali ([email protected]).
    • Constructor Detail

      • SpanRegexMatchPredicate

        public SpanRegexMatchPredicate​(String scope,
                                       Object value)
    • Method Detail

      • test

        public boolean test​(wavefront.report.Span span)