Skip to content

Commit

Permalink
Path of AWS Propagator tests match src structure (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Oct 13, 2021
1 parent 1b75672 commit cf718aa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
--------------------
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.
This allows the trace context to be propagated when a trace spans multiple AWS
services.
header`_ to outgoing traces that is compatible with the AWS X-Ray backend
service. This allows the trace context to be propagated when a trace spans
multiple AWS services.
The same propagator setup is used to extract a context sent by external systems
so that child span have the correct parent context.
Expand Down Expand Up @@ -103,7 +103,8 @@ def __init__(self, message):
class AwsXRayPropagator(TextMapPropagator):
"""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
Expand Down
Empty file.
Empty file.

0 comments on commit cf718aa

Please sign in to comment.