opentracing-contrib / python-django

OpenTracing instrumentation for the Django framework
BSD 3-Clause "New" or "Revised" License
105 stars 54 forks source link

Add another decorator to allow trace custom functions or methods that are not eclusivelly views. #67

Open crosvera opened 3 years ago

crosvera commented 3 years ago

Using the another_decorator(), allows to crate a new span for custom functions or methods that are not views.