Package | Description |
---|---|
io.opentracing | |
io.opentracing.tag |
Modifier and Type | Method and Description |
---|---|
<T> Span |
Span.setTag(Tag<T> tag,
T value)
Same as
Span.setTag(String, String) , but with using Tag |
<T> Tracer.SpanBuilder |
Tracer.SpanBuilder.withTag(Tag<T> tag,
T value)
Same as
AbstractTag#set(Span, T) , but for the span being built. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTag<T> |
class |
BooleanTag |
class |
IntOrStringTag |
class |
IntTag |
class |
StringTag |
Copyright © 2016–2019 OpenTracing. All rights reserved.