OpenTelemetry Instrumentation for Django
Project description
This library allows tracing requests for Django applications.
Installation
pip install opentelemetry-instrumentation-django
Configuration
Exclude lists
To exclude certain URLs from being tracked, set the environment variable OTEL_PYTHON_DJANGO_EXCLUDED_URLS with comma delimited regexes representing which URLs to exclude.
For example,
export OTEL_PYTHON_DJANGO_EXCLUDED_URLS="client/.*/info,healthcheck"
will exclude requests such as https://site/client/123/info and https://site/xyz/healthcheck.
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file opentelemetry-instrumentation-django-0.13b0.tar.gz
.
File metadata
- Download URL: opentelemetry-instrumentation-django-0.13b0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdfc367a34d6643cad5818e6f279607df1791452b109f29d4631da8b04ac9914 |
|
MD5 | f4aa80bc775d8194e3845bdaa57d7dfa |
|
BLAKE2b-256 | 38276e0ec3436ff9744e7ae17d3c0911490feaae516bd576270dae7f4e05098d |
File details
Details for the file opentelemetry_instrumentation_django-0.13b0-py3-none-any.whl
.
File metadata
- Download URL: opentelemetry_instrumentation_django-0.13b0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 147e6330313c3899b702a97dc04de92ebd389842bd31962eeb6f5c1abee8154b |
|
MD5 | aee6686fc63a0a0c8074f79fa3ba0135 |
|
BLAKE2b-256 | f4b56b8e5fc2bc198bbc362e92b2391593f779fcd02d330f97219d84a8f287fc |