{"id":21042782,"url":"https://github.com/aws-observability/aws-otel-python-instrumentation","last_synced_at":"2026-03-16T22:05:21.389Z","repository":{"id":233015533,"uuid":"734796211","full_name":"aws-observability/aws-otel-python-instrumentation","owner":"aws-observability","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-09T01:19:05.000Z","size":1258,"stargazers_count":4,"open_issues_count":13,"forks_count":20,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-09T02:31:37.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aws-observability.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-22T16:36:14.000Z","updated_at":"2025-05-09T01:19:09.000Z","dependencies_parsed_at":"2024-04-22T18:03:18.394Z","dependency_job_id":"3990ed6b-ed80-4880-af13-ce4a5ec90e03","html_url":"https://github.com/aws-observability/aws-otel-python-instrumentation","commit_stats":null,"previous_names":["aws-observability/aws-otel-python-instrumentation"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-observability%2Faws-otel-python-instrumentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-observability%2Faws-otel-python-instrumentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-observability%2Faws-otel-python-instrumentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-observability%2Faws-otel-python-instrumentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws-observability","download_url":"https://codeload.github.com/aws-observability/aws-otel-python-instrumentation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254388063,"owners_count":22062980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T14:09:01.015Z","updated_at":"2026-03-16T22:05:21.381Z","avatar_url":"https://github.com/aws-observability.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Distro for OpenTelemetry - Instrumentation for Python\n\n## Introduction\n\nThis project is a redistribution of the [OpenTelemetry Distro for Python](https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/opentelemetry-distro),\npreconfigured for use with AWS services. Please check out that project too to get a better\nunderstanding of the underlying internals. You won't see much code in this repository since we only\napply some small configuration changes, and our OpenTelemetry friends takes care of the rest. The \nexception to this is support for Application Signals.\n\nWe provided a Python agent that can be attached to any application using a supported Python version and dynamically injects\nbytecode to capture telemetry from a number of popular libraries and frameworks. The telemetry data\ncan be exported in a variety of formats. In addition, the agent and exporter can be configured via\ncommand line arguments or environment variables. The net result is the ability to gather telemetry\ndata from a Python application without any code changes.\n\n## Getting Started\n\nCheck out the [getting started documentation](https://aws-otel.github.io/docs/getting-started/python-sdk/auto-instr).\n\n## Supported Python libraries and frameworks\nFor the complete list of supported frameworks, please refer to the [OpenTelemetry for Python documentation](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/instrumentation/README.md).\n\n## Support\n\nPlease 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.\n\n## Security issue notifications\nIf you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n\n## Notices\n\n### Python Version Support\nThis project ensures compatibility with the following supported Python versions: 3.9, 3.10, 3.11, 3.12, 3.13, 3.14\n\n### Note on Amazon CloudWatch Application Signals\n[Amazon CloudWatch Application Signals](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Application-Monitoring-Sections.html) components are designed to seamlessly work with all library instrumentations offered by [OpenTelemetry Python auto-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/instrumentation/README.md). 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](https://github.com/aws-observability/aws-otel-python-instrumentation/tree/main/contract-tests/images/applications). 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](https://github.com/aws-observability/aws-otel-python-instrumentation/blob/main/CONTRIBUTING.md#reporting-bugsfeature-requests) if you notice Application Signals doesn't work for a particular OpenTelemetry supported library.\n\n## Checksum Verification\nArtifacts released will include a `.sha256` file for checksum verification starting from v0.7.0\nTo verify, run the command `shasum -a 256 -c \u003cartifact_name\u003e.sha256` \nIt should return the output `\u003cartifact_name\u003e: OK` if the validation is successful\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws-observability%2Faws-otel-python-instrumentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faws-observability%2Faws-otel-python-instrumentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws-observability%2Faws-otel-python-instrumentation/lists"}