Skip to content

Commit cf718aa

Browse files
authored
Path of AWS Propagator tests match src structure (open-telemetry#733)
1 parent 1b75672 commit cf718aa

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

propagator/opentelemetry-propagator-aws-xray/src/opentelemetry/propagators/aws/aws_xray_propagator.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
--------------------
1818
1919
The **AWS X-Ray Propagator** provides a propagator that when used, adds a `trace
20-
header`_ to outgoing traces that is compatible with the AWS X-Ray backend service.
21-
This allows the trace context to be propagated when a trace spans multiple AWS
22-
services.
20+
header`_ to outgoing traces that is compatible with the AWS X-Ray backend
21+
service. This allows the trace context to be propagated when a trace spans
22+
multiple AWS services.
2323
2424
The same propagator setup is used to extract a context sent by external systems
2525
so that child span have the correct parent context.
@@ -103,7 +103,8 @@ def __init__(self, message):
103103
class AwsXRayPropagator(TextMapPropagator):
104104
"""Propagator for the AWS X-Ray Trace Header propagation protocol.
105105
106-
See: https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader
106+
See:
107+
https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader
107108
"""
108109

109110
# AWS

propagator/opentelemetry-propagator-aws-xray/tests/trace/__init__.py

Whitespace-only changes.

propagator/opentelemetry-propagator-aws-xray/tests/trace/propagation/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)