public static class IgnoreConfig.Trace extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Trace() |
public static String IGNORE_PATH
Copyright © 2019 The Apache Software Foundation. All rights reserved.