Class RpcClientTracer
- java.lang.Object
-
- io.opentelemetry.instrumentation.api.tracer.BaseTracer
-
- io.opentelemetry.instrumentation.api.tracer.RpcClientTracer
-
public abstract class RpcClientTracer extends BaseTracer
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRpcClientTracer()protectedRpcClientTracer(io.opentelemetry.api.OpenTelemetry openTelemetry)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract StringgetRpcSystem()-
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()
-
-