Class InstrumenterBuilder<REQUEST,RESPONSE>

java.lang.Object
io.opentelemetry.instrumentation.api.instrumenter.InstrumenterBuilder<REQUEST,RESPONSE>

public final class InstrumenterBuilder<REQUEST,RESPONSE> extends Object
A builder of Instrumenter. Instrumentation libraries should generally expose their own builder with controls that are appropriate for that library and delegate to this to create the Instrumenter.