Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add trace backends API #35

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Add trace backends API #35

wants to merge 9 commits into from

Conversation

florimondmanca
Copy link
Owner

@florimondmanca florimondmanca commented Mar 7, 2020

Fixes #32, fixes #28.

Still TODO:

@florimondmanca florimondmanca added the enhancement New feature or request label Mar 7, 2020
@codecov-io
Copy link

codecov-io commented Mar 7, 2020

Codecov Report

Merging #35 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #35   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          16     18    +2     
  Lines         399    460   +61     
=====================================
+ Hits          399    460   +61
Impacted Files Coverage Δ
tests/test_backends.py 100% <100%> (ø)
src/ddtrace_asgi/_middleware.py 100% <100%> (ø) ⬆️
src/ddtrace_asgi/_backends.py 100% <100%> (ø)
src/ddtrace_asgi/__init__.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 fde3c2e...78a186a. Read the comment docs.

@codecov-commenter
Copy link

Codecov Report

Merging #35 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #35   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        18    +2     
  Lines          399       460   +61     
=========================================
+ Hits           399       460   +61     
Impacted Files Coverage Δ
src/ddtrace_asgi/__init__.py 100.00% <100.00%> (ø)
src/ddtrace_asgi/_backends.py 100.00% <100.00%> (ø)
src/ddtrace_asgi/_middleware.py 100.00% <100.00%> (ø)
tests/test_backends.py 100.00% <100.00%> (ø)

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 78936f2...96a615b. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extension mechanism
3 participants