Skip to content

Implement xray-lambda propagator via the OTEL_PROPAGATORS env variable #4494

@martinkuba

Description

@martinkuba

The AWS lambda spec recently introduced a new xray-lambda propagator to support AWS Lambda's Active Tracing. This requires not only implementing the new propagator, but also making it possible to configure propagators and their order using the OTEL_PROPAGATORS env variable.

The env variable currently supports only the tracecontext and baggage propagators.

The approach to make this work for 3rd-party propagators has been discussed in the SIG on 1/31/24, and it has been decided to move all propagators from contrib to the core repo and add them to the BasicTracerProvider lookup. In order to support all known propagators (including xray and xray-lambda) in the OTEL_PROPAGATORS environment variable, we have introduced the auto-configuration-propagators package.

Here is a list of tasks to implement this:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions