You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# AWS Distro for OpenTelemetry Python SDK
1
+
# AWS Distro for OpenTelemetry Python Language
2
2
3
-
AWS Distro for OpenTelemetry Python SDK (ADOT Python SDK) is a distribution of [OpenTelemetry Python](https://github.com/open-telemetry/opentelemetry-python)with components to trace applications in a format compatible with the AWS X-Ray service. This enables all the features of the OpenTelemetry project and configures its components to create traces that can be viewed in the AWS X-Ray console and allow propagation of those contexts across multiple downstream AWS services.
3
+
This repo hosts documentation and sample apps for the ADOT Python library which provides the AWS service integrations for traces and metrics for the [OpenTelemetry Python](https://github.com/open-telemetry/opentelemetry-python)library. The library can be configured to support trace applications with the AWS X-Ray service. This enables all the features of the OpenTelemetry project and configures its components to create traces that can be viewed in the AWS X-Ray console and allow propagation of those contexts across multiple downstream AWS services.
4
4
5
5
## How it works
6
6
@@ -17,7 +17,7 @@ An easy way for a traced application to send traces to AWS X-Ray is by using the
17
17
18
18
## Getting Started
19
19
20
-
Check out the links below for information on getting started with ADOT Python SDK:
20
+
Check out the links below for information on getting started with ADOT in Python:
21
21
-[Tracing with Automatic Instrumentation](https://aws-otel.github.io/docs/getting-started/python-sdk/trace-auto-instr)
22
22
-[Tracing with Manual Instrumentation](https://aws-otel.github.io/docs/getting-started/python-sdk/trace-manual-instr)
0 commit comments