Skip to content

yiyuan-he/aws-otel-python-instrumentation

This branch is up to date with aws-observability/aws-otel-python-instrumentation:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 3, 2025
Feb 13, 2025
Jan 9, 2024
Jan 29, 2025
Mar 3, 2025
Jan 7, 2025
May 31, 2024
May 31, 2024
Jul 12, 2024
Oct 25, 2024
Jul 5, 2024
Mar 27, 2024
Feb 9, 2024
Jun 14, 2024
Feb 9, 2024
Feb 9, 2024
Dec 22, 2023
Jun 21, 2024
Jan 9, 2025
Dec 22, 2023
Dec 22, 2023
Dec 20, 2024
Jul 5, 2024
Jun 24, 2024
May 31, 2024
Oct 29, 2024
Jul 5, 2024

Repository files navigation

AWS Distro for OpenTelemetry - Instrumentation for Python

Introduction

This project is a redistribution of the OpenTelemetry Distro for Python, preconfigured for use with AWS services. Please check out that project too to get a better understanding of the underlying internals. You won't see much code in this repository since we only apply some small configuration changes, and our OpenTelemetry friends takes care of the rest. The exception to this is support for Application Signals.

We provided a Python agent that can be attached to any application using a supported Python version and dynamically injects bytecode to capture telemetry from a number of popular libraries and frameworks. The telemetry data can be exported in a variety of formats. In addition, the agent and exporter can be configured via command line arguments or environment variables. The net result is the ability to gather telemetry data from a Python application without any code changes.

Getting Started

Check out the getting started documentation.

Supported Python libraries and frameworks

For the complete list of supported frameworks, please refer to the OpenTelemetry for Python documentation.

Support

Please note that as per policy, we're providing support via GitHub on a best effort basis. However, if you have AWS Enterprise Support you can create a ticket and we will provide direct support within the respective SLAs.

Security issue notifications

If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our vulnerability reporting page. Please do not create a public github issue.

License

This project is licensed under the Apache-2.0 License.

Notices

Python Version Support

This project ensures compatibility with the following supported Python versions: 3.8, 3.9, 3.10, 3.11

Note on Amazon CloudWatch Application Signals

Amazon CloudWatch Application Signals components are designed to seamlessly work with all library instrumentations offered by OpenTelemetry Python auto-instrumentation. While upstream OpenTelemetry Python instrumentations are in beta, Application Signals components are stable, production ready and have also been tested for popular libraries/frameworks such as Django, Boto3, and others. We will prioritize backward compatibility for Application Signals components, striving to ensure that they remain functional even in the face of potential breaking changes introduced by OpenTelemetry upstream libraries. Please raise an issue if you notice Application Signals doesn't work for a particular OpenTelemetry supported library.

Checksum Verification

Artifacts released will include a .sha256 file for checksum verification starting from v0.7.0 To verify, run the command shasum -a 256 -c <artifact_name>.sha256 It should return the output <artifact_name>: OK if the validation is successful

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.3%
  • Java 8.3%
  • Rust 1.6%
  • Shell 1.4%
  • Dockerfile 1.3%
  • HCL 0.7%
  • JavaScript 0.4%