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 class
OpenCensusSpan
Deprecated.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 Span
Span. addEvent(String description)
Span
Span. addTag(String key, boolean value)
Span
Span. addTag(String key, double value)
Span
Span. addTag(String key, long value)
Span
Span. addTag(String key, String value)
static Span
TraceHelper. failSpan(Span span, Throwable t)
Span
Span. failure(Throwable t)
protected abstract Span
BaseTracer. internalSpan(String path, String method, CompletionStage<?> future)
protected abstract Span
BaseTracer. internalSpan(okhttp3.Request request, CompletionStage<?> future)
Span
BaseTracer. span(String path, String method)
Span
BaseTracer. span(String name, String method, CompletionStage<?> future)
Span
BaseTracer. span(okhttp3.Request request)
Span
BaseTracer. span(okhttp3.Request request, CompletionStage<?> future)
Span
Tracer. span(String path, String method)
Span
Tracer. span(String path, String method, CompletionStage<?> future)
Create scoped span.Span
Tracer. span(okhttp3.Request request)
Span
Tracer. span(okhttp3.Request request, CompletionStage<?> future)
Span
Span. success()
Methods in com.spotify.github.tracing with parameters of type Span Modifier and Type Method Description void
BaseTracer. attachSpanToFuture(Span span, CompletionStage<?> future)
void
Tracer. attachSpanToFuture(Span span, CompletionStage<?> future)
static Span
TraceHelper. 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 class
OpenCensusSpan
Methods in com.spotify.github.tracing.opencensus that return Span Modifier and Type Method Description Span
OpenCensusSpan. addEvent(String description)
Span
OpenCensusSpan. addTag(String key, boolean value)
Span
OpenCensusSpan. addTag(String key, double value)
Span
OpenCensusSpan. addTag(String key, long value)
Span
OpenCensusSpan. addTag(String key, String value)
Span
OpenCensusSpan. failure(Throwable t)
protected Span
OpenCensusTracer. internalSpan(String path, String method, CompletionStage<?> future)
protected Span
OpenCensusTracer. internalSpan(okhttp3.Request request, CompletionStage<?> future)
Span
OpenCensusSpan. 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 class
OpenTelemetrySpan
Methods in com.spotify.github.tracing.opentelemetry that return Span Modifier and Type Method Description Span
OpenTelemetrySpan. addEvent(String description)
Span
OpenTelemetrySpan. addTag(String key, boolean value)
Span
OpenTelemetrySpan. addTag(String key, double value)
Span
OpenTelemetrySpan. addTag(String key, long value)
Span
OpenTelemetrySpan. addTag(String key, String value)
Span
OpenTelemetrySpan. failure(Throwable t)
protected Span
OpenTelemetryTracer. internalSpan(String path, String method, CompletionStage<?> future)
Create a new span for the given path and method.protected Span
OpenTelemetryTracer. internalSpan(okhttp3.Request request, CompletionStage<?> future)
Create a new span for the given request.Span
OpenTelemetrySpan. 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 Span
NoopTracer. span(String path, String method)
Span
NoopTracer. span(String path, String method, CompletionStage<?> future)
Span
NoopTracer. span(okhttp3.Request request)
Span
NoopTracer. span(okhttp3.Request request, CompletionStage<?> future)
Methods in com.spotify.github.v3.clients with parameters of type Span Modifier and Type Method Description void
NoopTracer. attachSpanToFuture(Span span, CompletionStage<?> future)
-