Class IgnoreConfig.Trace
java.lang.Object
org.apache.skywalking.apm.plugin.trace.ignore.conf.IgnoreConfig.Trace
- Enclosing class:
- IgnoreConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringIf 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 -
Method Summary
-
Field Details
-
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()
-