类 IgnoreConfig.Trace

java.lang.Object
org.apache.skywalking.apm.plugin.trace.ignore.conf.IgnoreConfig.Trace
封闭类:
IgnoreConfig

public static class IgnoreConfig.Trace extends Object
  • 字段详细资料

    • 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
  • 构造器详细资料

    • Trace

      public Trace()