Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-jaeger-middleware-0.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

django_jaeger_middleware-0.0.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page