Class R2dbcInstrumenterBuilder

java.lang.Object
io.opentelemetry.instrumentation.r2dbc.v1_0.internal.R2dbcInstrumenterBuilder

public final class R2dbcInstrumenterBuilder extends Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
  • Constructor Details

    • R2dbcInstrumenterBuilder

      public R2dbcInstrumenterBuilder(io.opentelemetry.api.OpenTelemetry openTelemetry)
  • Method Details

    • addAttributeExtractor

      @CanIgnoreReturnValue public R2dbcInstrumenterBuilder addAttributeExtractor(io.opentelemetry.instrumentation.api.instrumenter.AttributesExtractor<DbExecution,Void> attributesExtractor)
    • build

      public io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<DbExecution,Void> build(boolean statementSanitizationEnabled)