Class InternalClientAttributesExtractor<REQUEST,RESPONSE>

java.lang.Object
io.opentelemetry.instrumentation.api.instrumenter.network.internal.InternalClientAttributesExtractor<REQUEST,RESPONSE>

public final class InternalClientAttributesExtractor<REQUEST,RESPONSE> 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

  • Method Details

    • onStart

      public void onStart(io.opentelemetry.api.common.AttributesBuilder attributes, REQUEST request)
    • onEnd

      public void onEnd(io.opentelemetry.api.common.AttributesBuilder attributes, REQUEST request, @Nullable RESPONSE response)