Class PropagatorBasedSpanLinksExtractor<REQUEST>

java.lang.Object
io.opentelemetry.instrumentation.api.internal.PropagatorBasedSpanLinksExtractor<REQUEST>
All Implemented Interfaces:
SpanLinksExtractor<REQUEST>

public final class PropagatorBasedSpanLinksExtractor<REQUEST> extends Object implements SpanLinksExtractor<REQUEST>
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
  • Constructor Details

    • PropagatorBasedSpanLinksExtractor

      public PropagatorBasedSpanLinksExtractor(io.opentelemetry.context.propagation.TextMapPropagator propagator, io.opentelemetry.context.propagation.TextMapGetter<REQUEST> getter)
  • Method Details