mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
Update AWS entry points to match spec (#566)
This commit is contained in:

committed by
GitHub

parent
b2802ddd21
commit
bddd0825bf
@ -53,7 +53,7 @@ This can be done by either setting this environment variable:
|
||||
|
||||
::
|
||||
|
||||
export OTEL_PROPAGATORS = aws_xray
|
||||
export OTEL_PROPAGATORS = xray
|
||||
|
||||
|
||||
Or by setting this propagator in your instrumented application:
|
||||
|
@ -42,9 +42,9 @@ install_requires =
|
||||
|
||||
[options.entry_points]
|
||||
opentelemetry_propagator =
|
||||
aws_xray = opentelemetry.sdk.extension.aws.trace.propagation.aws_xray_format:AwsXRayFormat
|
||||
xray = opentelemetry.sdk.extension.aws.trace.propagation.aws_xray_format:AwsXRayFormat
|
||||
opentelemetry_id_generator =
|
||||
aws_xray = opentelemetry.sdk.extension.aws.trace.aws_xray_id_generator:AwsXRayIdGenerator
|
||||
xray = opentelemetry.sdk.extension.aws.trace.aws_xray_id_generator:AwsXRayIdGenerator
|
||||
|
||||
[options.extras_require]
|
||||
test =
|
||||
|
@ -31,7 +31,7 @@ This can be done by either setting this environment variable:
|
||||
|
||||
::
|
||||
|
||||
export OTEL_PROPAGATORS = aws_xray
|
||||
export OTEL_PROPAGATORS = xray
|
||||
|
||||
|
||||
Or by setting this propagator in your instrumented application:
|
||||
|
Reference in New Issue
Block a user