Class OpenCensusTracer
- java.lang.Object
-
- com.spotify.github.tracing.BaseTracer
-
- com.spotify.github.tracing.opencensus.OpenCensusTracer
-
- All Implemented Interfaces:
Tracer
- Direct Known Subclasses:
OpenCensusTracer
public class OpenCensusTracer extends BaseTracer
Tracer implementation using OpenCensus.
-
-
Constructor Summary
Constructors Constructor Description OpenCensusTracer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.Call.Factory
createTracedClient(okhttp3.OkHttpClient client)
protected Span
internalSpan(String path, String method, CompletionStage<?> future)
protected Span
internalSpan(okhttp3.Request request, CompletionStage<?> future)
-
Methods inherited from class com.spotify.github.tracing.BaseTracer
attachSpanToFuture, span, span, span, span
-
-
-
-
Method Detail
-
internalSpan
protected Span internalSpan(String path, String method, CompletionStage<?> future)
- Specified by:
internalSpan
in classBaseTracer
-
internalSpan
protected Span internalSpan(okhttp3.Request request, CompletionStage<?> future)
- Specified by:
internalSpan
in classBaseTracer
-
createTracedClient
public okhttp3.Call.Factory createTracedClient(okhttp3.OkHttpClient client)
-
-