Uses of Interface
com.spotify.github.tracing.Tracer
-
Packages that use Tracer 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 Tracer in com.spotify.github.opencensus
Classes in com.spotify.github.opencensus that implement Tracer Modifier and Type Class Description class
OpenCensusTracer
Deprecated.This class has been moved to the package com.spotify.github.tracing.opencensus. -
Uses of Tracer in com.spotify.github.tracing
Classes in com.spotify.github.tracing that implement Tracer Modifier and Type Class Description class
BaseTracer
-
Uses of Tracer in com.spotify.github.tracing.opencensus
Classes in com.spotify.github.tracing.opencensus that implement Tracer Modifier and Type Class Description class
OpenCensusTracer
Tracer implementation using OpenCensus. -
Uses of Tracer in com.spotify.github.tracing.opentelemetry
Classes in com.spotify.github.tracing.opentelemetry that implement Tracer Modifier and Type Class Description class
OpenTelemetryTracer
Tracer implementation using OpenTelemetry. -
Uses of Tracer in com.spotify.github.v3.clients
Classes in com.spotify.github.v3.clients that implement Tracer Modifier and Type Class Description class
NoopTracer
Methods in com.spotify.github.v3.clients with parameters of type Tracer Modifier and Type Method Description GitHubClient
GitHubClient. withTracer(Tracer tracer)
-