@Retention(value=RUNTIME) @Inherited @Target(value=PARAMETER) public @interface SpanTag
TagValueResolver beantoString() value of the parameter| Modifier and Type | Optional Element and Description |
|---|---|
String |
expression
Execute this SPEL expression to calculate the tag value.
|
String |
key
The name of the key of the tag which should be created.
|
Class<? extends TagValueResolver> |
resolver
Use this bean to resolve the tag value.
|
String |
value
The name of the key of the tag which should be created.
|
@AliasFor(value="key") public abstract String value
@AliasFor(value="value") public abstract String key
public abstract String expression
resolver() was set.public abstract Class<? extends TagValueResolver> resolver
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.