| Modifier and Type | Method and Description |
|---|---|
void |
SpanObserver.onFinish(SpanData spanData,
long finishMicros)
Notifies the observer that a span associated with the supplied data has finished.
|
void |
SpanObserver.onLog(SpanData spanData,
long timestampMicroseconds,
Map<String,?> fields)
Notifies the observer that a log event has been recorded.
|
void |
SpanObserver.onLog(SpanData spanData,
long timestampMicroseconds,
String event)
Notifies the observer that a log event has been recorded.
|
void |
SpanObserver.onSetBaggageItem(SpanData spanData,
String key,
String value)
Notifies the observer that the named baggage item has been set/changed.
|
void |
SpanObserver.onSetOperationName(SpanData spanData,
String operationName)
Notifies the observer that the operation name has been changed.
|
void |
SpanObserver.onSetTag(SpanData spanData,
String key,
Object value)
Notifies the observer that the tag with the supplied key has been set or updated
on a
Span. |
SpanObserver |
TracerObserver.onStart(SpanData spanData)
Notifies the observer that a new span has been started with the supplied data.
|
Copyright © 2017–2018 OpenTracing. All rights reserved.