java.lang.Object
io.helidon.tracing.Tag<T>
- Type Parameters:
T- type of the tag
Tag abstraction that can be used with
TracerBuilder.addTracerTag(String, String).-
Method Details
-
create
Create a string tag.- Parameters:
key- tag namevalue- tag value- Returns:
- string tag
-
create
Create a numeric tag.- Parameters:
key- tag namevalue- tag value- Returns:
- numeric tag
-
create
Create a boolean tag.- Parameters:
key- tag namevalue- tag value- Returns:
- boolean tag
-
key
Tag name.- Returns:
- tag name
-
value
Tag value.- Returns:
- tag value
-
equals
-
hashCode
public int hashCode() -
toString
-
apply
Configure this tag on the span provided.- Parameters:
span- span to apply the tag on
-