Skip to content

Commit 12857b3

Browse files
authored
Update README Description (#62)
* README update * remove missed reference to SDK
1 parent e8388c3 commit 12857b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# AWS Distro for OpenTelemetry Python SDK
1+
# AWS Distro for OpenTelemetry Python Language
22

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.
44

55
## How it works
66

@@ -17,7 +17,7 @@ An easy way for a traced application to send traces to AWS X-Ray is by using the
1717

1818
## Getting Started
1919

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:
2121
- [Tracing with Automatic Instrumentation](https://aws-otel.github.io/docs/getting-started/python-sdk/trace-auto-instr)
2222
- [Tracing with Manual Instrumentation](https://aws-otel.github.io/docs/getting-started/python-sdk/trace-manual-instr)
2323

0 commit comments

Comments
 (0)