mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 05:04:05 +08:00
Path of AWS Propagator tests match src structure (#733)
This commit is contained in:

committed by
GitHub

parent
1b75672e73
commit
cf718aab1f
@ -17,9 +17,9 @@ AWS X-Ray Propagator
|
|||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
The **AWS X-Ray Propagator** provides a propagator that when used, adds a `trace
|
The **AWS X-Ray Propagator** provides a propagator that when used, adds a `trace
|
||||||
header`_ to outgoing traces that is compatible with the AWS X-Ray backend service.
|
header`_ to outgoing traces that is compatible with the AWS X-Ray backend
|
||||||
This allows the trace context to be propagated when a trace spans multiple AWS
|
service. This allows the trace context to be propagated when a trace spans
|
||||||
services.
|
multiple AWS services.
|
||||||
|
|
||||||
The same propagator setup is used to extract a context sent by external systems
|
The same propagator setup is used to extract a context sent by external systems
|
||||||
so that child span have the correct parent context.
|
so that child span have the correct parent context.
|
||||||
@ -103,7 +103,8 @@ class AwsParseTraceHeaderError(Exception):
|
|||||||
class AwsXRayPropagator(TextMapPropagator):
|
class AwsXRayPropagator(TextMapPropagator):
|
||||||
"""Propagator for the AWS X-Ray Trace Header propagation protocol.
|
"""Propagator for the AWS X-Ray Trace Header propagation protocol.
|
||||||
|
|
||||||
See: https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader
|
See:
|
||||||
|
https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# AWS
|
# AWS
|
||||||
|
Reference in New Issue
Block a user