Uses of Interface
com.spotify.github.Span
-
Packages that use Span Package Description com.spotify.github com.spotify.github.opencensus com.spotify.github.v3.clients -
-
Uses of Span in com.spotify.github
Methods in com.spotify.github that return Span Modifier and Type Method Description SpanSpan. failure(Throwable t)SpanTracer. span(String path, String method, CompletionStage<?> future)Create scoped span.SpanSpan. success() -
Uses of Span in com.spotify.github.opencensus
Methods in com.spotify.github.opencensus that return Span Modifier and Type Method Description SpanOpenCensusTracer. span(String name, String method, CompletionStage<?> future) -
Uses of Span in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return Span Modifier and Type Method Description SpanNoopTracer. span(String path, String method, CompletionStage<?> future)
-