Skip to content

Commit 4158016

Browse files
committed
Add OTel Python links to README + Update CI Badge
1 parent 14a7ad9 commit 4158016

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
[![Build Status](https://travis-ci.org/aws/aws-xray-sdk-python.svg?branch=master)](https://travis-ci.org/aws/aws-xray-sdk-python)
1+
![Build Status](https://github.com/aws/aws-xray-sdk-python/actions/workflows/IntegrationTesting.yaml/badge.svg)
22
[![codecov](https://codecov.io/gh/aws/aws-xray-sdk-python/branch/master/graph/badge.svg)](https://codecov.io/gh/aws/aws-xray-sdk-python)
33

4+
### :mega: OpenTelemetry Python with AWS X-Ray
5+
6+
AWS X-Ray recommends using AWS Distro for OpenTelemetry (ADOT) to instrument your application **instead of this X-Ray SDK** due to its wider range of features and instrumentations. See the [AWS X-Ray docs on Working with Python](https://docs.aws.amazon.com/xray/latest/devguide/xray-python.html) for more help with choosing between ADOT and X-Ray SDK.
7+
8+
**NOTE**: OpenTelemetry Python **does not currently support Centralized Sampling**, only the X-Ray SDK does, but we hope to have this feature in OTel in the future.
9+
10+
If you want additional features when tracing your Python applications, please [open an issue on the OpenTelemetry Python Instrumentation repository](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/new?labels=feature-request&template=feature_request.md&title=X-Ray%20Compatible%20Feature%20Request).
11+
412
# AWS X-Ray SDK for Python
513

614
![Screenshot of the AWS X-Ray console](/images/example_servicemap.png?raw=true)

0 commit comments

Comments
 (0)