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 an Instrumenter.

Instrumentation libraries should generally expose their own builder with controls that are appropriate for that library and delegate to this class to create the Instrumenter.