Class RpcClientTracer
- java.lang.Object
-
- io.opentelemetry.instrumentation.api.tracer.BaseTracer
-
- io.opentelemetry.instrumentation.api.tracer.RpcClientTracer
-
@Deprecated public abstract class RpcClientTracer extends BaseTracer
Deprecated.UseInstrumenterand the RPC semantic convention utilities package instead.Base class for implementing Tracers for RPC clients.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRpcClientTracer()Deprecated.protectedRpcClientTracer(io.opentelemetry.api.OpenTelemetry openTelemetry)Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description protected abstract StringgetRpcSystem()Deprecated.-
Methods inherited from class io.opentelemetry.instrumentation.api.tracer.BaseTracer
end, end, endExceptionally, endExceptionally, extract, getInstrumentationName, getVersion, inject, onException, shouldStartSpan, spanBuilder, startSpan, startSpan, startSpan, unwrapThrowable, withClientSpan, withConsumerSpan, withServerSpan
-
-
-
-
Method Detail
-
getRpcSystem
protected abstract String getRpcSystem()
Deprecated.
-
-