public class URLAsResourceName extends AbstractDecorator
| Modifier and Type | Class and Description |
|---|---|
static class |
URLAsResourceName.Config
Additional properties concerning the UrlAsResourceDecorator in the YAML config
|
| Modifier and Type | Field and Description |
|---|---|
static URLAsResourceName.Config.Rule |
RULE_DIGIT |
static URLAsResourceName.Config.Rule |
RULE_QPARAM |
| Constructor and Description |
|---|
URLAsResourceName() |
URLAsResourceName(String configPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
afterSetTag(DDSpanContext context,
String tag,
Object value) |
getMatchingTag, getMatchingValue, getSetTag, getSetValue, setMatchingTag, setMatchingValue, setSetTag, setSetValuepublic static final URLAsResourceName.Config.Rule RULE_QPARAM
public static final URLAsResourceName.Config.Rule RULE_DIGIT
public URLAsResourceName()
public URLAsResourceName(String configPath)
public boolean afterSetTag(DDSpanContext context, String tag, Object value)
afterSetTag in class AbstractDecorator