Skip navigation links
A G I O R S T 

A

addTracerObserver(TracerObserver) - Method in interface io.opentracing.contrib.api.APIExtensionsManager
This method adds a TracerObserver to the API extensions manager.
APIExtensionsManager - Interface in io.opentracing.contrib.api
This interface represents a component that manages API extensions.

G

getBaggageItem(String) - Method in interface io.opentracing.contrib.api.SpanData
This method retrieves a baggage item associated with the supplied key.
getBooleanTag(String) - Method in interface io.opentracing.contrib.api.SpanData
This method returns the tag value, associated with the supplied key, if it exists and has a Boolean type.
getCorrelationId() - Method in interface io.opentracing.contrib.api.SpanData
This method returns an id that can be used for correlate actions invoked on a stateful observer.
getDuration() - Method in interface io.opentracing.contrib.api.SpanData
The duration of the Span.
getFinishTime() - Method in interface io.opentracing.contrib.api.SpanData
The finish time of the Span.
getNumberTag(String) - Method in interface io.opentracing.contrib.api.SpanData
This method returns the tag value, associated with the supplied key, if it exists and has a Number type.
getOperationName() - Method in interface io.opentracing.contrib.api.SpanData
The operation name of the Span.
getStartTime() - Method in interface io.opentracing.contrib.api.SpanData
The start time of the Span.
getStringTag(String) - Method in interface io.opentracing.contrib.api.SpanData
This method returns the tag value, associated with the supplied key, if it exists and has a String type.
getTags() - Method in interface io.opentracing.contrib.api.SpanData
This method provides access to the tags associated with the span.

I

io.opentracing.contrib.api - package io.opentracing.contrib.api
 

O

onFinish(SpanData, long) - Method in interface io.opentracing.contrib.api.SpanObserver
Notifies the observer that a span associated with the supplied data has finished.
onLog(SpanData, long, Map<String, ?>) - Method in interface io.opentracing.contrib.api.SpanObserver
Notifies the observer that a log event has been recorded.
onLog(SpanData, long, String) - Method in interface io.opentracing.contrib.api.SpanObserver
Notifies the observer that a log event has been recorded.
onSetBaggageItem(SpanData, String, String) - Method in interface io.opentracing.contrib.api.SpanObserver
Notifies the observer that the named baggage item has been set/changed.
onSetOperationName(SpanData, String) - Method in interface io.opentracing.contrib.api.SpanObserver
Notifies the observer that the operation name has been changed.
onSetTag(SpanData, String, Object) - Method in interface io.opentracing.contrib.api.SpanObserver
Notifies the observer that the tag with the supplied key has been set or updated on a Span.
onStart(SpanData) - Method in interface io.opentracing.contrib.api.TracerObserver
Notifies the observer that a new span has been started with the supplied data.

R

removeTracerObserver(TracerObserver) - Method in interface io.opentracing.contrib.api.APIExtensionsManager
This method removes a TracerObserver from the API extensions manager.

S

SpanData - Interface in io.opentracing.contrib.api
This interface provides information about the current Span to the observer methods.
SpanObserver - Interface in io.opentracing.contrib.api
This interface represents an observer used to receive notifications related to a Span.

T

TracerObserver - Interface in io.opentracing.contrib.api
This interface represents an observer used to receive notifications related to Spans.
A G I O R S T 
Skip navigation links

Copyright © 2017–2018 OpenTracing. All rights reserved.