python(django) tracing middleware tool: django-jaeger-middleware
Project description
django-jaeger-middleware
This is a simple jaeger tracing middleware for Django applications.
I read Jaeger - Distributed Tracing System on github and make it plus.
Installing
$ pip install django-jaeger-middleware
Then add django-jaeger-middleware.middleware.JaegerMiddleWare to the end your MIDDLEWARE in settings.py.
For example:
MIDDLEWARE = [
...
'django-jaeger-middleware.middleware.JaegerMiddleWare'
]
Enjoy!
Email me with any questions: galphaxie@gmail.com.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-jaeger-middleware-1.0.0.tar.gz.
File metadata
- Download URL: django-jaeger-middleware-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d875dd82590542c97fd181da202e082207ba5db0aebfec3f70a178697677482
|
|
| MD5 |
658986b0f1699faeae541c8c9167bc3d
|
|
| BLAKE2b-256 |
7f23e4ae3968bf86d070f2144d6c8936d9da81985574e38cdce93ff4c949a3e5
|
File details
Details for the file django_jaeger_middleware-1.0.0-py3-none-any.whl.
File metadata
- Download URL: django_jaeger_middleware-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b86324b5be7cd8a3a77c5881b6e3344ccb967a880494a57c6abc8aba8634e632
|
|
| MD5 |
9245b51cce8ebcd9a01bc1eb23076371
|
|
| BLAKE2b-256 |
36072f34b1b0915f55553eb26f55263b28a47d63c7cf11b950de329403fb3968
|