Skip to main content

Leverage AWS X-Ray for your Django projects! This Django app instruments your code to send traces to the X-Ray daemon.

Installation

pip install django-aws-xray

Update your Django settings:

INSTALLED_APPS += [
    'django_aws_xray'
]

MIDDLEWARE.insert(0, 'django_aws_xray.middleware.XRayMiddleware')

# Enable various instrumentation monkeypatches
AWS_XRAY_PATCHES = [
    'django_aws_xray.patches.cache',
    'django_aws_xray.patches.redis',
    'django_aws_xray.patches.db',
    'django_aws_xray.patches.requests',
    'django_aws_xray.patches.templates',
]

Settings

Setting

Name

Default

AWS_XRAY_SAMPLING_RATE

Sampling rate

100

AWS_XRAY_EXCLUDED_PATHS

Exclude paths

[]

AWS_XRAY_HOST

IP of X-Ray Daemon

127.0.0.1

AWS_XRAY_PORT

Port of X-Ray Daemon

2000

AWS_XRAY_PATCHES

Patches

[]

Credits

The database and cache instrumention code was based on the code from django-statsd

Release files for django-aws-xray 0.2.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-aws-xray 0.2.2
File Size Uploaded
django-aws-xray-0.2.2.tar.gz 7.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-aws-xray 0.2.2
File Interpreter ABI Platform
django_aws_xray-0.2.2-py2.py3-none-any.whl Python 3, Python 2 none any Details

Total release size: 18.3 kB

Release files / django-aws-xray-0.2.2.tar.gz

Download URL django-aws-xray-0.2.2.tar.gz
Size 7.1 kB
Tags Source
SHA-256 checksum
How to use checksums
937e66dc5058fc08128c9ede4458241bd5a24d0f1a48c5b1852f1e957fca6116
BLAKE2b-256 checksum
How to use checksums
33b1fa1c08aab4b1b7d432c846bdc47dbc52af8b7d55d66de49270e0d370b7a3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / django_aws_xray-0.2.2-py2.py3-none-any.whl

Download URL django_aws_xray-0.2.2-py2.py3-none-any.whl
Size 11.2 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
4082f1a9c2a9a9e6d23ae674ebcaad201c34d89bf534a70da9ed3e71759e0201
BLAKE2b-256 checksum
How to use checksums
8c221659dc0d889c83de7eb830b74920ad13b6a1d0c0092ba4b65878622c0c58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.2.2 This release

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.0

2 release files

0.0.4

2 release files

0.0.3

2 release files

0.0.2

2 release files

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page