beezz / ddtrace-graphql

Python library for Datadog tracing of graphql calls.
MIT License
35 stars 19 forks source link

Update ddtrace to 0.16.0 #49

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates ddtrace from 0.15.0 to 0.16.0.

Changelog ### 0.16.0 ``` New Integrations * [jinja2] Add jinja2 integration (649 -- thanks mgu) * [kombu] add Kombu integration (515 -- thanks tebriel) * [grpc] Add grpc client support. (641) * [gevent] Support gevent 1.3 (663) * [flask] rewrite Flask integration (667) Bug Fixes * [mysqldb] Fix mysqldb monkey patch (623 -- thanks benjamin-lim) * [requests] exclude basic auth from service name (646 -- thanks snopoke) Improvements * [core] Add IntegrationConfig helper class (684) * [core] add support for integration span hooks (679) * [httplib, requests] Sanitize urls in span metadata (688) * [tests] ensure we are running tests.contrib.test_utils (678) * [celery] [bottle] Add span type information for celery and bottle. (636) * [ci] Reorganize autopatch test calls (670) * [core] initial support for partial flushes (668) * [django] Remove query from django db span's tag sql.query (659) * [tests] Make CI faster by disabling dist and install in autopatching tests (654) * [core] Trace http headers (647) * [django] Infer span resource name when internal error handler is used (645) * [elasticsearch] Make constant organization consistent with other integrations (628) Read the [full changeset](https://github.com/DataDog/dd-trace-py/compare/v0.15.0...v0.16.0) and the [release milestone](https://github.com/DataDog/dd-trace-py/milestone/28?closed=1). ```
Links - PyPI: https://pypi.org/project/ddtrace - Changelog: https://pyup.io/changelogs/ddtrace/ - Repo: https://github.com/DataDog/dd-trace-py
codecov[bot] commented 5 years ago

Codecov Report

Merging #49 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #49   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines         109    109           
=====================================
  Hits          109    109

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 80cebd7...d1bde4b. Read the comment docs.