Skip to content

GalphaXie/django-jaeger-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

适用于django及基于django框架的项目中添加jaeger(遵循opentracing API)实现的middleware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages