.coveragerc
.gitignore
.gitlab-ci.yml
.mergify.yml
.readthedocs.yml
CHANGELOG.md
Dockerfile
LICENSE
LICENSE.Apache
LICENSE.BSD3
NOTICE
README.md
conftest.py
docker-compose.yml
mypy.ini
pyproject.toml
riotfile.py
setup.cfg
setup.py
tox.ini
.circleci/config.yml
.circleci/scripts/test_build.sh
.github/CODEOWNERS
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE/bugfix.md
.github/PULL_REQUEST_TEMPLATE/feature.md
.github/PULL_REQUEST_TEMPLATE/integration.md
.github/workflows/bottle.yml
.github/workflows/build_deploy.yml
.github/workflows/changelog.yml
.github/workflows/django.yml
.github/workflows/fastapi.yml
.github/workflows/flask.yml
.github/workflows/starlette.yml
ddtrace/__init__.py
ddtrace/_hooks.py
ddtrace/compat.py
ddtrace/constants.py
ddtrace/context.py
ddtrace/encoding.py
ddtrace/filters.py
ddtrace/helpers.py
ddtrace/monkey.py
ddtrace/pin.py
ddtrace/provider.py
ddtrace/sampler.py
ddtrace/span.py
ddtrace/tracer.py
ddtrace/util.py
ddtrace.egg-info/PKG-INFO
ddtrace.egg-info/SOURCES.txt
ddtrace.egg-info/dependency_links.txt
ddtrace.egg-info/entry_points.txt
ddtrace.egg-info/requires.txt
ddtrace.egg-info/top_level.txt
ddtrace/bootstrap/__init__.py
ddtrace/bootstrap/sitecustomize.py
ddtrace/commands/__init__.py
ddtrace/commands/ddtrace_run.py
ddtrace/contrib/__init__.py
ddtrace/contrib/trace_utils.py
ddtrace/contrib/util.py
ddtrace/contrib/aiobotocore/__init__.py
ddtrace/contrib/aiobotocore/patch.py
ddtrace/contrib/aiohttp/__init__.py
ddtrace/contrib/aiohttp/middlewares.py
ddtrace/contrib/aiohttp/patch.py
ddtrace/contrib/aiohttp/template.py
ddtrace/contrib/aiopg/__init__.py
ddtrace/contrib/aiopg/connection.py
ddtrace/contrib/aiopg/patch.py
ddtrace/contrib/algoliasearch/__init__.py
ddtrace/contrib/algoliasearch/patch.py
ddtrace/contrib/asgi/__init__.py
ddtrace/contrib/asgi/middleware.py
ddtrace/contrib/asgi/utils.py
ddtrace/contrib/asyncio/__init__.py
ddtrace/contrib/asyncio/compat.py
ddtrace/contrib/asyncio/helpers.py
ddtrace/contrib/asyncio/patch.py
ddtrace/contrib/asyncio/provider.py
ddtrace/contrib/asyncio/wrappers.py
ddtrace/contrib/boto/__init__.py
ddtrace/contrib/boto/patch.py
ddtrace/contrib/botocore/__init__.py
ddtrace/contrib/botocore/patch.py
ddtrace/contrib/bottle/__init__.py
ddtrace/contrib/bottle/patch.py
ddtrace/contrib/bottle/trace.py
ddtrace/contrib/cassandra/__init__.py
ddtrace/contrib/cassandra/patch.py
ddtrace/contrib/cassandra/session.py
ddtrace/contrib/celery/__init__.py
ddtrace/contrib/celery/app.py
ddtrace/contrib/celery/constants.py
ddtrace/contrib/celery/patch.py
ddtrace/contrib/celery/signals.py
ddtrace/contrib/celery/task.py
ddtrace/contrib/celery/utils.py
ddtrace/contrib/cherrypy/__init__.py
ddtrace/contrib/cherrypy/middleware.py
ddtrace/contrib/consul/__init__.py
ddtrace/contrib/consul/patch.py
ddtrace/contrib/dbapi/__init__.py
ddtrace/contrib/django/__init__.py
ddtrace/contrib/django/apps.py
ddtrace/contrib/django/compat.py
ddtrace/contrib/django/conf.py
ddtrace/contrib/django/middleware.py
ddtrace/contrib/django/patch.py
ddtrace/contrib/django/restframework.py
ddtrace/contrib/django/utils.py
ddtrace/contrib/dogpile_cache/__init__.py
ddtrace/contrib/dogpile_cache/lock.py
ddtrace/contrib/dogpile_cache/patch.py
ddtrace/contrib/dogpile_cache/region.py
ddtrace/contrib/elasticsearch/__init__.py
ddtrace/contrib/elasticsearch/patch.py
ddtrace/contrib/elasticsearch/quantize.py
ddtrace/contrib/falcon/__init__.py
ddtrace/contrib/falcon/middleware.py
ddtrace/contrib/falcon/patch.py
ddtrace/contrib/fastapi/__init__.py
ddtrace/contrib/fastapi/patch.py
ddtrace/contrib/flask/__init__.py
ddtrace/contrib/flask/helpers.py
ddtrace/contrib/flask/middleware.py
ddtrace/contrib/flask/patch.py
ddtrace/contrib/flask/wrappers.py
ddtrace/contrib/flask_cache/__init__.py
ddtrace/contrib/flask_cache/tracers.py
ddtrace/contrib/flask_cache/utils.py
ddtrace/contrib/futures/__init__.py
ddtrace/contrib/futures/patch.py
ddtrace/contrib/futures/threading.py
ddtrace/contrib/gevent/__init__.py
ddtrace/contrib/gevent/greenlet.py
ddtrace/contrib/gevent/patch.py
ddtrace/contrib/gevent/provider.py
ddtrace/contrib/grpc/__init__.py
ddtrace/contrib/grpc/client_interceptor.py
ddtrace/contrib/grpc/constants.py
ddtrace/contrib/grpc/patch.py
ddtrace/contrib/grpc/server_interceptor.py
ddtrace/contrib/grpc/utils.py
ddtrace/contrib/httplib/__init__.py
ddtrace/contrib/httplib/patch.py
ddtrace/contrib/jinja2/__init__.py
ddtrace/contrib/jinja2/constants.py
ddtrace/contrib/jinja2/patch.py
ddtrace/contrib/kombu/__init__.py
ddtrace/contrib/kombu/constants.py
ddtrace/contrib/kombu/patch.py
ddtrace/contrib/kombu/utils.py
ddtrace/contrib/logging/__init__.py
ddtrace/contrib/logging/patch.py
ddtrace/contrib/mako/__init__.py
ddtrace/contrib/mako/constants.py
ddtrace/contrib/mako/patch.py
ddtrace/contrib/molten/__init__.py
ddtrace/contrib/molten/patch.py
ddtrace/contrib/molten/wrappers.py
ddtrace/contrib/mongoengine/__init__.py
ddtrace/contrib/mongoengine/patch.py
ddtrace/contrib/mongoengine/trace.py
ddtrace/contrib/mysql/__init__.py
ddtrace/contrib/mysql/patch.py
ddtrace/contrib/mysql/tracers.py
ddtrace/contrib/mysqldb/__init__.py
ddtrace/contrib/mysqldb/patch.py
ddtrace/contrib/psycopg/__init__.py
ddtrace/contrib/psycopg/connection.py
ddtrace/contrib/psycopg/patch.py
ddtrace/contrib/pylibmc/__init__.py
ddtrace/contrib/pylibmc/addrs.py
ddtrace/contrib/pylibmc/client.py
ddtrace/contrib/pylibmc/patch.py
ddtrace/contrib/pylons/__init__.py
ddtrace/contrib/pylons/compat.py
ddtrace/contrib/pylons/constants.py
ddtrace/contrib/pylons/middleware.py
ddtrace/contrib/pylons/patch.py
ddtrace/contrib/pylons/renderer.py
ddtrace/contrib/pymemcache/__init__.py
ddtrace/contrib/pymemcache/client.py
ddtrace/contrib/pymemcache/patch.py
ddtrace/contrib/pymongo/__init__.py
ddtrace/contrib/pymongo/client.py
ddtrace/contrib/pymongo/parse.py
ddtrace/contrib/pymongo/patch.py
ddtrace/contrib/pymysql/__init__.py
ddtrace/contrib/pymysql/patch.py
ddtrace/contrib/pymysql/tracers.py
ddtrace/contrib/pynamodb/__init__.py
ddtrace/contrib/pynamodb/patch.py
ddtrace/contrib/pyodbc/__init__.py
ddtrace/contrib/pyodbc/patch.py
ddtrace/contrib/pyramid/__init__.py
ddtrace/contrib/pyramid/constants.py
ddtrace/contrib/pyramid/patch.py
ddtrace/contrib/pyramid/trace.py
ddtrace/contrib/pytest/__init__.py
ddtrace/contrib/pytest/constants.py
ddtrace/contrib/pytest/plugin.py
ddtrace/contrib/redis/__init__.py
ddtrace/contrib/redis/patch.py
ddtrace/contrib/redis/tracers.py
ddtrace/contrib/redis/util.py
ddtrace/contrib/rediscluster/__init__.py
ddtrace/contrib/rediscluster/patch.py
ddtrace/contrib/requests/__init__.py
ddtrace/contrib/requests/connection.py
ddtrace/contrib/requests/constants.py
ddtrace/contrib/requests/legacy.py
ddtrace/contrib/requests/patch.py
ddtrace/contrib/requests/session.py
ddtrace/contrib/sanic/__init__.py
ddtrace/contrib/sanic/patch.py
ddtrace/contrib/sqlalchemy/__init__.py
ddtrace/contrib/sqlalchemy/engine.py
ddtrace/contrib/sqlalchemy/patch.py
ddtrace/contrib/sqlite3/__init__.py
ddtrace/contrib/sqlite3/connection.py
ddtrace/contrib/sqlite3/patch.py
ddtrace/contrib/starlette/__init__.py
ddtrace/contrib/starlette/patch.py
ddtrace/contrib/tornado/__init__.py
ddtrace/contrib/tornado/application.py
ddtrace/contrib/tornado/compat.py
ddtrace/contrib/tornado/constants.py
ddtrace/contrib/tornado/decorators.py
ddtrace/contrib/tornado/handlers.py
ddtrace/contrib/tornado/patch.py
ddtrace/contrib/tornado/stack_context.py
ddtrace/contrib/tornado/template.py
ddtrace/contrib/urllib3/__init__.py
ddtrace/contrib/urllib3/patch.py
ddtrace/contrib/vertica/__init__.py
ddtrace/contrib/vertica/constants.py
ddtrace/contrib/vertica/patch.py
ddtrace/contrib/wsgi/__init__.py
ddtrace/contrib/wsgi/wsgi.py
ddtrace/ext/__init__.py
ddtrace/ext/aws.py
ddtrace/ext/cassandra.py
ddtrace/ext/ci.py
ddtrace/ext/consul.py
ddtrace/ext/db.py
ddtrace/ext/elasticsearch.py
ddtrace/ext/errors.py
ddtrace/ext/git.py
ddtrace/ext/http.py
ddtrace/ext/kombu.py
ddtrace/ext/memcached.py
ddtrace/ext/mongo.py
ddtrace/ext/net.py
ddtrace/ext/priority.py
ddtrace/ext/redis.py
ddtrace/ext/sql.py
ddtrace/ext/system.py
ddtrace/ext/test.py
ddtrace/http/__init__.py
ddtrace/http/headers.py
ddtrace/internal/README.md
ddtrace/internal/__init__.py
ddtrace/internal/_encoding.c
ddtrace/internal/_encoding.pyi
ddtrace/internal/_encoding.pyx
ddtrace/internal/_rand.c
ddtrace/internal/_rand.pyi
ddtrace/internal/_rand.pyx
ddtrace/internal/_stdint.h
ddtrace/internal/agent.py
ddtrace/internal/atexit.py
ddtrace/internal/buff_converter.h
ddtrace/internal/buffer.py
ddtrace/internal/compat.py
ddtrace/internal/debug.py
ddtrace/internal/dogstatsd.py
ddtrace/internal/encoding.py
ddtrace/internal/forksafe.py
ddtrace/internal/hostname.py
ddtrace/internal/logger.py
ddtrace/internal/nogevent.py
ddtrace/internal/pack.h
ddtrace/internal/pack_template.h
ddtrace/internal/periodic.py
ddtrace/internal/rate_limiter.py
ddtrace/internal/service.py
ddtrace/internal/sma.py
ddtrace/internal/sysdep.h
ddtrace/internal/uds.py
ddtrace/internal/uwsgi.py
ddtrace/internal/writer.py
ddtrace/internal/processor/__init__.py
ddtrace/internal/processor/trace.py
ddtrace/internal/runtime/__init__.py
ddtrace/internal/runtime/collector.py
ddtrace/internal/runtime/constants.py
ddtrace/internal/runtime/container.py
ddtrace/internal/runtime/metric_collectors.py
ddtrace/internal/runtime/runtime_metrics.py
ddtrace/internal/runtime/tag_collectors.py
ddtrace/opentracer/__init__.py
ddtrace/opentracer/helpers.py
ddtrace/opentracer/settings.py
ddtrace/opentracer/span.py
ddtrace/opentracer/span_context.py
ddtrace/opentracer/tags.py
ddtrace/opentracer/tracer.py
ddtrace/opentracer/utils.py
ddtrace/opentracer/propagation/__init__.py
ddtrace/opentracer/propagation/binary.py
ddtrace/opentracer/propagation/http.py
ddtrace/opentracer/propagation/propagator.py
ddtrace/opentracer/propagation/text.py
ddtrace/profiling/__init__.py
ddtrace/profiling/_build.c
ddtrace/profiling/_build.pyi
ddtrace/profiling/_build.pyx
ddtrace/profiling/_traceback.py
ddtrace/profiling/auto.py
ddtrace/profiling/event.py
ddtrace/profiling/profiler.py
ddtrace/profiling/recorder.py
ddtrace/profiling/scheduler.py
ddtrace/profiling/bootstrap/__init__.py
ddtrace/profiling/bootstrap/sitecustomize.py
ddtrace/profiling/collector/__init__.py
ddtrace/profiling/collector/_memalloc.c
ddtrace/profiling/collector/_memalloc.pyi
ddtrace/profiling/collector/_memalloc_heap.c
ddtrace/profiling/collector/_memalloc_heap.h
ddtrace/profiling/collector/_memalloc_tb.c
ddtrace/profiling/collector/_memalloc_tb.h
ddtrace/profiling/collector/_pymacro.h
ddtrace/profiling/collector/_threading.c
ddtrace/profiling/collector/_threading.pyi
ddtrace/profiling/collector/_threading.pyx
ddtrace/profiling/collector/_traceback.c
ddtrace/profiling/collector/_traceback.pyi
ddtrace/profiling/collector/_traceback.pyx
ddtrace/profiling/collector/_utils.h
ddtrace/profiling/collector/memalloc.py
ddtrace/profiling/collector/stack.c
ddtrace/profiling/collector/stack.pyi
ddtrace/profiling/collector/stack.pyx
ddtrace/profiling/collector/threading.py
ddtrace/profiling/exporter/__init__.py
ddtrace/profiling/exporter/file.py
ddtrace/profiling/exporter/http.py
ddtrace/profiling/exporter/pprof.c
ddtrace/profiling/exporter/pprof.proto
ddtrace/profiling/exporter/pprof.pyi
ddtrace/profiling/exporter/pprof.pyx
ddtrace/profiling/exporter/pprof_pb2.py
ddtrace/profiling/exporter/pprof_pre312_pb2.py
ddtrace/propagation/__init__.py
ddtrace/propagation/http.py
ddtrace/propagation/utils.py
ddtrace/runtime/__init__.py
ddtrace/settings/__init__.py
ddtrace/settings/config.py
ddtrace/settings/exceptions.py
ddtrace/settings/http.py
ddtrace/settings/integration.py
ddtrace/utils/__init__.py
ddtrace/utils/attr.py
ddtrace/utils/attrdict.py
ddtrace/utils/cache.py
ddtrace/utils/config.py
ddtrace/utils/deprecation.py
ddtrace/utils/formats.py
ddtrace/utils/http.py
ddtrace/utils/importlib.py
ddtrace/utils/time.py
ddtrace/utils/version.py
ddtrace/utils/wrappers.py
ddtrace/vendor/__init__.py
ddtrace/vendor/contextvars/__init__.py
ddtrace/vendor/debtcollector/__init__.py
ddtrace/vendor/debtcollector/_utils.py
ddtrace/vendor/debtcollector/moves.py
ddtrace/vendor/debtcollector/removals.py
ddtrace/vendor/debtcollector/renames.py
ddtrace/vendor/debtcollector/updating.py
ddtrace/vendor/dogstatsd/__init__.py
ddtrace/vendor/dogstatsd/base.py
ddtrace/vendor/dogstatsd/compat.py
ddtrace/vendor/dogstatsd/context.py
ddtrace/vendor/dogstatsd/context_async.py
ddtrace/vendor/dogstatsd/format.py
ddtrace/vendor/dogstatsd/route.py
ddtrace/vendor/monotonic/__init__.py
ddtrace/vendor/psutil/__init__.py
ddtrace/vendor/psutil/_common.py
ddtrace/vendor/psutil/_compat.py
ddtrace/vendor/psutil/_psaix.py
ddtrace/vendor/psutil/_psbsd.py
ddtrace/vendor/psutil/_pslinux.py
ddtrace/vendor/psutil/_psosx.py
ddtrace/vendor/psutil/_psposix.py
ddtrace/vendor/psutil/_pssunos.py
ddtrace/vendor/psutil/_psutil_aix.c
ddtrace/vendor/psutil/_psutil_bsd.c
ddtrace/vendor/psutil/_psutil_common.c
ddtrace/vendor/psutil/_psutil_common.h
ddtrace/vendor/psutil/_psutil_linux.c
ddtrace/vendor/psutil/_psutil_osx.c
ddtrace/vendor/psutil/_psutil_posix.c
ddtrace/vendor/psutil/_psutil_posix.h
ddtrace/vendor/psutil/_psutil_sunos.c
ddtrace/vendor/psutil/_psutil_windows.c
ddtrace/vendor/psutil/_pswindows.py
ddtrace/vendor/psutil/setup.py
ddtrace/vendor/psutil/arch/aix/common.c
ddtrace/vendor/psutil/arch/aix/common.h
ddtrace/vendor/psutil/arch/aix/ifaddrs.c
ddtrace/vendor/psutil/arch/aix/ifaddrs.h
ddtrace/vendor/psutil/arch/aix/net_connections.c
ddtrace/vendor/psutil/arch/aix/net_connections.h
ddtrace/vendor/psutil/arch/aix/net_kernel_structs.h
ddtrace/vendor/psutil/arch/freebsd/proc_socks.c
ddtrace/vendor/psutil/arch/freebsd/proc_socks.h
ddtrace/vendor/psutil/arch/freebsd/specific.c
ddtrace/vendor/psutil/arch/freebsd/specific.h
ddtrace/vendor/psutil/arch/freebsd/sys_socks.c
ddtrace/vendor/psutil/arch/freebsd/sys_socks.h
ddtrace/vendor/psutil/arch/netbsd/socks.c
ddtrace/vendor/psutil/arch/netbsd/socks.h
ddtrace/vendor/psutil/arch/netbsd/specific.c
ddtrace/vendor/psutil/arch/netbsd/specific.h
ddtrace/vendor/psutil/arch/openbsd/specific.c
ddtrace/vendor/psutil/arch/openbsd/specific.h
ddtrace/vendor/psutil/arch/osx/process_info.c
ddtrace/vendor/psutil/arch/osx/process_info.h
ddtrace/vendor/psutil/arch/solaris/environ.c
ddtrace/vendor/psutil/arch/solaris/environ.h
ddtrace/vendor/psutil/arch/solaris/v10/ifaddrs.c
ddtrace/vendor/psutil/arch/solaris/v10/ifaddrs.h
ddtrace/vendor/psutil/arch/windows/global.c
ddtrace/vendor/psutil/arch/windows/global.h
ddtrace/vendor/psutil/arch/windows/inet_ntop.c
ddtrace/vendor/psutil/arch/windows/inet_ntop.h
ddtrace/vendor/psutil/arch/windows/ntextapi.h
ddtrace/vendor/psutil/arch/windows/process_handles.c
ddtrace/vendor/psutil/arch/windows/process_handles.h
ddtrace/vendor/psutil/arch/windows/process_info.c
ddtrace/vendor/psutil/arch/windows/process_info.h
ddtrace/vendor/psutil/arch/windows/security.c
ddtrace/vendor/psutil/arch/windows/security.h
ddtrace/vendor/psutil/arch/windows/services.c
ddtrace/vendor/psutil/arch/windows/services.h
ddtrace/vendor/psutil/arch/windows/wmi.c
ddtrace/vendor/psutil/arch/windows/wmi.h
ddtrace/vendor/wrapt/LICENSE
ddtrace/vendor/wrapt/__init__.py
ddtrace/vendor/wrapt/_wrappers.c
ddtrace/vendor/wrapt/decorators.py
ddtrace/vendor/wrapt/importer.py
ddtrace/vendor/wrapt/setup.py
ddtrace/vendor/wrapt/wrappers.py
docs/advanced_usage.rst
docs/basic_usage.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation_quickstart.rst
docs/integrations.rst
docs/release_notes.rst
docs/requirements.txt
docs/shared.rst
docs/spelling_wordlist.txt
docs/troubleshooting.rst
docs/_templates/navigation.html
hooks/autohook.sh
hooks/pre-commit/01-run-black
hooks/pre-commit/02-run-mypy
hooks/pre-commit/03-run-flake8
hooks/scripts/run-black.sh
hooks/scripts/run-flake8.sh
hooks/scripts/run-mypy.sh
releasenotes/config.yaml
releasenotes/notes/add-py27-windows-support-a624cbc63b8f90de.yaml
releasenotes/notes/aiohttp-remove-1.x-7a899e50dff73357.yaml
releasenotes/notes/botocore-distributed-tracing-config-cd37b439d6d77dc6.yaml
releasenotes/notes/botocore-exclude-records--74ac3e5d4d4fdc95.yaml
releasenotes/notes/bottle-int-config-6772ca40a3954399.yaml
releasenotes/notes/build-deploy-py39-wheels-6524f77277e3c788.yaml
releasenotes/notes/cherrypy-first-version-89893f512b2fa083.yaml
releasenotes/notes/configure-6973c2ed2105a1c0.yaml
releasenotes/notes/configure-a39313ef4fed9028.yaml
releasenotes/notes/context-3467ab87a70c601e.yaml
releasenotes/notes/context-df929fc8dfe148ba.yaml
releasenotes/notes/current-span-reset-a860bbbad3acda5c.yaml
releasenotes/notes/datadog-lambda-extension-6ae77025f24a82cc.yaml
releasenotes/notes/dbapi-ctx-manager-008915d487d9f50d.yaml
releasenotes/notes/dbapi2-deprecate-analytics-config-ececae6e9274f852.yaml
releasenotes/notes/ddtags-space-82407d0d3f0426cd.yaml
releasenotes/notes/ddtrace-run-enhancements-eb156e6722164894.yaml
releasenotes/notes/ddtracerun-gevent-928b4050fd96f142.yaml
releasenotes/notes/depends-on-attrs-19687d5b7a597744.yaml
releasenotes/notes/depends-on-six-e9b79edbf0d169a2.yaml
releasenotes/notes/deprecate-compat-c70f99dc038bc947.yaml
releasenotes/notes/deprecate-dbapi-config-0fc5b1acfc4aded2.yaml
releasenotes/notes/deprecate-ddtrace-encoding-84ffb8a36694161f.yaml
releasenotes/notes/deprecate-ddtrace-http-ce198e779de69237.yaml
releasenotes/notes/deprecate-pyddprofile-41de3d099775ee0c.yaml
releasenotes/notes/django-2ebd5565ee27d4d1.yaml
releasenotes/notes/django-404-214280e31b72571c.yaml
releasenotes/notes/django-key-error-be8812133f0ef920.yaml
releasenotes/notes/django-request-uri-safe-guards-fdd8bd664374ded1.yaml
releasenotes/notes/django-view-mro-check-782374fb9c427305.yaml
releasenotes/notes/docs-gunicorn-bd0db8c3c25c7deb.yaml
releasenotes/notes/dogpile-cc205f8abf149360.yaml
releasenotes/notes/drop-gevent-10-438387fecc241e60.yaml
releasenotes/notes/elasticsearch-0a97722c93d66016.yaml
releasenotes/notes/encoding-strict-types-b2bbd0844b28168a.yaml
releasenotes/notes/es-92a00e4a03a65da6.yaml
releasenotes/notes/falcon-int-config-a85b605cac4a7dbc.yaml
releasenotes/notes/feature-aiohttp-23084fcf8e34ad0a.yaml
releasenotes/notes/feature-bottle-44cadc4aabaa750d.yaml
releasenotes/notes/feature-fastapi-ccce6171c5e1ccde.yaml
releasenotes/notes/feature-flask-4bdb2b839fada0fb.yaml
releasenotes/notes/feature-flask-6744ed2003376d74.yaml
releasenotes/notes/feature-inject-trace-lambda-invoke-818866a5de2015a9.yaml
releasenotes/notes/feature-injectr-trace-sqs-send-message-035dc3300db0cad0.yaml
releasenotes/notes/feature-molten-041abc52f37eed37.yaml
releasenotes/notes/feature-pyodbc-52e513ccf4c6a03c.yaml
releasenotes/notes/feature-pyramid-aa3d4c3361861753.yaml
releasenotes/notes/feature-service-mapping-b1c6cf37a5ad6417.yaml
releasenotes/notes/feature-starlette-e5171e4b2b2646c3.yaml
releasenotes/notes/feature-urllib3-integration-ab30709c8a39934c.yaml
releasenotes/notes/fix-aiobotocore-9eeac808a3bf0f63.yaml
releasenotes/notes/fix-botocore-missing-response-meta-e80c1cfb34ec0881.yaml
releasenotes/notes/fix-container-id-cgroup-parsing-28790e02a2ac0adc.yaml
releasenotes/notes/fix-dbapi-rowcount-guard-6c6455278f15d262.yaml
releasenotes/notes/fix-django-correct-legacy-resource-c27c7402b6b0be37.yaml
releasenotes/notes/fix-django-empty-middleware-056f9c75ad963f1f.yaml
releasenotes/notes/fix-elasticsearch-a3f89a915ccc36c4.yaml
releasenotes/notes/fix-fargate-cgroup-parsing-9ba690fc7e2e57f4.yaml
releasenotes/notes/fix-grpc-client-meta-1145db1fec07255f.yaml
releasenotes/notes/fix-grpc-method-93038a476c9e95aa.yaml
releasenotes/notes/fix-grpc-streaming-next-5acf03fec7056a48.yaml
releasenotes/notes/fix-grpc-streaming-prefetch-95e816bd0fd85723.yaml
releasenotes/notes/fix-grpc-target-0a1daf38516be79f.yaml
releasenotes/notes/fix-logger-standard-logging-rate-envvar-155e113deea71e85.yaml
releasenotes/notes/fix-logging-strformatstyle-9c02e1d024961c0f.yaml
releasenotes/notes/fix-mako-template-filename-31efcdb8592758c6.yaml
releasenotes/notes/fix-monkey-patch-on-import-7bbf81bcd2a86f11.yaml
releasenotes/notes/fix-sampler_sample_rate_bug-b93ffc6036982ba8.yaml
releasenotes/notes/fix-sanic-resource-name-e9f5b0417f3cda13.yaml
releasenotes/notes/fix-span-type-web-20122b5c57c50341.yaml
releasenotes/notes/fix-starlette-unpatch-24829144874afc6d.yaml
releasenotes/notes/fix-trace_id_lock-profiling-585779e8713144f3.yaml
releasenotes/notes/fix.urllib3.integration-610312498fcdce86.yaml
releasenotes/notes/flask-241a6dd8c17e2c12.yaml
releasenotes/notes/flask-codes-f0841d78ec847807.yaml
releasenotes/notes/flask-fix-query-encoding-ef177f8c9c7a679a.yaml
releasenotes/notes/flask-http-helpers-0167071f46a36e00.yaml
releasenotes/notes/futures-f485da98a50c9d50.yaml
releasenotes/notes/gevent-pynamodb-fix-72ac7017e51fd4f9.yaml
releasenotes/notes/grpc-client-measured-span-aa043d35bfe71238.yaml
releasenotes/notes/grpc-future-callback-a3cc27b11df34eef.yaml
releasenotes/notes/httplib-3b8917c90d162170.yaml
releasenotes/notes/metrics-api-5fb1d572d7f7137e.yaml
releasenotes/notes/null-trace-propagation-95ca602d2cc05ea1.yaml
releasenotes/notes/perf-improve-header-extraction-30f575d5034b7e20.yaml
releasenotes/notes/profiler-gevent-warns-on-late-patch-3f4f897c8904591c.yaml
releasenotes/notes/profiler-stack-greenlet-tracer-6f960c1557fd39c4.yaml
releasenotes/notes/profiler-uds-108b876bdab8a151.yaml
releasenotes/notes/profiler-url-c61885c7d1fd5ea6.yaml
releasenotes/notes/profiling-agentless-feb211ee5e1f454f.yaml
releasenotes/notes/profiling-default-timeout-agent-43b19237a21fd337.yaml
releasenotes/notes/profiling-enable-new-memalloc-profiler-default-fac01a6d596b6404.yaml
releasenotes/notes/profiling-export-tags-fixed-9d383890c8e5c4c1.yaml
releasenotes/notes/profiling-fix-deadlock-gevent-1e6192828238def3.yaml
releasenotes/notes/profiling-fix-ignore-profiler-gevent-stack-collector-3270d81c84080ccb.yaml
releasenotes/notes/profiling-fix-newline-error-8d4d10ed61143e16.yaml
releasenotes/notes/profiling-fix-uds-ebf0ea0587c8a23c.yaml
releasenotes/notes/profiling-fix-uwsgi-empty-profiles-7dbd5fdd93dea47f.yaml
releasenotes/notes/profiling-lower-max-cpu-usage-default-59458d90e0d6d33d.yaml
releasenotes/notes/profiling-no-flush-on-fork-c6c2b3c2d27a9a32.yaml
releasenotes/notes/profiling-remove-profile-fbf8e32388899b05.yaml
releasenotes/notes/profiling-remove-pyddprofile-1a699c195d9d3ab0.yaml
releasenotes/notes/profiling-remove-tracemalloc-memory-collector-7a98634e0d9672a6.yaml
releasenotes/notes/profiling-remove-uncaught-exception-be09cc1bca6b7af6.yaml
releasenotes/notes/profiling-tags-api-f4d732d3c31ee2cf.yaml
releasenotes/notes/profiling-threading-tracing-6877348333bbaa80.yaml
releasenotes/notes/profiling-timeout-10s-a2468ce1444887b5.yaml
releasenotes/notes/profiling-use-tracer-config-83aa0ae0c2c53086.yaml
releasenotes/notes/profiling-uwsgi-faaeb38f11bd287b.yaml
releasenotes/notes/py39-5a422b73ba563189.yaml
releasenotes/notes/pylons-http-3d542b80b3fc4b48.yaml
releasenotes/notes/pylons-int-config-b500a59f78297b88.yaml
releasenotes/notes/pymemcache-update-c6d830daa541b3c8.yaml
releasenotes/notes/pymongo-config-6e4495f0be97e288.yaml
releasenotes/notes/pyramid-config-7db0cb8f089c9417.yaml
releasenotes/notes/pytest-d174e595f0c8abd0.yaml
releasenotes/notes/pytest-patch-all-05b2c812bf6ce0c2.yaml
releasenotes/notes/pytest-xfail-c15914f8ae3281c9.yaml
releasenotes/notes/remove-apptypes-76c78d46c1792863.yaml
releasenotes/notes/remove-payload-submodule-58fac4aaf3d4f5da.yaml
releasenotes/notes/requests-b06e324e36e03ae5.yaml
releasenotes/notes/restart-profiler-fork-9bfaec1942112026.yaml
releasenotes/notes/runtime-metrics-runtime-error-33e2d4cc17cf4aca.yaml
releasenotes/notes/span-22c2917b9580c0e6.yaml
releasenotes/notes/span-pprint-json-855d32f50798fd8d.yaml
releasenotes/notes/startup-logs-4d7acd6fa6b34074.yaml
releasenotes/notes/tornado-int-config-a8900a60201d4d61.yaml
releasenotes/notes/tornado-none-bug-85faed75c859f5e5.yaml
releasenotes/notes/trace-58c201a4a5f38002.yaml
releasenotes/notes/traced-session-1f2134ac99449b91.yaml
releasenotes/notes/tracer-200a66ebb04f6cb0.yaml
releasenotes/notes/url-7d1cb4e659ebca31.yaml
releasenotes/notes/url-sanitizer-26c7078e37f395c0.yaml
releasenotes/notes/utils-remove-merge-dicts-9252805c864677f8.yaml
releasenotes/notes/uwsgi-workaround-6fbfde6c19691d8b.yaml
releasenotes/notes/wsgi-30613a9c30834225.yaml
scripts/build-dist
scripts/build-dist-cp27
scripts/build-docs
scripts/cformat.sh
scripts/check-releasenotes
scripts/ddtest
scripts/mkwheelhouse
scripts/run-tox-scenario
scripts/stubgen.sh
scripts/validate-version
tests/__init__.py
tests/conftest.py
tests/ddtrace_run.py
tests/subprocesstest.py
tests/utils.py
tests/wait-for-services.py
tests/benchmarks/__init__.py
tests/benchmarks/test_encoding.py
tests/benchmarks/test_propagation.py
tests/benchmarks/test_span_id.py
tests/benchmarks/test_trace_utils.py
tests/benchmarks/test_tracer.py
tests/cache/__init__.py
tests/cache/conftest.py
tests/commands/__init__.py
tests/commands/ddtrace_minimal.py
tests/commands/ddtrace_run_app_name.py
tests/commands/ddtrace_run_argv.py
tests/commands/ddtrace_run_debug.py
tests/commands/ddtrace_run_disabled.py
tests/commands/ddtrace_run_dogstatsd.py
tests/commands/ddtrace_run_enabled.py
tests/commands/ddtrace_run_env.py
tests/commands/ddtrace_run_gevent.py
tests/commands/ddtrace_run_global_tags.py
tests/commands/ddtrace_run_hostname.py
tests/commands/ddtrace_run_integration.py
tests/commands/ddtrace_run_logs_injection.py
tests/commands/ddtrace_run_no_debug.py
tests/commands/ddtrace_run_patched_modules.py
tests/commands/ddtrace_run_priority_sampling.py
tests/commands/ddtrace_run_profiling.py
tests/commands/ddtrace_run_service.py
tests/commands/ddtrace_run_sitecustomize.py
tests/commands/test_runner.py
tests/commands/bootstrap/__init__.py
tests/commands/bootstrap/sitecustomize.py
tests/contrib/__init__.py
tests/contrib/config.py
tests/contrib/patch.py
tests/contrib/aiobotocore/__init__.py
tests/contrib/aiobotocore/test.py
tests/contrib/aiobotocore/utils.py
tests/contrib/aiohttp/__init__.py
tests/contrib/aiohttp/conftest.py
tests/contrib/aiohttp/test_middleware.py
tests/contrib/aiohttp/test_request.py
tests/contrib/aiohttp/test_request_safety.py
tests/contrib/aiohttp/test_templates.py
tests/contrib/aiohttp/app/__init__.py
tests/contrib/aiohttp/app/web.py
tests/contrib/aiohttp/app/statics/empty.txt
tests/contrib/aiohttp/app/templates/__init__.py
tests/contrib/aiohttp/app/templates/template.jinja2
tests/contrib/aiopg/__init__.py
tests/contrib/aiopg/test.py
tests/contrib/aiopg/py35/__init__.py
tests/contrib/aiopg/py35/test.py
tests/contrib/aiopg/py37/__init__.py
tests/contrib/aiopg/py37/test.py
tests/contrib/algoliasearch/__init__.py
tests/contrib/algoliasearch/test.py
tests/contrib/asgi/test_asgi.py
tests/contrib/asyncio/__init__.py
tests/contrib/asyncio/test_helpers.py
tests/contrib/asyncio/test_patch.py
tests/contrib/asyncio/test_propagation.py
tests/contrib/asyncio/test_tracer.py
tests/contrib/asyncio/test_tracer_safety.py
tests/contrib/asyncio/utils.py
tests/contrib/boto/__init__.py
tests/contrib/boto/test.py
tests/contrib/botocore/__init__.py
tests/contrib/botocore/test.py
tests/contrib/bottle/__init__.py
tests/contrib/bottle/test.py
tests/contrib/bottle/test_autopatch.py
tests/contrib/bottle/test_distributed.py
tests/contrib/cassandra/__init__.py
tests/contrib/cassandra/test.py
tests/contrib/celery/__init__.py
tests/contrib/celery/autopatch.py
tests/contrib/celery/base.py
tests/contrib/celery/test_app.py
tests/contrib/celery/test_autopatch.py
tests/contrib/celery/test_integration.py
tests/contrib/celery/test_old_style_task.py
tests/contrib/celery/test_patch.py
tests/contrib/celery/test_task_deprecation.py
tests/contrib/celery/test_utils.py
tests/contrib/cherrypy/__init__.py
tests/contrib/cherrypy/test.conf
tests/contrib/cherrypy/test_middleware.py
tests/contrib/cherrypy/web.py
tests/contrib/consul/__init__.py
tests/contrib/consul/test.py
tests/contrib/dbapi/__init__.py
tests/contrib/dbapi/test_dbapi.py
tests/contrib/django/__init__.py
tests/contrib/django/compat.py
tests/contrib/django/conftest.py
tests/contrib/django/middleware.py
tests/contrib/django/test_django.py
tests/contrib/django/test_django_migration.py
tests/contrib/django/test_django_patch.py
tests/contrib/django/test_django_snapshots.py
tests/contrib/django/views.py
tests/contrib/django/django1_app/__init__.py
tests/contrib/django/django1_app/settings.py
tests/contrib/django/django1_app/urls.py
tests/contrib/django/django_app/__init__.py
tests/contrib/django/django_app/extra_urls.py
tests/contrib/django/django_app/settings.py
tests/contrib/django/django_app/urls.py
tests/contrib/django/templates/basic.html
tests/contrib/django/templates/cached_list.html
tests/contrib/django/templates/custom_dispatch.html
tests/contrib/django/templates/users_list.html
tests/contrib/djangorestframework/__init__.py
tests/contrib/djangorestframework/conftest.py
tests/contrib/djangorestframework/test_djangorestframework.py
tests/contrib/djangorestframework/app/__init__.py
tests/contrib/djangorestframework/app/exceptions.py
tests/contrib/djangorestframework/app/settings.py
tests/contrib/djangorestframework/app/views.py
tests/contrib/dogpile_cache/__init__.py
tests/contrib/dogpile_cache/test_tracing.py
tests/contrib/elasticsearch/__init__.py
tests/contrib/elasticsearch/test_elasticsearch.py
tests/contrib/elasticsearch/test_elasticsearch_multi.py
tests/contrib/falcon/__init__.py
tests/contrib/falcon/test_autopatch.py
tests/contrib/falcon/test_distributed_tracing.py
tests/contrib/falcon/test_middleware.py
tests/contrib/falcon/test_suite.py
tests/contrib/falcon/app/__init__.py
tests/contrib/falcon/app/app.py
tests/contrib/falcon/app/resources.py
tests/contrib/fastapi/__init__.py
tests/contrib/fastapi/app.py
tests/contrib/fastapi/test_fastapi.py
tests/contrib/flask/__init__.py
tests/contrib/flask/test_blueprint.py
tests/contrib/flask/test_errorhandler.py
tests/contrib/flask/test_flask_helpers.py
tests/contrib/flask/test_hooks.py
tests/contrib/flask/test_idempotency.py
tests/contrib/flask/test_middleware.py
tests/contrib/flask/test_request.py
tests/contrib/flask/test_signals.py
tests/contrib/flask/test_static.py
tests/contrib/flask/test_template.py
tests/contrib/flask/test_views.py
tests/contrib/flask/web.py
tests/contrib/flask/static/test.txt
tests/contrib/flask/test_templates/err.html
tests/contrib/flask/test_templates/render_err.html
tests/contrib/flask/test_templates/test.html
tests/contrib/flask_autopatch/__init__.py
tests/contrib/flask_autopatch/test_flask_autopatch.py
tests/contrib/flask_autopatch/test_templates/err.html
tests/contrib/flask_autopatch/test_templates/test.html
tests/contrib/flask_cache/__init__.py
tests/contrib/flask_cache/test.py
tests/contrib/flask_cache/test_utils.py
tests/contrib/flask_cache/test_wrapper_safety.py
tests/contrib/futures/__init__.py
tests/contrib/futures/test_propagation.py
tests/contrib/gevent/__init__.py
tests/contrib/gevent/monkeypatch.py
tests/contrib/gevent/test_tracer.py
tests/contrib/gevent/utils.py
tests/contrib/grpc/__init__.py
tests/contrib/grpc/hello.proto
tests/contrib/grpc/hello_pb2.py
tests/contrib/grpc/hello_pb2_grpc.py
tests/contrib/grpc/test_grpc.py
tests/contrib/grpc/test_grpc_utils.py
tests/contrib/httplib/__init__.py
tests/contrib/httplib/test_httplib.py
tests/contrib/httplib/test_httplib_distributed.py
tests/contrib/jinja2/__init__.py
tests/contrib/jinja2/test_jinja2.py
tests/contrib/jinja2/templates/base.html
tests/contrib/jinja2/templates/template.html
tests/contrib/kombu/__init__.py
tests/contrib/kombu/test.py
tests/contrib/logging/__init__.py
tests/contrib/logging/test_logging.py
tests/contrib/mako/__init__.py
tests/contrib/mako/test_mako.py
tests/contrib/mako/templates/template.html
tests/contrib/molten/__init__.py
tests/contrib/molten/test_molten.py
tests/contrib/molten/test_molten_di.py
tests/contrib/mongoengine/__init__.py
tests/contrib/mongoengine/test.py
tests/contrib/mongoengine/test_backwards.py
tests/contrib/mysql/__init__.py
tests/contrib/mysql/test_backwards_compatibility.py
tests/contrib/mysql/test_mysql.py
tests/contrib/mysqldb/__init__.py
tests/contrib/mysqldb/test_mysqldb.py
tests/contrib/psycopg/__init__.py
tests/contrib/psycopg/test_psycopg.py
tests/contrib/pylibmc/__init__.py
tests/contrib/pylibmc/test.py
tests/contrib/pylons/__init__.py
tests/contrib/pylons/test.ini
tests/contrib/pylons/test_pylons.py
tests/contrib/pylons/app/__init__.py
tests/contrib/pylons/app/middleware.py
tests/contrib/pylons/app/router.py
tests/contrib/pylons/app/web.py
tests/contrib/pylons/app/controllers/__init__.py
tests/contrib/pylons/app/controllers/root.py
tests/contrib/pylons/app/lib/__init__.py
tests/contrib/pylons/app/lib/base.py
tests/contrib/pylons/app/lib/helpers.py
tests/contrib/pylons/app/templates/exception.mako
tests/contrib/pylons/app/templates/template.mako
tests/contrib/pymemcache/__init__.py
tests/contrib/pymemcache/test_client.py
tests/contrib/pymemcache/test_client_mixin.py
tests/contrib/pymemcache/utils.py
tests/contrib/pymemcache/autopatch/__init__.py
tests/contrib/pymemcache/autopatch/test.py
tests/contrib/pymongo/__init__.py
tests/contrib/pymongo/test.py
tests/contrib/pymongo/test_spec.py
tests/contrib/pymysql/__init__.py
tests/contrib/pymysql/test_backwards_compatibility.py
tests/contrib/pymysql/test_pymysql.py
tests/contrib/pynamodb/__init__.py
tests/contrib/pynamodb/test_pynamodb.py
tests/contrib/pyodbc/__init__.py
tests/contrib/pyodbc/test_pyodbc.py
tests/contrib/pyramid/__init__.py
tests/contrib/pyramid/test_pyramid.py
tests/contrib/pyramid/test_pyramid_autopatch.py
tests/contrib/pyramid/utils.py
tests/contrib/pyramid/app/__init__.py
tests/contrib/pyramid/app/web.py
tests/contrib/pytest/__init__.py
tests/contrib/pytest/test_pytest.py
tests/contrib/redis/__init__.py
tests/contrib/redis/test_redis.py
tests/contrib/rediscluster/__init__.py
tests/contrib/rediscluster/test.py
tests/contrib/requests/__init__.py
tests/contrib/requests/test_requests.py
tests/contrib/requests/test_requests_distributed.py
tests/contrib/sanic/__init__.py
tests/contrib/sanic/conftest.py
tests/contrib/sanic/test_sanic.py
tests/contrib/sanic/test_sanic_server.py
tests/contrib/sqlalchemy/__init__.py
tests/contrib/sqlalchemy/mixins.py
tests/contrib/sqlalchemy/test_mysql.py
tests/contrib/sqlalchemy/test_patch.py
tests/contrib/sqlalchemy/test_postgres.py
tests/contrib/sqlalchemy/test_sqlite.py
tests/contrib/sqlite3/__init__.py
tests/contrib/sqlite3/test_sqlite3.py
tests/contrib/starlette/app.py
tests/contrib/starlette/test_starlette.py
tests/contrib/tornado/__init__.py
tests/contrib/tornado/test_config.py
tests/contrib/tornado/test_executor_decorator.py
tests/contrib/tornado/test_safety.py
tests/contrib/tornado/test_stack_context.py
tests/contrib/tornado/test_tornado_template.py
tests/contrib/tornado/test_tornado_web.py
tests/contrib/tornado/test_wrap_decorator.py
tests/contrib/tornado/utils.py
tests/contrib/tornado/web/__init__.py
tests/contrib/tornado/web/app.py
tests/contrib/tornado/web/compat.py
tests/contrib/tornado/web/uimodules.py
tests/contrib/tornado/web/statics/empty.txt
tests/contrib/tornado/web/templates/exception.html
tests/contrib/tornado/web/templates/item.html
tests/contrib/tornado/web/templates/list.html
tests/contrib/tornado/web/templates/page.html
tests/contrib/urllib3/__init__.py
tests/contrib/urllib3/test_urllib3.py
tests/contrib/urllib3/test_urllib3_patch.py
tests/contrib/uwsgi/__init__.py
tests/contrib/vertica/__init__.py
tests/contrib/vertica/test_vertica.py
tests/contrib/wsgi/__init__.py
tests/contrib/wsgi/test_wsgi.py
tests/integration/__init__.py
tests/integration/hello.py
tests/integration/test_debug.py
tests/integration/test_integration.py
tests/integration/test_integration_snapshots.py
tests/opentracer/__init__.py
tests/opentracer/conftest.py
tests/opentracer/test_tracer_asyncio.py
tests/opentracer/test_tracer_gevent.py
tests/opentracer/test_tracer_tornado.py
tests/opentracer/utils.py
tests/opentracer/core/__init__.py
tests/opentracer/core/test_dd_compatibility.py
tests/opentracer/core/test_span.py
tests/opentracer/core/test_span_context.py
tests/opentracer/core/test_tracer.py
tests/opentracer/core/test_utils.py
tests/pep562_test/__init__.py
tests/profiling/__init__.py
tests/profiling/_wrong_file
tests/profiling/conftest.py
tests/profiling/gevent_fork.py
tests/profiling/run.py
tests/profiling/simple_program.py
tests/profiling/simple_program_fork.py
tests/profiling/simple_program_gevent.py
tests/profiling/test_accuracy.py
tests/profiling/test_main.py
tests/profiling/test_profiler.py
tests/profiling/test_recorder.py
tests/profiling/test_scheduler.py
tests/profiling/test_traceback.py
tests/profiling/test_uwsgi.py
tests/profiling/utils.py
tests/profiling/uwsgi-app.py
tests/profiling/wrong_program_gevent.py
tests/profiling/collector/__init__.py
tests/profiling/collector/conftest.py
tests/profiling/collector/test_collector.py
tests/profiling/collector/test_memalloc.py
tests/profiling/collector/test_stack.py
tests/profiling/collector/test_threading.py
tests/profiling/collector/test_traceback.py
tests/profiling/exporter/__init__.py
tests/profiling/exporter/test-pprof-exporter-py2.txt
tests/profiling/exporter/test-pprof-exporter.txt
tests/profiling/exporter/test_file.py
tests/profiling/exporter/test_http.py
tests/profiling/exporter/test_pprof.py
tests/runtime/__init__.py
tests/runtime/test_runtime_metrics_api.py
tests/snapshots/test_starlette.test_table_query_snapshot.snap
tests/snapshots/tests.contrib.cherrypy.test_middleware.test_child.snap
tests/snapshots/tests.contrib.cherrypy.test_middleware.test_error.snap
tests/snapshots/tests.contrib.cherrypy.test_middleware.test_fatal.snap
tests/snapshots/tests.contrib.cherrypy.test_middleware.test_success.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_404_exceptions.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_404_exceptions_111x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_404_exceptions_18x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_404_exceptions_21x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_callable_view.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_callable_view_111x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_callable_view_18x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_callable_view_21x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_partial_based_view.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_partial_based_view_111x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_partial_based_view_18x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_partial_based_view_21x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_safe_string_encoding.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_safe_string_encoding_111x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_safe_string_encoding_18x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_safe_string_encoding_21x.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_urlpatterns_include.snap
tests/snapshots/tests.contrib.django.test_django_snapshots.test_urlpatterns_include_21x.snap
tests/snapshots/tests.contrib.elasticsearch.test_elasticsearch_multi.test_elasticsearch.snap
tests/snapshots/tests.contrib.elasticsearch.test_elasticsearch_multi.test_elasticsearch2.snap
tests/snapshots/tests.contrib.elasticsearch.test_elasticsearch_multi.test_elasticsearch5.snap
tests/snapshots/tests.contrib.elasticsearch.test_elasticsearch_multi.test_elasticsearch6.snap
tests/snapshots/tests.contrib.elasticsearch.test_elasticsearch_multi.test_elasticsearch7.snap
tests/snapshots/tests.contrib.fastapi.test_fastapi.test_table_query_snapshot.snap
tests/snapshots/tests.contrib.grpc.test_grpc.test_method_service.snap
tests/snapshots/tests.contrib.psycopg.test_psycopg.test_composed_query_encoding.snap
tests/snapshots/tests.contrib.redis.test.test_analytics_with_rate.snap
tests/snapshots/tests.contrib.redis.test_redis.test_analytics_with_rate.snap
tests/snapshots/tests.contrib.redis.test_redis.test_analytics_without_rate.snap
tests/snapshots/tests.contrib.redis.test_redis.test_basics.snap
tests/snapshots/tests.contrib.redis.test_redis.test_env_user_specified_redis_service.snap
tests/snapshots/tests.contrib.redis.test_redis.test_long_command.snap
tests/snapshots/tests.contrib.redis.test_redis.test_meta_override.snap
tests/snapshots/tests.contrib.redis.test_redis.test_opentracing.snap
tests/snapshots/tests.contrib.redis.test_redis.test_pipeline_immediate.snap
tests/snapshots/tests.contrib.redis.test_redis.test_pipeline_traced.snap
tests/snapshots/tests.contrib.redis.test_redis.test_service_precedence.snap
tests/snapshots/tests.contrib.redis.test_redis.test_user_specified_service.snap
tests/snapshots/tests.contrib.urllib3.test_urllib3.test_urllib3_connectionpool_snapshot.snap
tests/snapshots/tests.contrib.urllib3.test_urllib3.test_urllib3_poolmanager_snapshot.snap
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_200.snap
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_500_py2.snap
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_500_py3.snap
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_chunked.snap
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_generator_exit_ignored_in_top_level_span_snapshot_py2.snap
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_generator_exit_ignored_in_top_level_span_snapshot_py3.snap
tests/snapshots/tests.integration.test_integration_snapshots.test_filters.snap
tests/snapshots/tests.integration.test_integration_snapshots.test_multiple_traces.snap
tests/snapshots/tests.integration.test_integration_snapshots.test_sampling.snap
tests/snapshots/tests.integration.test_integration_snapshots.test_single_trace_single_span.snap
tests/snapshots/tests.integration.test_integration_snapshots.test_synchronous_writer.snap
tests/snapshots/tests.integration.test_integration_snapshots.test_tracer_trace_across_fork.snap
tests/snapshots/tests.integration.test_integration_snapshots.test_tracer_trace_across_multiple_forks.snap
tests/test_module/__init__.py
tests/test_module2/__init__.py
tests/tracer/__init__.py
tests/tracer/test_agent.py
tests/tracer/test_atexit.py
tests/tracer/test_buffer.py
tests/tracer/test_compat.py
tests/tracer/test_context.py
tests/tracer/test_encoders.py
tests/tracer/test_ext.py
tests/tracer/test_filters.py
tests/tracer/test_forksafe.py
tests/tracer/test_global_config.py
tests/tracer/test_helpers.py
tests/tracer/test_hooks.py
tests/tracer/test_hostname.py
tests/tracer/test_http.py
tests/tracer/test_instance_config.py
tests/tracer/test_logger.py
tests/tracer/test_monkey.py
tests/tracer/test_periodic.py
tests/tracer/test_pin.py
tests/tracer/test_processors.py
tests/tracer/test_propagation.py
tests/tracer/test_rand.py
tests/tracer/test_rate_limiter.py
tests/tracer/test_sampler.py
tests/tracer/test_service.py
tests/tracer/test_settings.py
tests/tracer/test_sma.py
tests/tracer/test_span.py
tests/tracer/test_trace_utils.py
tests/tracer/test_tracer.py
tests/tracer/test_utils.py
tests/tracer/test_writer.py
tests/tracer/fixtures/ci/appveyor.json
tests/tracer/fixtures/ci/azurepipelines.json
tests/tracer/fixtures/ci/bitbucket.json
tests/tracer/fixtures/ci/bitrise.json
tests/tracer/fixtures/ci/buildkite.json
tests/tracer/fixtures/ci/circleci.json
tests/tracer/fixtures/ci/github.json
tests/tracer/fixtures/ci/gitlab.json
tests/tracer/fixtures/ci/jenkins.json
tests/tracer/fixtures/ci/travisci.json
tests/tracer/runtime/__init__.py
tests/tracer/runtime/fork_disable.py
tests/tracer/runtime/fork_enable.py
tests/tracer/runtime/test_container.py
tests/tracer/runtime/test_metric_collectors.py
tests/tracer/runtime/test_metrics.py
tests/tracer/runtime/test_runtime_id.py
tests/tracer/runtime/test_runtime_metrics.py
tests/tracer/runtime/test_tag_collectors.py
tests/tracer/runtime/utils.py
tests/vendor/__init__.py
tests/vendor/test_contextvars.py
tests/vendor/test_dogstatsd.py