Class B3ConfigurablePropagator

java.lang.Object
io.opentelemetry.extension.trace.propagation.B3ConfigurablePropagator
All Implemented Interfaces:
io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider

public final class B3ConfigurablePropagator extends Object implements io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
A ConfigurablePropagatorProvider which allows enabling the B3Propagator.injectingSingleHeader() B3-single propagator} with the propagator name b3.
  • Constructor Details

    • B3ConfigurablePropagator

      public B3ConfigurablePropagator()
  • Method Details

    • getPropagator

      public io.opentelemetry.context.propagation.TextMapPropagator getPropagator(io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties config)
      Specified by:
      getPropagator in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
    • getName

      public String getName()
      Specified by:
      getName in interface io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider