类 IgnoreConfig.Trace
java.lang.Object
org.apache.skywalking.apm.plugin.trace.ignore.conf.IgnoreConfig.Trace
- 封闭类:
- IgnoreConfig
-
字段概要
字段修饰符和类型字段说明static StringIf the operation name of the first span is matching, this segment should be ignored /path/? -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
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()
-