Interface InstrumenterBuilderAccess
public interface InstrumenterBuilderAccess
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Method Summary
Modifier and TypeMethodDescription<REQUEST,RESPONSE>
Instrumenter<REQUEST,RESPONSE> buildDownstreamInstrumenter(InstrumenterBuilder<REQUEST, RESPONSE> builder, io.opentelemetry.context.propagation.TextMapSetter<REQUEST> setter, SpanKindExtractor<REQUEST> spanKindExtractor) <REQUEST,RESPONSE>
Instrumenter<REQUEST,RESPONSE> buildUpstreamInstrumenter(InstrumenterBuilder<REQUEST, RESPONSE> builder, io.opentelemetry.context.propagation.TextMapGetter<REQUEST> getter, SpanKindExtractor<REQUEST> spanKindExtractor)
-
Method Details
-
buildUpstreamInstrumenter
<REQUEST,RESPONSE> Instrumenter<REQUEST,RESPONSE> buildUpstreamInstrumenter(InstrumenterBuilder<REQUEST, RESPONSE> builder, io.opentelemetry.context.propagation.TextMapGetter<REQUEST> getter, SpanKindExtractor<REQUEST> spanKindExtractor) -
buildDownstreamInstrumenter
<REQUEST,RESPONSE> Instrumenter<REQUEST,RESPONSE> buildDownstreamInstrumenter(InstrumenterBuilder<REQUEST, RESPONSE> builder, io.opentelemetry.context.propagation.TextMapSetter<REQUEST> setter, SpanKindExtractor<REQUEST> spanKindExtractor)
-