@API(status=MAINTAINED) public interface TagListener extends Plugin
| Modifier and Type | Method and Description |
|---|---|
static TagListener |
composite(Iterable<TagListener> listeners) |
static TagListener |
composite(TagListener... listeners) |
default <T> void |
onTag(io.opentracing.Span span,
io.opentracing.tag.Tag<T> tag,
T value) |
default <T> void |
onTag(io.opentracing.Tracer.SpanBuilder builder,
io.opentracing.tag.Tag<T> tag,
T value) |
default <R extends Registry<R>> |
registerTo(R registry) |
default <T> void onTag(io.opentracing.Tracer.SpanBuilder builder,
io.opentracing.tag.Tag<T> tag,
T value)
default <T> void onTag(io.opentracing.Span span,
io.opentracing.tag.Tag<T> tag,
T value)
default <R extends Registry<R>> R registerTo(R registry)
registerTo in interface Pluginstatic TagListener composite(TagListener... listeners)
static TagListener composite(Iterable<TagListener> listeners)
Copyright © 2019 Zalando SE. All rights reserved.