Package io.opentelemetry.extension.aws
Class AwsConfigurablePropagator
java.lang.Object
io.opentelemetry.extension.aws.AwsConfigurablePropagator
- All Implemented Interfaces:
io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
@Deprecated
public final class AwsConfigurablePropagator
extends Object
implements io.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
Deprecated.
Moved to io.opentelemetry.contrib:opentelemetry-aws-xray-propagator.
A
ConfigurablePropagatorProvider which allows enabling the AwsXrayPropagator with
the propagator name xray.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated.io.opentelemetry.context.propagation.TextMapPropagatorgetPropagator(io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties config) Deprecated.
-
Constructor Details
-
AwsConfigurablePropagator
public AwsConfigurablePropagator()Deprecated.
-
-
Method Details
-
getPropagator
public io.opentelemetry.context.propagation.TextMapPropagator getPropagator(io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties config) Deprecated.- Specified by:
getPropagatorin interfaceio.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
-
getName
Deprecated.- Specified by:
getNamein interfaceio.opentelemetry.sdk.autoconfigure.spi.ConfigurablePropagatorProvider
-