Skip to content

Commit 86f84a5

Browse files
authored
Add OTel Python links to README + Update CI Badge (#346)
1 parent 14a7ad9 commit 86f84a5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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+
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).
9+
410
# AWS X-Ray SDK for Python
511

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

0 commit comments

Comments
 (0)