Uses of Interface
com.spotify.github.tracing.Span
-
Packages that use Span Package Description com.spotify.github.opencensus com.spotify.github.tracing com.spotify.github.tracing.opencensus com.spotify.github.tracing.opentelemetry com.spotify.github.v3.clients -
-
Uses of Span in com.spotify.github.opencensus
Classes in com.spotify.github.opencensus that implement Span Modifier and Type Class Description classOpenCensusSpanDeprecated.This class has been moved to the package com.spotify.github.tracing.opencensus. -
Uses of Span in com.spotify.github.tracing
Methods in com.spotify.github.tracing that return Span Modifier and Type Method Description SpanSpan. addEvent(String description)SpanSpan. addTag(String key, boolean value)SpanSpan. addTag(String key, double value)SpanSpan. addTag(String key, long value)SpanSpan. addTag(String key, String value)static SpanTraceHelper. failSpan(Span span, Throwable t)SpanSpan. failure(Throwable t)protected abstract SpanBaseTracer. internalSpan(String path, String method, CompletionStage<?> future)protected abstract SpanBaseTracer. internalSpan(okhttp3.Request request, CompletionStage<?> future)SpanBaseTracer. span(String path, String method)SpanBaseTracer. span(String name, String method, CompletionStage<?> future)SpanBaseTracer. span(okhttp3.Request request)SpanBaseTracer. span(okhttp3.Request request, CompletionStage<?> future)SpanTracer. span(String path, String method)SpanTracer. span(String path, String method, CompletionStage<?> future)Create scoped span.SpanTracer. span(okhttp3.Request request)SpanTracer. span(okhttp3.Request request, CompletionStage<?> future)SpanSpan. success()Methods in com.spotify.github.tracing with parameters of type Span Modifier and Type Method Description voidBaseTracer. attachSpanToFuture(Span span, CompletionStage<?> future)voidTracer. attachSpanToFuture(Span span, CompletionStage<?> future)static SpanTraceHelper. failSpan(Span span, Throwable t) -
Uses of Span in com.spotify.github.tracing.opencensus
Classes in com.spotify.github.tracing.opencensus that implement Span Modifier and Type Class Description classOpenCensusSpanMethods in com.spotify.github.tracing.opencensus that return Span Modifier and Type Method Description SpanOpenCensusSpan. addEvent(String description)SpanOpenCensusSpan. addTag(String key, boolean value)SpanOpenCensusSpan. addTag(String key, double value)SpanOpenCensusSpan. addTag(String key, long value)SpanOpenCensusSpan. addTag(String key, String value)SpanOpenCensusSpan. failure(Throwable t)protected SpanOpenCensusTracer. internalSpan(String path, String method, CompletionStage<?> future)protected SpanOpenCensusTracer. internalSpan(okhttp3.Request request, CompletionStage<?> future)SpanOpenCensusSpan. success() -
Uses of Span in com.spotify.github.tracing.opentelemetry
Classes in com.spotify.github.tracing.opentelemetry that implement Span Modifier and Type Class Description classOpenTelemetrySpanMethods in com.spotify.github.tracing.opentelemetry that return Span Modifier and Type Method Description SpanOpenTelemetrySpan. addEvent(String description)SpanOpenTelemetrySpan. addTag(String key, boolean value)SpanOpenTelemetrySpan. addTag(String key, double value)SpanOpenTelemetrySpan. addTag(String key, long value)SpanOpenTelemetrySpan. addTag(String key, String value)SpanOpenTelemetrySpan. failure(Throwable t)protected SpanOpenTelemetryTracer. internalSpan(String path, String method, CompletionStage<?> future)Create a new span for the given path and method.protected SpanOpenTelemetryTracer. internalSpan(okhttp3.Request request, CompletionStage<?> future)Create a new span for the given request.SpanOpenTelemetrySpan. success() -
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)SpanNoopTracer. span(String path, String method, CompletionStage<?> future)SpanNoopTracer. span(okhttp3.Request request)SpanNoopTracer. span(okhttp3.Request request, CompletionStage<?> future)Methods in com.spotify.github.v3.clients with parameters of type Span Modifier and Type Method Description voidNoopTracer. attachSpanToFuture(Span span, CompletionStage<?> future)
-