zalando-zmon / opentracing-utils

Convenient utilities for adding OpenTracing support in your python projects
MIT License
20 stars 8 forks source link

Support django #29

Closed mohabusama closed 5 years ago

mohabusama commented 5 years ago

Add support for HTTP requests tracing in Django.

Note: at the moment this supports legacy Django==1.6 -> can be removed once we drop support for Python2.7

Also we can support for Django ORM instrumentation if we plan to only support Django>=2.0

codecov[bot] commented 5 years ago

Codecov Report

Merging #29 into master will increase coverage by 0.32%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   98.26%   98.59%   +0.32%     
==========================================
  Files           8        9       +1     
  Lines         289      357      +68     
==========================================
+ Hits          284      352      +68     
  Misses          5        5
Impacted Files Coverage Δ
opentracing_utils/tracers.py 85.29% <100%> (ø) :arrow_up:
opentracing_utils/__init__.py 100% <100%> (ø) :arrow_up:
opentracing_utils/libs/_django.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 224c24d...2e3e210. Read the comment docs.

vetinari commented 5 years ago

:+1:

mohabusama commented 5 years ago

👍