Class IgnoreConfig.Trace

java.lang.Object
org.apache.skywalking.apm.plugin.trace.ignore.conf.IgnoreConfig.Trace
Enclosing class:
IgnoreConfig

public static class IgnoreConfig.Trace extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
    If the operation name of the first span is matching, this segment should be ignored /path/? Match any single character /path/* Match any number of characters /path/** Match any number of characters and support multilevel directories
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • IGNORE_PATH

      public static String IGNORE_PATH
      If the operation name of the first span is matching, this segment should be ignored /path/? Match any single character /path/* Match any number of characters /path/** Match any number of characters and support multilevel directories
  • Constructor Details

    • Trace

      public Trace()