From 41200de5fcf8a806589e192aba99e4443ad499c6 Mon Sep 17 00:00:00 2001 From: Eric Hsueh Date: Wed, 18 May 2022 03:22:49 -0700 Subject: [PATCH 1/2] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6360ccb..40749fbf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AWS Distro for OpenTelemetry Python SDK -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. +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. Additionally, ADOT is now generally available for Python metrics. ## How it works From e14a5d3e4b3089373b6c601da2db1eb9868a98b8 Mon Sep 17 00:00:00 2001 From: Eric Hsueh Date: Wed, 18 May 2022 03:29:24 -0700 Subject: [PATCH 2/2] restructured placement of statement --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40749fbf..192ca64e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # AWS Distro for OpenTelemetry Python SDK -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. Additionally, ADOT is now generally available for Python metrics. +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. + +ADOT is also now generally available for Python metrics. ## How it works