@API(status=EXPERIMENTAL) public final class AutoTagging extends Object implements SpanListener, BaggageListener
| Constructor and Description |
|---|
AutoTagging(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
onBaggage(io.opentracing.Span span,
String key,
String value) |
void |
onStarted(io.opentracing.Span span) |
<R extends Registry<R>> |
registerTo(R registry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomposite, composite, onFinished, onFinishingbaggage, composite, compositepublic AutoTagging(String key)
public void onStarted(io.opentracing.Span span)
onStarted in interface SpanListenerpublic void onBaggage(io.opentracing.Span span,
String key,
String value)
onBaggage in interface BaggageListenerpublic <R extends Registry<R>> R registerTo(R registry)
registerTo in interface BaggageListenerregisterTo in interface PluginregisterTo in interface SpanListenerCopyright © 2019 Zalando SE. All rights reserved.