Class AwsConfigurablePropagator

java.lang.Object
io.opentelemetry.extension.aws.AwsConfigurablePropagator
All Implemented Interfaces:
io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider

public final class AwsConfigurablePropagator extends Object implements io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
A ConfigurablePropagatorProvider which allows enabling the AwsXrayPropagator with the propagator name xray.
  • Constructor Details

    • AwsConfigurablePropagator

      public AwsConfigurablePropagator()
  • 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