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