.coveragerc
.gitignore
.gitlab-ci.yml
.mergify.yml
.readthedocs.yml
CHANGELOG.md
LICENSE
LICENSE.Apache
LICENSE.BSD3
NOTICE
README.md
commitlint.config.js
conftest.py
ddtrace_gevent_check.py
docker-compose.yml
mypy.ini
pyproject.toml
riotfile.py
setup.cfg
setup.py
tox.ini
.circleci/config.yml
.github/CODEOWNERS
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/workflows/apm-transport-stress-test.yml
.github/workflows/build_deploy.yml
.github/workflows/changelog.yml
.github/workflows/codeql-analysis.yml
.github/workflows/django-overhead-profile.yml
.github/workflows/encoders-profile.yml
.github/workflows/lib-injection.yml
.github/workflows/pr-name.yml
.github/workflows/set-target-milestone.yml
.github/workflows/stale.yml
.github/workflows/system-tests.yml
.github/workflows/test_frameworks.yml
benchmarks/Dockerfile
benchmarks/README.rst
benchmarks/__init__.py
benchmarks/base/benchmark
benchmarks/base/entrypoint
benchmarks/base/requirements.txt
benchmarks/base/requirements_scenario.txt
benchmarks/base/run.py
benchmarks/bm/__init__.py
benchmarks/bm/_scenario.py
benchmarks/bm/_to_bool.py
benchmarks/bm/utils.py
benchmarks/ddtrace_run/config.yaml
benchmarks/ddtrace_run/scenario.py
benchmarks/django_simple/app.py
benchmarks/django_simple/config.yaml
benchmarks/django_simple/gunicorn.conf.py
benchmarks/django_simple/install.sh
benchmarks/django_simple/requirements_scenario.txt
benchmarks/django_simple/scenario.py
benchmarks/django_simple/utils.py
benchmarks/encoder/config.yaml
benchmarks/encoder/scenario.py
benchmarks/encoder/utils.py
benchmarks/flask_simple/app.py
benchmarks/flask_simple/config.yaml
benchmarks/flask_simple/gunicorn.conf.py
benchmarks/flask_simple/requirements_scenario.txt
benchmarks/flask_simple/scenario.py
benchmarks/flask_simple/utils.py
benchmarks/http_propagation_extract/config.yaml
benchmarks/http_propagation_extract/scenario.py
benchmarks/http_propagation_inject/config.yaml
benchmarks/http_propagation_inject/scenario.py
benchmarks/sampling_rule_matches/config.yaml
benchmarks/sampling_rule_matches/scenario.py
benchmarks/set_http_meta/config.yaml
benchmarks/set_http_meta/scenario.py
benchmarks/span/config.yaml
benchmarks/span/scenario.py
benchmarks/threading/README.rst
benchmarks/threading/config.yaml
benchmarks/threading/scenario.py
benchmarks/tracer/config.yaml
benchmarks/tracer/scenario.py
ddtrace/__init__.py
ddtrace/_hooks.py
ddtrace/_logger.py
ddtrace/_monkey.py
ddtrace/_version.py
ddtrace/constants.py
ddtrace/context.py
ddtrace/filters.py
ddtrace/pin.py
ddtrace/provider.py
ddtrace/py.typed
ddtrace/sampler.py
ddtrace/span.py
ddtrace/tracer.py
ddtrace/version.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/not-zip-safe
ddtrace.egg-info/requires.txt
ddtrace.egg-info/top_level.txt
ddtrace/appsec/CMakeLists.txt
ddtrace/appsec/__init__.py
ddtrace/appsec/_ddwaf.cpp
ddtrace/appsec/_ddwaf.pyx
ddtrace/appsec/_libddwaf.pxd
ddtrace/appsec/processor.py
ddtrace/appsec/rules.json
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/trace_utils_async.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_jinja2/__init__.py
ddtrace/contrib/aiohttp_jinja2/patch.py
ddtrace/contrib/aiomysql/__init__.py
ddtrace/contrib/aiomysql/patch.py
ddtrace/contrib/aiopg/__init__.py
ddtrace/contrib/aiopg/connection.py
ddtrace/contrib/aiopg/patch.py
ddtrace/contrib/aioredis/__init__.py
ddtrace/contrib/aioredis/patch.py
ddtrace/contrib/algoliasearch/__init__.py
ddtrace/contrib/algoliasearch/patch.py
ddtrace/contrib/aredis/__init__.py
ddtrace/contrib/aredis/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/asyncpg/__init__.py
ddtrace/contrib/asyncpg/patch.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/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/_asgi.py
ddtrace/contrib/django/compat.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/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/graphql/__init__.py
ddtrace/contrib/graphql/patch.py
ddtrace/contrib/grpc/__init__.py
ddtrace/contrib/grpc/aio_client_interceptor.py
ddtrace/contrib/grpc/aio_server_interceptor.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/httpx/__init__.py
ddtrace/contrib/httpx/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/mariadb/__init__.py
ddtrace/contrib/mariadb/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/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/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/pytest_bdd/__init__.py
ddtrace/contrib/pytest_bdd/constants.py
ddtrace/contrib/pytest_bdd/plugin.py
ddtrace/contrib/redis/__init__.py
ddtrace/contrib/redis/asyncio_patch.py
ddtrace/contrib/redis/patch.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/patch.py
ddtrace/contrib/requests/session.py
ddtrace/contrib/rq/__init__.py
ddtrace/contrib/sanic/__init__.py
ddtrace/contrib/sanic/patch.py
ddtrace/contrib/snowflake/__init__.py
ddtrace/contrib/snowflake/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/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/patch.py
ddtrace/contrib/wsgi/__init__.py
ddtrace/contrib/wsgi/wsgi.py
ddtrace/contrib/yaaredis/__init__.py
ddtrace/contrib/yaaredis/patch.py
ddtrace/debugging/__init__.py
ddtrace/debugging/_async.py
ddtrace/debugging/_config.py
ddtrace/debugging/_debugger.py
ddtrace/debugging/_encoding.py
ddtrace/debugging/_expressions.py
ddtrace/debugging/_metrics.py
ddtrace/debugging/_uploader.py
ddtrace/debugging/_function/__init__.py
ddtrace/debugging/_function/discovery.py
ddtrace/debugging/_function/store.py
ddtrace/debugging/_probe/__init__.py
ddtrace/debugging/_probe/model.py
ddtrace/debugging/_probe/registry.py
ddtrace/debugging/_probe/remoteconfig.py
ddtrace/debugging/_probe/status.py
ddtrace/debugging/_snapshot/__init__.py
ddtrace/debugging/_snapshot/collector.py
ddtrace/debugging/_snapshot/model.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/git.py
ddtrace/ext/http.py
ddtrace/ext/kombu.py
ddtrace/ext/memcached.py
ddtrace/ext/mongo.py
ddtrace/ext/net.py
ddtrace/ext/redis.py
ddtrace/ext/sql.py
ddtrace/ext/test.py
ddtrace/ext/user.py
ddtrace/internal/README.md
ddtrace/internal/__init__.py
ddtrace/internal/_context.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/_tagset.c
ddtrace/internal/_tagset.pyi
ddtrace/internal/_tagset.pyx
ddtrace/internal/_utils.h
ddtrace/internal/_utils.pxd
ddtrace/internal/agent.py
ddtrace/internal/atexit.py
ddtrace/internal/buff_converter.h
ddtrace/internal/codeowners.py
ddtrace/internal/compat.py
ddtrace/internal/constants.py
ddtrace/internal/debug.py
ddtrace/internal/dogstatsd.py
ddtrace/internal/encoding.py
ddtrace/internal/forksafe.py
ddtrace/internal/glob_matching.py
ddtrace/internal/hostname.py
ddtrace/internal/http.py
ddtrace/internal/injection.py
ddtrace/internal/logger.py
ddtrace/internal/metrics.py
ddtrace/internal/module.py
ddtrace/internal/nogevent.py
ddtrace/internal/pack.h
ddtrace/internal/pack_template.h
ddtrace/internal/packages.py
ddtrace/internal/periodic.py
ddtrace/internal/rate_limiter.py
ddtrace/internal/safety.py
ddtrace/internal/sampling.py
ddtrace/internal/service.py
ddtrace/internal/sma.py
ddtrace/internal/sysdep.h
ddtrace/internal/uds.py
ddtrace/internal/uwsgi.py
ddtrace/internal/wrapping.py
ddtrace/internal/writer.py
ddtrace/internal/processor/__init__.py
ddtrace/internal/processor/stats.py
ddtrace/internal/processor/trace.py
ddtrace/internal/processor/truncator.py
ddtrace/internal/remoteconfig/__init__.py
ddtrace/internal/remoteconfig/client.py
ddtrace/internal/remoteconfig/worker.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/internal/telemetry/__init__.py
ddtrace/internal/telemetry/data.py
ddtrace/internal/telemetry/writer.py
ddtrace/internal/utils/__init__.py
ddtrace/internal/utils/attr.py
ddtrace/internal/utils/attrdict.py
ddtrace/internal/utils/cache.py
ddtrace/internal/utils/config.py
ddtrace/internal/utils/deprecations.py
ddtrace/internal/utils/formats.py
ddtrace/internal/utils/http.py
ddtrace/internal/utils/importlib.py
ddtrace/internal/utils/inspection.py
ddtrace/internal/utils/time.py
ddtrace/internal/utils/version.py
ddtrace/internal/utils/wrappers.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/_asyncio.py
ddtrace/profiling/_build.c
ddtrace/profiling/_build.pyi
ddtrace/profiling/_build.pyx
ddtrace/profiling/_threading.c
ddtrace/profiling/_threading.pyi
ddtrace/profiling/_threading.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/_lock.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/_task.c
ddtrace/profiling/collector/_task.pyi
ddtrace/profiling/collector/_task.pyx
ddtrace/profiling/collector/_traceback.c
ddtrace/profiling/collector/_traceback.pyi
ddtrace/profiling/collector/_traceback.pyx
ddtrace/profiling/collector/_utils.h
ddtrace/profiling/collector/asyncio.py
ddtrace/profiling/collector/memalloc.py
ddtrace/profiling/collector/stack.c
ddtrace/profiling/collector/stack.pyi
ddtrace/profiling/collector/stack.pyx
ddtrace/profiling/collector/stack_event.py
ddtrace/profiling/collector/threading.py
ddtrace/profiling/exporter/__init__.py
ddtrace/profiling/exporter/_packages.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/profiling/exporter/pprof_pre319_pb2.py
ddtrace/propagation/__init__.py
ddtrace/propagation/_utils.py
ddtrace/propagation/http.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/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/arguments.py
ddtrace/vendor/wrapt/decorators.py
ddtrace/vendor/wrapt/importer.py
ddtrace/vendor/wrapt/setup.py
ddtrace/vendor/wrapt/wrappers.py
docker/.python-version
docker/Dockerfile.buster
docs/_release_notes_all.rst
docs/advanced_usage.rst
docs/api.rst
docs/basic_usage.rst
docs/benchmarks.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/upgrading.rst
docs/versioning.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/pre-commit/04-run-codespell
hooks/pre-commit/run-slotscheck.sh
hooks/scripts/run-black.sh
hooks/scripts/run-codespell.sh
hooks/scripts/run-flake8.sh
hooks/scripts/run-mypy.sh
hooks/scripts/run-slotscheck.sh
lib-injection/Dockerfile
lib-injection/copy-lib.sh
lib-injection/sitecustomize.py
releasenotes/config.yaml
releasenotes/notes/1.0-remove-default-sampler-d1f6bcb2b23ca8a7.yaml
releasenotes/notes/Fix-deprecation-warning-for-asyncio.coroutine-on-tracer.wrap-373af979c39dfcd9.yaml
releasenotes/notes/add-aiomysql-d7803bcb9a1b1777.yaml
releasenotes/notes/add-aredis-support-416f890073cc7113.yaml
releasenotes/notes/add-automatic-dogstatsd-uds-detection-9a3cb9a833b3e95b.yaml
releasenotes/notes/add-automatic-trace-uds-detection-7c7602c6a06f03d2.yaml
releasenotes/notes/add-back-starlette-fastapi-aggregate-resources-21855734c8b45d45.yaml
releasenotes/notes/add-datadog-trace-tag-propagation-f69736976107f1c2.yaml
releasenotes/notes/add-dd-trace-agent-timeout-seconds-env-844b53ff0ccc7c9f.yaml
releasenotes/notes/add-dd_call_basic_config-env-15570281d176f438.yaml
releasenotes/notes/add-django-channels-support-44aefaa21961adff.yaml
releasenotes/notes/add-django-disable-templates-af5bdf524f27156f.yaml
releasenotes/notes/add-dm-trace-tag-471f5ee0303a8497.yaml
releasenotes/notes/add-graphene-support-b189f0265d629963.yaml
releasenotes/notes/add-graphql-core-support-fd20dcbebfcaa8c7.yaml
releasenotes/notes/add-grpc-aio-support-c59efa5557aeea8f.yaml
releasenotes/notes/add-httpx-integration-6e2493b2ea605203.yaml
releasenotes/notes/add-option-for-ddtrace-file-logs-d87104ec7cdfb6fd.yaml
releasenotes/notes/add-py27-windows-support-a624cbc63b8f90de.yaml
releasenotes/notes/add-pytest-bdd-integration-ce14f6be6d63ba01.yaml
releasenotes/notes/add-runtime-and-sampling-rules-to-startup-logs-18a8a8236d4131f5.yaml
releasenotes/notes/add-sampling-rule-environment-variable-2fe72140f8395b86.yaml
releasenotes/notes/add-snowflake-9fdedcd5058de2f7.yaml
releasenotes/notes/add-span-get-tags-metrics-7969ba7843dcc24d.yaml
releasenotes/notes/add-support-for-aiobotocore-1-x-2-x-611d93a3ec362489.yaml
releasenotes/notes/add-trace-injector-for-botocore-eventbridge-7dd2e56134b9472f.yaml
releasenotes/notes/add-warning-after-shutdown-tracer-dd8799467c4d29c8.yaml
releasenotes/notes/add-writer-env-config-7c0916dff4f7f80c.yaml
releasenotes/notes/adds-support-for-DD_DJANGO_INSTRUMENT_DATABASES-and-DD_DJANGO_INSTRUMENT_CACHES-env-variables-6e072e130d2433f5.yaml
releasenotes/notes/agent-url-path-f48aa4949b954dd5.yaml
releasenotes/notes/aiohttp-98ae9ce70dda1dbc.yaml
releasenotes/notes/aiohttp-remove-1.x-7a899e50dff73357.yaml
releasenotes/notes/aiohttp_jinja2-25d9a7b4e621fad2.yaml
releasenotes/notes/aiohttp_jinja2-fa35ccf6fc42814c.yaml
releasenotes/notes/aiopg-0160-67bac7e073e4bbf9.yaml
releasenotes/notes/aioredis-integration-65c72aefff9d814c.yaml
releasenotes/notes/asgi-bc983a8dfffe823e.yaml
releasenotes/notes/asgi-span-19e772cb2f09ef4d.yaml
releasenotes/notes/asm-add-user-information-to-traces-27658759829e7782.yaml
releasenotes/notes/asm-avoid-json-decode-error-31479891110bcb55.yaml
releasenotes/notes/asm-collect-header-ip-494f489b1778b6ed.yaml
releasenotes/notes/asm-configure-sensitive-data-obfuscator-4bf70dcccb9f6350.yaml
releasenotes/notes/asm-detect-attack-on-body-3fe45bc066dcc680.yaml
releasenotes/notes/asm-detect-attacks-on-the-server.request.cookies-c138bee409617ff0.yaml
releasenotes/notes/asm-feat-detect-attack-on-pylons-body-593fb0819259e6ad.yaml
releasenotes/notes/asm-fix-python-2-error-reading-ddwaf-rules-d3653031f2ba84ba.yaml
releasenotes/notes/asm-fix-reset-wsgi-input-035e0a7d917af2b2.yaml
releasenotes/notes/asm-propagate-user-id-1b1f596f7442fd34.yaml
releasenotes/notes/asm-pylons-detect-attacks-on-HTTP-query-9f68009da8051bc0.yaml
releasenotes/notes/asm-pylons-detect-attacks-on-cookies-ddda4822bde49a25.yaml
releasenotes/notes/asm-pylons-detect-attacks-on-path-params-760837978a2e3f32.yaml
releasenotes/notes/asm-pylons-report-http-method-d4a21ba111e75edd.yaml
releasenotes/notes/asm-pylons-report-http-raw-uri-6a5f2c2351aaab6d.yaml
releasenotes/notes/asm-support-in-app-waf-metrics-report-4528e2b2574268cd.yaml
releasenotes/notes/asm_fix_headers-9bd1585200be8a2a.yaml
releasenotes/notes/asyncio-lock-14b10fa0f1e43ed3.yaml
releasenotes/notes/asyncpg-45cdf83efdf9270d.yaml
releasenotes/notes/botocore-46f5bf04f64777b4.yaml
releasenotes/notes/botocore-distributed-tracing-config-cd37b439d6d77dc6.yaml
releasenotes/notes/botocore-error-statuses-fd69f83dfd2eac4e.yaml
releasenotes/notes/botocore-exclude-records--74ac3e5d4d4fdc95.yaml
releasenotes/notes/botocore-no-body-params-a440cd8b7fb9bd68.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/ci-error-79b5f3fae44269bb.yaml
releasenotes/notes/ci-providers-git-metadata-6229ff3cf9a347d9.yaml
releasenotes/notes/collect-response-headers-8cfb734cc1e73cb1.yaml
releasenotes/notes/configure-6973c2ed2105a1c0.yaml
releasenotes/notes/configure-a39313ef4fed9028.yaml
releasenotes/notes/context-3467ab87a70c601e.yaml
releasenotes/notes/context-d43f1c79c78cb923.yaml
releasenotes/notes/context-df929fc8dfe148ba.yaml
releasenotes/notes/correct-type-annotations-2ee30779966960b6.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-1.0-disable-basic-config-call-by-default-b677844e4a13a794.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-additional-datadog-env-4077d12f08f91bed.yaml
releasenotes/notes/deprecate-aiohttp_jinja2-patching-from-aiohttp-be87600f308ca87a.yaml
releasenotes/notes/deprecate-compat-c70f99dc038bc947.yaml
releasenotes/notes/deprecate-constants-e6ea6706d38b186f.yaml
releasenotes/notes/deprecate-datadog-env-3011aafe83b66e37.yaml
releasenotes/notes/deprecate-datadogsampler-default_sampler-7f4a8f9923cd3c7b.yaml
releasenotes/notes/deprecate-dbapi-config-0fc5b1acfc4aded2.yaml
releasenotes/notes/deprecate-dd-tracer-configs-b05936f5ab56d128.yaml
releasenotes/notes/deprecate-ddtrace-encoding-84ffb8a36694161f.yaml
releasenotes/notes/deprecate-ddtrace-http-ce198e779de69237.yaml
releasenotes/notes/deprecate-http-server-config-82e5e9b9c7ac0024.yaml
releasenotes/notes/deprecate-monkey-functions-01f8080ab711ae74.yaml
releasenotes/notes/deprecate-pin-app-de153348b61a9905.yaml
releasenotes/notes/deprecate-pyddprofile-41de3d099775ee0c.yaml
releasenotes/notes/deprecate-span-get-set-meta-c6fb2528d198414c.yaml
releasenotes/notes/deprecate-span-meta-ad1c96ba55acaac9.yaml
releasenotes/notes/deprecate-span-metrics-89e72fb008a567d6.yaml
releasenotes/notes/deprecate-span-pprint-master-101afa039a6bbaee.yaml
releasenotes/notes/deprecate-span-tracer-master-6c8666cf49ee4f4a.yaml
releasenotes/notes/deprecate-tracer-log-attribute-a7fb4c9c23d5b7b4.yaml
releasenotes/notes/deprecate-tracer-sampler-attribute-c7c9d0523a8162a7.yaml
releasenotes/notes/deprecate-tracer-tags-attribute-e1b3706820110a09.yaml
releasenotes/notes/deprecate-tracer-writer-b4921987ad47a832.yaml
releasenotes/notes/deprecate_external_ddtrace.propagation.utils-e5106df5b4723310.yaml
releasenotes/notes/detect-attack-on-flask-body-9305779e1c804b24.yaml
releasenotes/notes/detect-attacks-on-path-params-d6d06c22573d22e8.yaml
releasenotes/notes/disable-internal-tag-propagation-dff3e799fb056584.yaml
releasenotes/notes/django-2ebd5565ee27d4d1.yaml
releasenotes/notes/django-4-support-eadd627959b9344e.yaml
releasenotes/notes/django-404-214280e31b72571c.yaml
releasenotes/notes/django-9ce233836fca5d93.yaml
releasenotes/notes/django-asgi-69a53398d9596679.yaml
releasenotes/notes/django-key-error-be8812133f0ef920.yaml
releasenotes/notes/django-multiple-function-middleware-54999c787cf003a0.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/dogpile.cache-1d03e088872ca747.yaml
releasenotes/notes/drop-gevent-10-438387fecc241e60.yaml
releasenotes/notes/elastic-integration-service-name-fix-72f7bfffb835cc5d.yaml
releasenotes/notes/elasticsearch-0a97722c93d66016.yaml
releasenotes/notes/enable-aredis-default-ec2280b4681392b8.yaml
releasenotes/notes/enable-telemetry-by-default-ae39651a478f8e61.yaml
releasenotes/notes/encode-sns-msg-attributes-as-b64-7818aec10f533534.yaml
releasenotes/notes/encoding-strict-types-b2bbd0844b28168a.yaml
releasenotes/notes/es-92a00e4a03a65da6.yaml
releasenotes/notes/falcon-int-config-a85b605cac4a7dbc.yaml
releasenotes/notes/fastapi-trace-serialize-response-7aa66e459cceb26c.yaml
releasenotes/notes/feat-collect-user-agent-630b2c10f83ac063.yaml
releasenotes/notes/feat-detect-attack-on-xml-body-878215f0d3d1a64d.yaml
releasenotes/notes/feat-runtime-distribution-e27687432f7ee4a5.yaml
releasenotes/notes/feat-serverless-scheduler-31a819bc9eb4f332.yaml
releasenotes/notes/feature-aiohttp-23084fcf8e34ad0a.yaml
releasenotes/notes/feature-bottle-44cadc4aabaa750d.yaml
releasenotes/notes/feature-ciapp-detect-code-owners-for-PyTest-tests-f8f66db2dc02ae91.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-aiohttp-jinja2-import-2b7e29a14a58efdc.yaml
releasenotes/notes/fix-aiohttp_jinja2-failed-imports-sev2
releasenotes/notes/fix-aiomysql-async-with-usage-ac6510f48ed0e6fe.yaml
releasenotes/notes/fix-aioredis-13-parenting-6b03cc692ac639ce.yaml
releasenotes/notes/fix-aioredis-async-with-pipeline-805966300810edf8.yaml
releasenotes/notes/fix-aioredis-coroutine-execute-10fc849a7123b456.yaml
releasenotes/notes/fix-aioredis-unicodedecodeerror-b861b199e8757950.yaml
releasenotes/notes/fix-appsec-deprecated-import-8e834665d0b1e5d5.yaml
releasenotes/notes/fix-asgi-durations-include-background-tasks-4add6b50712608b2.yaml
releasenotes/notes/fix-asgi-middleware-url-tags-06051605794f88f7.yaml
releasenotes/notes/fix-attribute-error-in-flask-2.2.0-94524c33b005d48a.yaml
releasenotes/notes/fix-botocore-env-vars-89b106aadf2bba1d.yaml
releasenotes/notes/fix-botocore-missing-response-meta-e80c1cfb34ec0881.yaml
releasenotes/notes/fix-botocore-omit-secretstring-secretbinary-743a1780c86db384.yaml
releasenotes/notes/fix-container-id-cgroup-parsing-28790e02a2ac0adc.yaml
releasenotes/notes/fix-dbapi-rowcount-guard-6c6455278f15d262.yaml
releasenotes/notes/fix-dd-origin-py2-7bb39ed9e45e2131.yaml
releasenotes/notes/fix-ddtrace-file-logs-bytes-env-var-ed690ffe3fb96f7e.yaml
releasenotes/notes/fix-ddtrace-run-url-envs-087ab03d4f25a732.yaml
releasenotes/notes/fix-deprecate-tracer-reuse-6d989d4acb538013.yaml
releasenotes/notes/fix-disabled-memory-leak-c793801e11c45bfe.yaml
releasenotes/notes/fix-django-cache-unicode-5777a6775fa312c4.yaml
releasenotes/notes/fix-django-correct-legacy-resource-c27c7402b6b0be37.yaml
releasenotes/notes/fix-django-db-connections-b9b98a7b49f27c5f.yaml
releasenotes/notes/fix-django-db-postgres-7aa62a1c3aff647d.yaml
releasenotes/notes/fix-django-empty-middleware-056f9c75ad963f1f.yaml
releasenotes/notes/fix-django-resource-name-when-urlconf-changes-3daea582df79fcb6.yaml
releasenotes/notes/fix-django-resource-override-135d9ad7a668a51d.yaml
releasenotes/notes/fix-django-str-tags-ad4f0b9e2d0eff12.yaml
releasenotes/notes/fix-elasticsearch-a3f89a915ccc36c4.yaml
releasenotes/notes/fix-encode-tagset-value-2b8bb877a88bc75a.yaml
releasenotes/notes/fix-encoder-thread-safe-5c6924013c51d4f6.yaml
releasenotes/notes/fix-encoding-exceptions-c12900b38741d2bf.yaml
releasenotes/notes/fix-fargate-cgroup-parsing-9ba690fc7e2e57f4.yaml
releasenotes/notes/fix-flask-non-string-view-args-ed0283ddb1541e27.yaml
releasenotes/notes/fix-flask-werkzeug-ignore-server-error-5131cbe28afca03a.yaml
releasenotes/notes/fix-forksafe-after-in-child-f13fb133563c7b53.yaml
releasenotes/notes/fix-futures-args-a206048e19889ad7.yaml
releasenotes/notes/fix-gevent-autopatching-7d77beebd4698da2.yaml
releasenotes/notes/fix-grpc-client-meta-1145db1fec07255f.yaml
releasenotes/notes/fix-grpc-intercept-channel-not-unpatched-5a4252256801ad09.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-jinja2-non-str-template-name-4cb2aa7cda15828a.yaml
releasenotes/notes/fix-json-encoder-bytes-d35121d00f2b8caf.yaml
releasenotes/notes/fix-log-correlation-service-ce734c2134125124.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-manual-runtime-metrics-0873e17de485f8b0.yaml
releasenotes/notes/fix-monkey-patch-on-import-7bbf81bcd2a86f11.yaml
releasenotes/notes/fix-monkey-patch-typing-ab13fc458c90a260.yaml
releasenotes/notes/fix-mypy-py2-redis-4c8d3b4e461c6074.yaml
releasenotes/notes/fix-nested-propagation-extraction-e3fa2a83b1c21f4c.yaml
releasenotes/notes/fix-profiler-allocation-metrics-96b88193d7810065.yaml
releasenotes/notes/fix-profiler-gevent-dummy-threads-bfef39da4976aa4b.yaml
releasenotes/notes/fix-profilier-unicode-py27-170d078ba5712f2d.yaml
releasenotes/notes/fix-psutil-macos-0cd7d0f93b34e3e4.yaml
releasenotes/notes/fix-pyston-memalloc-e8f4002e5c11df8c.yaml
releasenotes/notes/fix-pytest-bdd-6-88421928af50dc42.yaml
releasenotes/notes/fix-pytest-doctest-4918b724f736ef88.yaml
releasenotes/notes/fix-pytest-parameterize-encoding-b8711d2d7dbb282a.yaml
releasenotes/notes/fix-pytest-parameterized-606fbc3a574c67c6.yaml
releasenotes/notes/fix-pytest-test-parameter-encoding-90f3806f19438ead.yaml
releasenotes/notes/fix-pytest-test-status-dcdef93ac5b988d7.yaml
releasenotes/notes/fix-pytest-xfail-skip-module-20028429433b47d4.yaml
releasenotes/notes/fix-resource-name-when-fastapi-starlette-use-subapps-95ac82b038e6cbf9.yaml
releasenotes/notes/fix-runtime-default-interval-e3afb49f45296877.yaml
releasenotes/notes/fix-sampler_sample_rate_bug-b93ffc6036982ba8.yaml
releasenotes/notes/fix-sanic-21-2d24b817e010ed84.yaml
releasenotes/notes/fix-sanic-dont-send-error-traces-on-non-500s-b194927b887ad9d9.yaml
releasenotes/notes/fix-sanic-non-str-args-4d1b0f506bee3436.yaml
releasenotes/notes/fix-sanic-resource-name-e9f5b0417f3cda13.yaml
releasenotes/notes/fix-span-finish-signature-b0c1073b56c3b559.yaml
releasenotes/notes/fix-span-type-web-20122b5c57c50341.yaml
releasenotes/notes/fix-split-by-domain-requests-978e1f51a5b3f77d.yaml
releasenotes/notes/fix-starlette-fastapi-api-2f72701e2b179f02.yaml
releasenotes/notes/fix-starlette-unpatch-24829144874afc6d.yaml
releasenotes/notes/fix-tornado-set-span-error-2e82f62e94e31791.yaml
releasenotes/notes/fix-trace-tag-config-e1bc9c83f066eb51.yaml
releasenotes/notes/fix-trace_id_lock-profiling-585779e8713144f3.yaml
releasenotes/notes/fix-tracer-logging-init-25e8de1dd9d09ac9.yaml
releasenotes/notes/fix-unwrap-silent-error-2de7513089b6ccfe.yaml
releasenotes/notes/fix-utils-import-c0f574d76de77261.yaml
releasenotes/notes/fix-writer-recreate-8780a0713812efeb.yaml
releasenotes/notes/fix.urllib3.integration-610312498fcdce86.yaml
releasenotes/notes/fix_pyramid_caller_package_level-220f67c8063c2d25.yaml
releasenotes/notes/flask-241a6dd8c17e2c12.yaml
releasenotes/notes/flask-caching-c23ec5c1218a8bf3.yaml
releasenotes/notes/flask-codes-f0841d78ec847807.yaml
releasenotes/notes/flask-fix-query-encoding-ef177f8c9c7a679a.yaml
releasenotes/notes/flask-http-helpers-0167071f46a36e00.yaml
releasenotes/notes/flask-support-response-streamig-d3aafc8fa1e3605d.yaml
releasenotes/notes/flask_caching-dc23b94171041b4f.yaml
releasenotes/notes/flask_improve_resource_naming_when_error_occurs-ea094145551e4ec7.yaml
releasenotes/notes/fork-leak-74288f3ce2a2bc28.yaml
releasenotes/notes/futures-f485da98a50c9d50.yaml
releasenotes/notes/gevent-pynamodb-fix-72ac7017e51fd4f9.yaml
releasenotes/notes/gevent-warning-f91ed0e6cac71a21.yaml
releasenotes/notes/grpc-client-measured-span-aa043d35bfe71238.yaml
releasenotes/notes/grpc-future-callback-a3cc27b11df34eef.yaml
releasenotes/notes/httplib-3b8917c90d162170.yaml
releasenotes/notes/httpx-service-ensure-text-03dbf31d2ff29fc2.yaml
releasenotes/notes/internalize-ddtrace-utils-357b623ac04acbf2.yaml
releasenotes/notes/internalize-monkey-1d84ea8cab7b9977.yaml
releasenotes/notes/internalize_http_server-06721b67e63dde1d.yaml
releasenotes/notes/jinja2-3-ec7df3666745f29b.yaml
releasenotes/notes/keep-alive-b5ec5febb435daad.yaml
releasenotes/notes/libddwaf-1.0.18-update-61c1513f3e632195.yaml
releasenotes/notes/log-correlation-context-0ca54b5caf687b2d.yaml
releasenotes/notes/log-correlation-context-22d56ee0b5cc9cfa.yaml
releasenotes/notes/make-more-informative-info-command-cbd96b1099e01792.yaml
releasenotes/notes/mariadb-8e7bc94a0d1b8f02.yaml
releasenotes/notes/metrics-api-5fb1d572d7f7137e.yaml
releasenotes/notes/mongo-2f086c64dbbc8be1.yaml
releasenotes/notes/moved-error-constants-97c7278a381b56d0.yaml
releasenotes/notes/moved-priority-constants-316d6b3b791d6b3e.yaml
releasenotes/notes/moved-system-constants-7894698d5734235a.yaml
releasenotes/notes/mysql-python-removal-f0578e89590aaf2f.yaml
releasenotes/notes/mysqldb-trace-connect-53686ab262bf37d5.yaml
releasenotes/notes/nogevent-rlock-original-9e387eafb2be3d27.yaml
releasenotes/notes/null-trace-propagation-95ca602d2cc05ea1.yaml
releasenotes/notes/opentracer-config-4b0422f49f325584.yaml
releasenotes/notes/opentracer-span-1abe3738df78d3c1.yaml
releasenotes/notes/os-runtime-metadata-98845c31e21f6ea2.yaml
releasenotes/notes/parent-id-abd4f7776f54399c.yaml
releasenotes/notes/perf-celery-reduced-overheads-6afe03acf1af703f.yaml
releasenotes/notes/perf-improve-header-extraction-30f575d5034b7e20.yaml
releasenotes/notes/pin-protobuf-v4-357193706afd46e6.yaml
releasenotes/notes/pin-protobuf-version-e06dd99a8fa47196.yaml
releasenotes/notes/pin-setuptools_scm-version-68118597b691b41c.yaml
releasenotes/notes/prof-proto4-391ce18af277ec54.yaml
releasenotes/notes/profielr-heap-iterate-freezer-frees-a366cc6dbeadd188.yaml
releasenotes/notes/profiler-asyncio-py2-5049a2c3fd02c842.yaml
releasenotes/notes/profiler-gevent-warns-on-late-patch-3f4f897c8904591c.yaml
releasenotes/notes/profiler-heap-max-alloc-bugfix-646423cdd7f7811f.yaml
releasenotes/notes/profiler-stack-greenlet-tracer-6f960c1557fd39c4.yaml
releasenotes/notes/profiler-threadlink-nolock-200ffbc2d0400d2d.yaml
releasenotes/notes/profiler-uds-108b876bdab8a151.yaml
releasenotes/notes/profiler-url-c61885c7d1fd5ea6.yaml
releasenotes/notes/profiler-windows-support-6faa2ecfdf4b97e8.yaml
releasenotes/notes/profiling-add-asyncio-locks-support-fc556221de2e0d34.yaml
releasenotes/notes/profiling-agentless-feb211ee5e1f454f.yaml
releasenotes/notes/profiling-asyncio-fix-missing-main-thread-dec4b0759094c571.yaml
releasenotes/notes/profiling-asyncio-less-clear-threads-33d3436ab76ea158.yaml
releasenotes/notes/profiling-asyncio-tasks-ada2014dc47fdf7a.yaml
releasenotes/notes/profiling-default-timeout-agent-43b19237a21fd337.yaml
releasenotes/notes/profiling-disable-memory-option-c6f3765b020f4bcb.yaml
releasenotes/notes/profiling-enable-new-memalloc-profiler-default-fac01a6d596b6404.yaml
releasenotes/notes/profiling-export-stack-class-7e81bd42180b7220.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-memory-alloc-numbers-a280c751c8f250ba.yaml
releasenotes/notes/profiling-fix-newline-error-8d4d10ed61143e16.yaml
releasenotes/notes/profiling-fix-profiler-copy-6d775a134ec2233f.yaml
releasenotes/notes/profiling-fix-uds-ebf0ea0587c8a23c.yaml
releasenotes/notes/profiling-fix-uwsgi-empty-profiles-7dbd5fdd93dea47f.yaml
releasenotes/notes/profiling-gevent-support-older-8e1eb89e36ba8c14.yaml
releasenotes/notes/profiling-gevent-task-inject-86c14864ca018dfa.yaml
releasenotes/notes/profiling-heap-enabled-c755d2c42871e930.yaml
releasenotes/notes/profiling-heap-fix-iteration-a117269849514c5e.yaml
releasenotes/notes/profiling-heap-profiler-enabling-186ae7679b84d39a.yaml
releasenotes/notes/profiling-ignore-profiler-daa056f8384008dc.yaml
releasenotes/notes/profiling-lower-max-cpu-usage-default-59458d90e0d6d33d.yaml
releasenotes/notes/profiling-no-flush-on-fork-c6c2b3c2d27a9a32.yaml
releasenotes/notes/profiling-option-to-disable-endpoint-collection-48ab251acb0d9b4e.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-resource-name-fix-5f73526a307e8b40.yaml
releasenotes/notes/profiling-smaller-defaults-93481e676688930f.yaml
releasenotes/notes/profiling-stack-exception-sample-trace-49228a2ce81b32ca.yaml
releasenotes/notes/profiling-support-code-provenance-be041af9e18e3056.yaml
releasenotes/notes/profiling-tags-api-f4d732d3c31ee2cf.yaml
releasenotes/notes/profiling-task-pprof-3afb83e36a63aeaf.yaml
releasenotes/notes/profiling-threading-tracing-6877348333bbaa80.yaml
releasenotes/notes/profiling-threadlink-lock-27df798c36ed64e6.yaml
releasenotes/notes/profiling-timeout-10s-a2468ce1444887b5.yaml
releasenotes/notes/profiling-track-task-gevent-threading-lock-313ac1db779e624a.yaml
releasenotes/notes/profiling-update-trace-resource-after-finish-3ec59fa98d3eded8.yaml
releasenotes/notes/profiling-use-tracer-config-83aa0ae0c2c53086.yaml
releasenotes/notes/profiling-uwsgi-faaeb38f11bd287b.yaml
releasenotes/notes/psycopg-before-27-removal-d6e551e47038abde.yaml
releasenotes/notes/psycopg-trace-connect-option-0893f5b2d2745ed0.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-4.0.2-1f5d2b6af5c158d2.yaml
releasenotes/notes/pymongo-add-service-name-config-option-f4eb81539b2d39dc.yaml
releasenotes/notes/pymongo-config-6e4495f0be97e288.yaml
releasenotes/notes/pymongo-disabled-tracer-bug-fix-d7782296afe5c1a9.yaml
releasenotes/notes/pymongo-double-patching-topology-dd90eda48daa051c.yaml
releasenotes/notes/pyramid-config-7db0cb8f089c9417.yaml
releasenotes/notes/pyramid-init-ea34d2717aab6aab.yaml
releasenotes/notes/pytest-add-test-framework-version-adfb7fb30f7b304b.yaml
releasenotes/notes/pytest-d174e595f0c8abd0.yaml
releasenotes/notes/pytest-disable-note-dababc18228d1f85.yaml
releasenotes/notes/pytest-filter-out-non-test-traces-5864d681dd4d7017.yaml
releasenotes/notes/pytest-fix-xfail-unsafe-access-f579fef50d5bd4fa.yaml
releasenotes/notes/pytest-parameters-7d6acf4ca1419be0.yaml
releasenotes/notes/pytest-patch-all-05b2c812bf6ce0c2.yaml
releasenotes/notes/pytest-service-name-8c9d0f37b159a561.yaml
releasenotes/notes/pytest-xfail-c15914f8ae3281c9.yaml
releasenotes/notes/python310-cd0cbde016d9dced.yaml
releasenotes/notes/redact-sensitive-querystrings-in-http-url-522461022535a1e2.yaml
releasenotes/notes/redis-asyncio-4b0b6a2a9d8f58c0.yaml
releasenotes/notes/redis-asyncio-client-name-b3f7bb35536d25bc.yaml
releasenotes/notes/redis-asyncio-fix-f74f07b715b007d1.yaml
releasenotes/notes/rediscluster-add-service-name-config-option-cebcd5d2c408f65b.yaml
releasenotes/notes/release-1.0-758fc917e40d7eb3.yaml
releasenotes/notes/remove-apptypes-76c78d46c1792863.yaml
releasenotes/notes/remove-cassandra-traced-1b3211d1f9071e6f.yaml
releasenotes/notes/remove-celery-patch-task-3ad91299e26259d0.yaml
releasenotes/notes/remove-clone-context-3cc6f3d73f15345e.yaml
releasenotes/notes/remove-constants-deprecations-023fbd010e7c767c.yaml
releasenotes/notes/remove-contrib-util-e4a33ee4684b457a.yaml
releasenotes/notes/remove-ddtrace-compat-4146d5adc293bf17.yaml
releasenotes/notes/remove-ddtrace-encoding-5e35232cc5b3f855.yaml
releasenotes/notes/remove-ddtrace-http-affe61bc13f9c613.yaml
releasenotes/notes/remove-ddtrace-install-excepthooks-8107b679a9f51ef3.yaml
releasenotes/notes/remove-ddtrace-monkey-16e56038dc409769.yaml
releasenotes/notes/remove-ddtrace-propagation-utils-171fa44d0479028f.yaml
releasenotes/notes/remove-ddtrace-utils-ae7231d2e4f130b2.yaml
releasenotes/notes/remove-deprecated-collect-metrics-82d9bbff853a6704.yaml
releasenotes/notes/remove-deprecated-dbapi-config-b25bc1b236672fed.yaml
releasenotes/notes/remove-deprecated-tracer-attributes-4bb24b794a1aacb9.yaml
releasenotes/notes/remove-ext-errors-43d7aca3e1765807.yaml
releasenotes/notes/remove-ext-priority-be59e69e52c65ec9.yaml
releasenotes/notes/remove-ext-system-a70c1fbbec3b32ff.yaml
releasenotes/notes/remove-helpers-f3c274e83104ff2a.yaml
releasenotes/notes/remove-legacy-service-name-365da3952e073dd5.yaml
releasenotes/notes/remove-mongoengine-traced-4e00b1175e6e5ca0.yaml
releasenotes/notes/remove-mysql-legacy-c09206695dcaf541.yaml
releasenotes/notes/remove-payload-submodule-58fac4aaf3d4f5da.yaml
releasenotes/notes/remove-pin-app-apptype-8d0addd243deb7f9.yaml
releasenotes/notes/remove-psycopg-factory-98769b2b2e040dd8.yaml
releasenotes/notes/remove-requests-legacy-distributed-302154022c58186a.yaml
releasenotes/notes/remove-span-deprecated-51fa2f55f53aebd5.yaml
releasenotes/notes/remove-span-get-set-meta-c6fb2528d198414d.yaml
releasenotes/notes/remove-span-todict-98117485031335cd.yaml
releasenotes/notes/remove-span-tracer-ddtrace-1-0-bc0ced48b2806e3c.yaml
releasenotes/notes/remove-sqlite3-connection-f641a48c5fa90e1f.yaml
releasenotes/notes/remove-tracer-deprecations-c0abaecda9c24b79.yaml
releasenotes/notes/remove-tracer-writer-b1875a1fa3230236.yaml
releasenotes/notes/remove-v1deprecationwarning-2c251ca219182b97.yaml
releasenotes/notes/remove_deprecated_environment_variables-3ed446513ab21409.yaml
releasenotes/notes/removed_ddtrace.util.py-0d0f48aefa6d9779.yaml
releasenotes/notes/requests-b06e324e36e03ae5.yaml
releasenotes/notes/restart-profiler-fork-9bfaec1942112026.yaml
releasenotes/notes/rq-98bc7f540452e948.yaml
releasenotes/notes/runtime-metrics-runtime-error-33e2d4cc17cf4aca.yaml
releasenotes/notes/runtimeid-39dfdf1e0c1af45d.yaml
releasenotes/notes/snowflake-feature-add-sfqid-1142e1c991e42247.yaml
releasenotes/notes/span-22c2917b9580c0e6.yaml
releasenotes/notes/span-pprint-json-855d32f50798fd8d.yaml
releasenotes/notes/span-types-enum-5ca7cb35031a199e.yaml
releasenotes/notes/startup-logs-4d7acd6fa6b34074.yaml
releasenotes/notes/support-b3-headers-25f8fc24ca4f7233.yaml
releasenotes/notes/support-flask-2-659163726a5f66aa.yaml
releasenotes/notes/support-sanic-21.9.0-6c5de52c832f9dcc.yaml
releasenotes/notes/tornado-int-config-a8900a60201d4d61.yaml
releasenotes/notes/tornado-none-bug-85faed75c859f5e5.yaml
releasenotes/notes/trace-58c201a4a5f38002.yaml
releasenotes/notes/trace-header-tags-88711cc9a4466d8e.yaml
releasenotes/notes/traced-session-1f2134ac99449b91.yaml
releasenotes/notes/tracer-200a66ebb04f6cb0.yaml
releasenotes/notes/tracer-toplevel-a1600adc84be9039.yaml
releasenotes/notes/tracer-upload-retry-d60310aa6c91059d.yaml
releasenotes/notes/tracer-write-dc2f9d95c0e4d11f.yaml
releasenotes/notes/troubleshooting-root-errors-cfe9af0c0083e03f.yaml
releasenotes/notes/update-ci-metadata-extraction-1f5c1b2b0da14287.yaml
releasenotes/notes/update-ci-metadata-extraction-7f5259a18a60fa83.yaml
releasenotes/notes/update-deprecated-contrib-removal-version-ca920d9e1d91b6e0.yaml
releasenotes/notes/url-7d1cb4e659ebca31.yaml
releasenotes/notes/url-sanitizer-26c7078e37f395c0.yaml
releasenotes/notes/user-defined-git-metadata-c333300e16662551.yaml
releasenotes/notes/utils-remove-merge-dicts-9252805c864677f8.yaml
releasenotes/notes/uwsgi-workaround-6fbfde6c19691d8b.yaml
releasenotes/notes/wsgi-30613a9c30834225.yaml
releasenotes/notes/wsgi-73cf1d35043e7fef.yaml
releasenotes/notes/wsgi-fix-generator-exit-b3effeb222673a06.yaml
releasenotes/notes/wsgi-move-request-modifer-code-809521ff9000ea64.yaml
releasenotes/notes/yaaredis-integration-9cf0d99f0261a209.yaml
scripts/build-dist
scripts/build-dist-cp27
scripts/build-docs
scripts/cformat.sh
scripts/check-releasenotes
scripts/cppcheck.sh
scripts/ddtest
scripts/diff.py
scripts/get-target-milestone.py
scripts/mkwheelhouse
scripts/perf-build-push
scripts/perf-build-scenario
scripts/perf-run-scenario
scripts/run-tox-scenario
scripts/stubgen.sh
scripts/tested_pythons
scripts/validate-version
scripts/profiles/README.md
scripts/profiles/django-simple/k6-load.js
scripts/profiles/django-simple/run.sh
scripts/profiles/django-simple/setup.sh
scripts/profiles/encoders/run.py
scripts/profiles/encoders/run.sh
scripts/profiles/encoders/setup.sh
templates/integration/__init__.py
templates/integration/patch.py
tests/__init__.py
tests/conftest.py
tests/ddtrace_run.py
tests/smoke_test.py
tests/subprocesstest.py
tests/utils.py
tests/wait-for-services.py
tests/webclient.py
tests/appsec/__init__.py
tests/appsec/rules-bad.json
tests/appsec/rules-good.json
tests/appsec/rules-with-2-errors.json
tests/appsec/rules-with-3-errors.json
tests/appsec/test_ddwaf_fuzz.py
tests/appsec/test_processor.py
tests/benchmarks/__init__.py
tests/benchmarks/test_encoding.py
tests/benchmarks/test_glob_matching.py
tests/benchmarks/test_span_id.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_aiohttp_client.py
tests/contrib/aiohttp/test_middleware.py
tests/contrib/aiohttp/test_request.py
tests/contrib/aiohttp/test_request_safety.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/aiohttp_jinja2/__init__.py
tests/contrib/aiohttp_jinja2/conftest.py
tests/contrib/aiohttp_jinja2/test_aiohttp_jinja2.py
tests/contrib/aiomysql/__init__.py
tests/contrib/aiomysql/test_aiomysql.py
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/aioredis/__init__.py
tests/contrib/aioredis/test_aioredis.py
tests/contrib/algoliasearch/__init__.py
tests/contrib/algoliasearch/test.py
tests/contrib/aredis/__init__.py
tests/contrib/aredis/test_aredis.py
tests/contrib/asgi/__init__.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/asyncpg/__init__.py
tests/contrib/asyncpg/test_asyncpg.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_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/asgi.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_appsec.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/django_hosts/__init__.py
tests/contrib/django_hosts/conftest.py
tests/contrib/django_hosts/test_django.py
tests/contrib/django_hosts/views.py
tests/contrib/django_hosts/django_app/__init__.py
tests/contrib/django_hosts/django_app/app_urls.py
tests/contrib/django_hosts/django_app/extra_urls.py
tests/contrib/django_hosts/django_app/hosts.py
tests/contrib/django_hosts/django_app/settings.py
tests/contrib/django_hosts/django_app/urls.py
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_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/fastapi/test_fastapi_patch.py
tests/contrib/flask/__init__.py
tests/contrib/flask/app.py
tests/contrib/flask/test_blueprint.py
tests/contrib/flask/test_errorhandler.py
tests/contrib/flask/test_flask_appsec.py
tests/contrib/flask/test_flask_helpers.py
tests/contrib/flask/test_flask_snapshot.py
tests/contrib/flask/test_hooks.py
tests/contrib/flask/test_idempotency.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/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_monkeypatch.py
tests/contrib/gevent/test_provider.py
tests/contrib/gevent/test_tracer.py
tests/contrib/gevent/utils.py
tests/contrib/gevent/wrong_program_gevent.py
tests/contrib/graphene/__init__.py
tests/contrib/graphene/test_graphene.py
tests/contrib/graphql/__init__.py
tests/contrib/graphql/test_graphql.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_patch.py
tests/contrib/grpc/test_grpc_utils.py
tests/contrib/grpc_aio/__init__.py
tests/contrib/grpc_aio/test_grpc_aio.py
tests/contrib/httplib/__init__.py
tests/contrib/httplib/test_httplib.py
tests/contrib/httplib/test_httplib_distributed.py
tests/contrib/httpx/__init__.py
tests/contrib/httpx/test_httpx.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/logging/test_tracer_logging.py
tests/contrib/mako/__init__.py
tests/contrib/mako/test_mako.py
tests/contrib/mako/templates/template.html
tests/contrib/mariadb/__init__.py
tests/contrib/mariadb/test_mariadb.py
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/mysql/__init__.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/psycopg/test_psycopg_snapshot.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_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/utils.py
tests/contrib/pyramid/app/__init__.py
tests/contrib/pyramid/app/app.py
tests/contrib/pyramid/app/web.py
tests/contrib/pyramid/pserve_app/development.ini
tests/contrib/pyramid/pserve_app/setup.py
tests/contrib/pyramid/pserve_app/app/__init__.py
tests/contrib/pyramid/pserve_app/app/routes.py
tests/contrib/pytest/__init__.py
tests/contrib/pytest/test_pytest.py
tests/contrib/pytest_bdd/__init__.py
tests/contrib/pytest_bdd/test_pytest_bdd.py
tests/contrib/redis/__init__.py
tests/contrib/redis/test_redis.py
tests/contrib/redis/test_redis_asyncio.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/rq/__init__.py
tests/contrib/rq/jobs.py
tests/contrib/rq/test_rq.py
tests/contrib/sanic/__init__.py
tests/contrib/sanic/conftest.py
tests/contrib/sanic/run_server.py
tests/contrib/sanic/test_sanic.py
tests/contrib/sanic/test_sanic_server.py
tests/contrib/snowflake/__init__.py
tests/contrib/snowflake/test_snowflake.py
tests/contrib/snowflake/test_snowflake_patch.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/__init__.py
tests/contrib/starlette/app.py
tests/contrib/starlette/test_starlette.py
tests/contrib/starlette/test_starlette_patch.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/contrib/yaaredis/__init__.py
tests/contrib/yaaredis/test_yaaredis.py
tests/debugging/.coveragerc
tests/debugging/__init__.py
tests/debugging/conftest.py
tests/debugging/mocking.py
tests/debugging/test_config.py
tests/debugging/test_debugger.py
tests/debugging/test_encoding.py
tests/debugging/test_expressions.py
tests/debugging/test_uploader.py
tests/debugging/exploration/__init__.py
tests/debugging/exploration/_coverage.py
tests/debugging/exploration/_profiler.py
tests/debugging/exploration/debugger.py
tests/debugging/exploration/preload.py
tests/debugging/exploration/sitecustomize.py
tests/debugging/exploration/test_bootstrap.py
tests/debugging/function/__init__.py
tests/debugging/function/test_discovery.py
tests/debugging/function/test_store.py
tests/debugging/probe/__init__.py
tests/debugging/probe/test_model.py
tests/debugging/probe/test_registry.py
tests/debugging/probe/test_remoteconfig.py
tests/debugging/probe/test_status.py
tests/debugging/py35/__init__.py
tests/debugging/py35/test_async.py
tests/debugging/snapshot/__init__.py
tests/debugging/snapshot/test_collector.py
tests/integration/__init__.py
tests/integration/hello.py
tests/integration/test_debug.py
tests/integration/test_encoding.py
tests/integration/test_integration.py
tests/integration/test_integration_snapshots.py
tests/integration/test_propagation.py
tests/integration/test_trace_stats.py
tests/internal/__init__.py
tests/internal/sitecustomize.py
tests/internal/test_codeowners.py
tests/internal/test_forksafe.py
tests/internal/test_glob_matcher.py
tests/internal/test_injection.py
tests/internal/test_metrics.py
tests/internal/test_module.py
tests/internal/test_packages.py
tests/internal/test_remoteconfig.py
tests/internal/test_safety.py
tests/internal/test_utils_http.py
tests/internal/test_wrapping.py
tests/internal/py35/__init__.py
tests/internal/py35/asyncstuff.py
tests/internal/py35/test_wrapping.py
tests/internal/py36/__init__.py
tests/internal/py36/test_wrapping.py
tests/lib-injection/Dockerfile
tests/lib-injection/django_app.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/profiling/__init__.py
tests/profiling/_test_multiprocessing.py
tests/profiling/_wrong_file
tests/profiling/conftest.py
tests/profiling/gevent_fork.py
tests/profiling/recorder_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_nogevent.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/collector/__init__.py
tests/profiling/collector/_asyncio_compat.py
tests/profiling/collector/conftest.py
tests/profiling/collector/test_asyncio.py
tests/profiling/collector/test_collector.py
tests/profiling/collector/test_memalloc.py
tests/profiling/collector/test_stack.py
tests/profiling/collector/test_stack_asyncio.py
tests/profiling/collector/test_task.py
tests/profiling/collector/test_threading.py
tests/profiling/collector/test_threading_asyncio.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_packages.py
tests/profiling/exporter/test_pprof.py
tests/runtime/__init__.py
tests/runtime/test_runtime_metrics_api.py
tests/snapshots/test_multi_trace.json
tests/snapshots/test_trace_missing_received.json
tests/snapshots/tests.appsec.test_processor.test_appsec_body_no_collection_snapshot.json
tests/snapshots/tests.appsec.test_processor.test_appsec_cookies_no_collection_snapshot.json
tests/snapshots/tests.appsec.test_processor.test_appsec_span_tags_snapshot.json
tests/snapshots/tests.appsec.test_processor.test_appsec_span_tags_snapshot_with_errors.json
tests/snapshots/tests.contrib.aiohttp.test_aiohttp_client.test_200_request.json
tests/snapshots/tests.contrib.aiohttp.test_aiohttp_client.test_200_request_post.json
tests/snapshots/tests.contrib.aiohttp.test_aiohttp_client.test_500_request.json
tests/snapshots/tests.contrib.aiohttp.test_aiohttp_client.test_configure_global_service_name_env.json
tests/snapshots/tests.contrib.aiohttp.test_aiohttp_client.test_configure_service_name_pin.json
tests/snapshots/tests.contrib.aiohttp.test_aiohttp_client.test_trace_multiple.json
tests/snapshots/tests.contrib.aiohttp.test_aiohttp_client.test_trace_parenting.json
tests/snapshots/tests.contrib.aiohttp.test_aiohttp_client.test_trace_query_string.json
tests/snapshots/tests.contrib.aiohttp_jinja2.test_aiohttp_jinja2.test_template_rendering_snapshot.json
tests/snapshots/tests.contrib.aiohttp_jinja2.test_aiohttp_jinja2.test_template_rendering_snapshot[pyloop].json
tests/snapshots/tests.contrib.aiohttp_jinja2.test_aiohttp_jinja2.test_template_rendering_snapshot_patched_server[True].json
tests/snapshots/tests.contrib.aiohttp_jinja2.test_aiohttp_jinja2.test_template_rendering_snapshot_patched_server[pyloop-True].json
tests/snapshots/tests.contrib.aiomysql.test_aiomysql.test_async_with_usage.json
tests/snapshots/tests.contrib.aiomysql.test_aiomysql.test_pin_override[True].json
tests/snapshots/tests.contrib.aiomysql.test_aiomysql.test_queries.json
tests/snapshots/tests.contrib.aiomysql.test_aiomysql.test_user_specified_service.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_basic_request.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_closed_connection_pool.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_decoding_non_utf8_args.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_decoding_non_utf8_pipeline_args.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_decoding_non_utf8_pipeline_args_13.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_long_command.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_override_service_name.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_parenting.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_parenting_13.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_pin.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_pipeline_traced.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_pipeline_traced_13.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_pipeline_traced_context_manager_transaction.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_two_traced_pipelines.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_two_traced_pipelines_13.json
tests/snapshots/tests.contrib.aioredis.test_aioredis.test_unicode_request.json
tests/snapshots/tests.contrib.aredis.test_aredis.test_analytics_with_rate.json
tests/snapshots/tests.contrib.aredis.test_aredis.test_analytics_without_rate.json
tests/snapshots/tests.contrib.aredis.test_aredis.test_basics.json
tests/snapshots/tests.contrib.aredis.test_aredis.test_long_command.json
tests/snapshots/tests.contrib.aredis.test_aredis.test_opentracing.json
tests/snapshots/tests.contrib.aredis.test_aredis.test_pipeline_immediate.json
tests/snapshots/tests.contrib.aredis.test_aredis.test_pipeline_traced.json
tests/snapshots/tests.contrib.aredis.test_aredis.test_unicode.json
tests/snapshots/tests.contrib.asyncpg.test_asyncpg.test_bad_connect.json
tests/snapshots/tests.contrib.asyncpg.test_asyncpg.test_bad_query.json
tests/snapshots/tests.contrib.asyncpg.test_asyncpg.test_configure_service_name_env.json
tests/snapshots/tests.contrib.asyncpg.test_asyncpg.test_connect.json
tests/snapshots/tests.contrib.asyncpg.test_asyncpg.test_connection_methods.json
tests/snapshots/tests.contrib.asyncpg.test_asyncpg.test_cursor.json
tests/snapshots/tests.contrib.asyncpg.test_asyncpg.test_cursor_manual.json
tests/snapshots/tests.contrib.asyncpg.test_asyncpg.test_parenting.json
tests/snapshots/tests.contrib.asyncpg.test_asyncpg.test_select.json
tests/snapshots/tests.contrib.asyncpg.test_asyncpg.test_service_override_pin.json
tests/snapshots/tests.contrib.cherrypy.test_middleware.test_child.json
tests/snapshots/tests.contrib.cherrypy.test_middleware.test_error.json
tests/snapshots/tests.contrib.cherrypy.test_middleware.test_fatal.json
tests/snapshots/tests.contrib.cherrypy.test_middleware.test_success.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_404_exceptions.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_404_exceptions_111x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_404_exceptions_18x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_404_exceptions_21x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_appsec_enabled.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_appsec_enabled_attack.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_asgi_200_30.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_asgi_200_31.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_asgi_200_3x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_asgi_200_simple_app.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_asgi_200_traced_simple_app.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_asgi_500_30.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_asgi_500_31.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_asgi_500_3x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_callable_view.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_callable_view_111x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_callable_view_18x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_callable_view_21x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_partial_based_view.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_partial_based_view_111x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_partial_based_view_18x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_middleware_trace_partial_based_view_21x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_psycopg_query_default.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_safe_string_encoding.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_safe_string_encoding_111x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_safe_string_encoding_18x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_safe_string_encoding_21x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_templates_disabled_30.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_templates_disabled_31.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_templates_disabled_3x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_templates_enabled_30.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_templates_enabled_31.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_templates_enabled_3x.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_urlpatterns_include.json
tests/snapshots/tests.contrib.django.test_django_snapshots.test_urlpatterns_include_21x.json
tests/snapshots/tests.contrib.django_hosts.test_django.test_django_hosts_request.json
tests/snapshots/tests.contrib.elasticsearch.test_elasticsearch_multi.test_elasticsearch.json
tests/snapshots/tests.contrib.elasticsearch.test_elasticsearch_multi.test_elasticsearch2.json
tests/snapshots/tests.contrib.elasticsearch.test_elasticsearch_multi.test_elasticsearch5.json
tests/snapshots/tests.contrib.elasticsearch.test_elasticsearch_multi.test_elasticsearch6.json
tests/snapshots/tests.contrib.elasticsearch.test_elasticsearch_multi.test_elasticsearch7.json
tests/snapshots/tests.contrib.fastapi.test_fastapi.test_subapp_no_aggregate_snapshot.json
tests/snapshots/tests.contrib.fastapi.test_fastapi.test_subapp_snapshot.json
tests/snapshots/tests.contrib.fastapi.test_fastapi.test_table_query_snapshot.json
tests/snapshots/tests.contrib.flask.test_flask_snapshot.test_flask_200.json
tests/snapshots/tests.contrib.flask.test_flask_snapshot.test_flask_200_220.json
tests/snapshots/tests.contrib.flask.test_flask_snapshot.test_flask_get_user.json
tests/snapshots/tests.contrib.flask.test_flask_snapshot.test_flask_get_user_220.json
tests/snapshots/tests.contrib.flask.test_flask_snapshot.test_flask_stream.json
tests/snapshots/tests.contrib.flask.test_flask_snapshot.test_flask_stream_220.json
tests/snapshots/tests.contrib.graphene.test_graphene.test_schema_execute.json
tests/snapshots/tests.contrib.graphene.test_graphene.test_schema_execute_with_resolvers.json
tests/snapshots/tests.contrib.graphene.test_graphene.test_schema_failing_execute.json
tests/snapshots/tests.contrib.graphene.test_graphene.test_schema_failing_execute_v2.json
tests/snapshots/tests.contrib.graphql.test_graphql.test_graphql.json
tests/snapshots/tests.contrib.graphql.test_graphql.test_graphql_error.json
tests/snapshots/tests.contrib.graphql.test_graphql.test_graphql_execute_with_middleware.json
tests/snapshots/tests.contrib.graphql.test_graphql.test_graphql_v2_with_document.json
tests/snapshots/tests.contrib.graphql.test_graphql.test_graphql_with_traced_resolver.json
tests/snapshots/tests.contrib.grpc.test_grpc.test_method_service.json
tests/snapshots/tests.contrib.httpx.test_httpx.test_configure_global_service_name_env.json
tests/snapshots/tests.contrib.httpx.test_httpx.test_configure_service_name.json
tests/snapshots/tests.contrib.httpx.test_httpx.test_configure_service_name_env.json
tests/snapshots/tests.contrib.httpx.test_httpx.test_get_200.json
tests/snapshots/tests.contrib.httpx.test_httpx.test_get_500.json
tests/snapshots/tests.contrib.httpx.test_httpx.test_request_headers.json
tests/snapshots/tests.contrib.httpx.test_httpx.test_split_by_domain.json
tests/snapshots/tests.contrib.httpx.test_httpx.test_trace_query_string.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_analytics_with_rate_snapshot_post_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_analytics_with_rate_snapshot_pre_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_analytics_without_rate_snapshot_post_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_analytics_without_rate_snapshot_pre_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_commit_snapshot_post_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_commit_snapshot_pre_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_query_many_fetchall_snapshot_post_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_query_many_fetchall_snapshot_pre_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_query_proc_snapshot_post_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_query_proc_snapshot_pre_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_query_with_several_rows_fetchall_snapshot_post_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_query_with_several_rows_fetchall_snapshot_pre_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_query_with_several_rows_snapshot_post_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_query_with_several_rows_snapshot_pre_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_simple_malformed_query_snapshot_post_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_simple_malformed_query_snapshot_pre_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_simple_query_fetchall_snapshot_post_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_simple_query_fetchall_snapshot_pre_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_simple_query_snapshot_post_1_1.json
tests/snapshots/tests.contrib.mariadb.test_mariadb.test_simple_query_snapshot_pre_1_1.json
tests/snapshots/tests.contrib.psycopg.test_psycopg.test_composed_query_encoding.json
tests/snapshots/tests.contrib.psycopg.test_psycopg_snapshot.test_connect_default.json
tests/snapshots/tests.contrib.psycopg.test_psycopg_snapshot.test_connect_traced.json
tests/snapshots/tests.contrib.pyramid.test_pyramid.test_simple_pyramid_app_endpoint.json
tests/snapshots/tests.contrib.pyramid.test_pyramid.test_simple_pyramid_app_endpoint[ddtrace-run_pserve_tests_contrib_pyramid_pserve_app_development.ini].json
tests/snapshots/tests.contrib.pyramid.test_pyramid.test_simple_pyramid_app_endpoint[ddtrace-run_python_tests_contrib_pyramid_app_app.py].json
tests/snapshots/tests.contrib.redis.test_redis.test_analytics_with_rate.json
tests/snapshots/tests.contrib.redis.test_redis.test_analytics_without_rate.json
tests/snapshots/tests.contrib.redis.test_redis.test_basics.json
tests/snapshots/tests.contrib.redis.test_redis.test_env_user_specified_redis_service.json
tests/snapshots/tests.contrib.redis.test_redis.test_long_command.json
tests/snapshots/tests.contrib.redis.test_redis.test_meta_override.json
tests/snapshots/tests.contrib.redis.test_redis.test_opentracing.json
tests/snapshots/tests.contrib.redis.test_redis.test_pipeline_immediate.json
tests/snapshots/tests.contrib.redis.test_redis.test_pipeline_traced.json
tests/snapshots/tests.contrib.redis.test_redis.test_service_precedence.json
tests/snapshots/tests.contrib.redis.test_redis.test_unicode.json
tests/snapshots/tests.contrib.redis.test_redis.test_user_specified_service.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_basic_request.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_client_name.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_decoding_non_utf8_args.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_decoding_non_utf8_pipeline_args.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_long_command.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_override_service_name.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_parenting.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_pin.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_pipeline_traced.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_pipeline_traced_context_manager_transaction.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_two_traced_pipelines.json
tests/snapshots/tests.contrib.redis.test_redis_asyncio.test_unicode_request.json
tests/snapshots/tests.contrib.rq.test_rq.test_enqueue_distributed_tracing_enabled_False_worker_service_None.json
tests/snapshots/tests.contrib.rq.test_rq.test_enqueue_distributed_tracing_enabled_False_worker_service_custom-worker-service.json
tests/snapshots/tests.contrib.rq.test_rq.test_enqueue_distributed_tracing_enabled_None_worker_service_None.json
tests/snapshots/tests.contrib.rq.test_rq.test_enqueue_distributed_tracing_enabled_None_worker_service_custom-worker-service.json
tests/snapshots/tests.contrib.rq.test_rq.test_queue_failing_job.json
tests/snapshots/tests.contrib.rq.test_rq.test_queue_failing_job_pre_1_10_1.json
tests/snapshots/tests.contrib.rq.test_rq.test_queue_pin_service.json
tests/snapshots/tests.contrib.rq.test_rq.test_sync_queue_enqueue.json
tests/snapshots/tests.contrib.rq.test_rq.test_sync_worker.json
tests/snapshots/tests.contrib.rq.test_rq.test_sync_worker_config_service.json
tests/snapshots/tests.contrib.rq.test_rq.test_sync_worker_multiple_jobs.json
tests/snapshots/tests.contrib.rq.test_rq.test_sync_worker_pin_service.json
tests/snapshots/tests.contrib.rq.test_rq.test_worker_class_job.json
tests/snapshots/tests.contrib.rq.test_rq.test_worker_failing_job.json
tests/snapshots/tests.contrib.sanic.test_sanic_server.test_multiple_requests_sanic_http.json
tests/snapshots/tests.contrib.sanic.test_sanic_server.test_multiple_requests_sanic_http_pre_21.9.json
tests/snapshots/tests.contrib.sanic.test_sanic_server.test_sanic_errors.json
tests/snapshots/tests.contrib.sanic.test_sanic_server.test_sanic_errors_pre_21.9.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_analytics_with_rate.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_analytics_without_rate.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_commit.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_executemany_insert.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_fetchall.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_fetchall_multiple_rows.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_fetchone.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_ot_executemany_insert.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_ot_fetchall.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_ot_fetchall_multiple_rows.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_ot_fetchone.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_pin_override.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_rollback.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_service_env.json
tests/snapshots/tests.contrib.snowflake.test_snowflake.test_snowflake_settings_override.json
tests/snapshots/tests.contrib.starlette.test_starlette.test_incorrect_patching.json
tests/snapshots/tests.contrib.starlette.test_starlette.test_subapp_no_aggregate_snapshot.json
tests/snapshots/tests.contrib.starlette.test_starlette.test_subapp_snapshot.json
tests/snapshots/tests.contrib.starlette.test_starlette.test_table_query_snapshot.json
tests/snapshots/tests.contrib.urllib3.test_urllib3.test_urllib3_connectionpool_snapshot.json
tests/snapshots/tests.contrib.urllib3.test_urllib3.test_urllib3_poolmanager_snapshot.json
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_200.json
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_500_py2.json
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_500_py3.json
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_chunked.json
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_distributed_tracing_nested.json
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_generator_exit_ignored_snapshot.json
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_wsgi_base_middleware.json
tests/snapshots/tests.contrib.wsgi.test_wsgi.test_wsgi_base_middleware_500.json
tests/snapshots/tests.contrib.yaaredis.test_yaaredis.test_analytics_with_rate.json
tests/snapshots/tests.contrib.yaaredis.test_yaaredis.test_analytics_without_rate.json
tests/snapshots/tests.contrib.yaaredis.test_yaaredis.test_basics.json
tests/snapshots/tests.contrib.yaaredis.test_yaaredis.test_long_command.json
tests/snapshots/tests.contrib.yaaredis.test_yaaredis.test_opentracing.json
tests/snapshots/tests.contrib.yaaredis.test_yaaredis.test_pipeline_immediate.json
tests/snapshots/tests.contrib.yaaredis.test_yaaredis.test_pipeline_traced.json
tests/snapshots/tests.contrib.yaaredis.test_yaaredis.test_unicode.json
tests/snapshots/tests.integration.test_integration_snapshots.test_filters.json
tests/snapshots/tests.integration.test_integration_snapshots.test_multiple_traces.json
tests/snapshots/tests.integration.test_integration_snapshots.test_sampling.json
tests/snapshots/tests.integration.test_integration_snapshots.test_single_trace_single_span.json
tests/snapshots/tests.integration.test_integration_snapshots.test_synchronous_writer.json
tests/snapshots/tests.integration.test_integration_snapshots.test_trace_with_wrong_meta_types_not_sent.json
tests/snapshots/tests.integration.test_integration_snapshots.test_trace_with_wrong_metrics_types_not_sent.json
tests/snapshots/tests.integration.test_integration_snapshots.test_tracer_trace_across_fork.json
tests/snapshots/tests.integration.test_integration_snapshots.test_tracer_trace_across_multiple_forks.json
tests/snapshots/tests.integration.test_integration_snapshots.test_tracetagsprocessor_only_adds_new_tags.json
tests/snapshots/tests.integration.test_integration_snapshots.test_wrong_span_name_type_not_sent.json
tests/snapshots/tests.integration.test_propagation.test_sampling_decision_downstream.json
tests/snapshots/tests.integration.test_propagation.test_trace_tags_multispan[tracer0].json
tests/snapshots/tests.integration.test_propagation.test_trace_tags_multispan[tracer1].json
tests/snapshots/tests.integration.test_propagation.test_trace_tags_multispan[tracer2].json
tests/snapshots/tests.integration.test_trace_stats.test_measured_span_tracestats.json
tests/snapshots/tests.integration.test_trace_stats.test_sampling_rate[0.0]_tracestats.json
tests/snapshots/tests.integration.test_trace_stats.test_sampling_rate[1.0].json
tests/snapshots/tests.integration.test_trace_stats.test_sampling_rate[1.0]_tracestats.json
tests/snapshots/tests.integration.test_trace_stats.test_single_span_sampling[sampling_rule0].json
tests/snapshots/tests.integration.test_trace_stats.test_single_span_sampling[sampling_rule0]_tracestats.json
tests/snapshots/tests.integration.test_trace_stats.test_single_span_sampling[sampling_rule1].json
tests/snapshots/tests.integration.test_trace_stats.test_single_span_sampling[sampling_rule1]_tracestats.json
tests/snapshots/tests.integration.test_trace_stats.test_stats_1000_tracestats.json
tests/snapshots/tests.integration.test_trace_stats.test_stats_aggrs_tracestats.json
tests/snapshots/tests.integration.test_trace_stats.test_stats_errors_tracestats.json
tests/snapshots/tests.integration.test_trace_stats.test_top_level_tracestats.json
tests/snapshots/tests.telemetry.test_telemetry.test_telemetry_enabled_on_first_tracer_flush.json
tests/submod/__init__.py
tests/submod/absstuff.py
tests/submod/stuff.py
tests/telemetry/__init__.py
tests/telemetry/conftest.py
tests/telemetry/test_data.py
tests/telemetry/test_telemetry.py
tests/telemetry/test_writer.py
tests/test_module/__init__.py
tests/test_module2/__init__.py
tests/tracer/__init__.py
tests/tracer/_version.py
tests/tracer/test_agent.py
tests/tracer/test_atexit.py
tests/tracer/test_ci.py
tests/tracer/test_compat.py
tests/tracer/test_constants.py
tests/tracer/test_context.py
tests/tracer/test_correlation_log_context.py
tests/tracer/test_encoders.py
tests/tracer/test_env_vars.py
tests/tracer/test_filters.py
tests/tracer/test_global_config.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_memory_leak.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_sampling_decision.py
tests/tracer/test_service.py
tests/tracer/test_settings.py
tests/tracer/test_single_span_sampling_rule.py
tests/tracer/test_single_span_sampling_rules.py
tests/tracer/test_sma.py
tests/tracer/test_span.py
tests/tracer/test_tagset.py
tests/tracer/test_trace_utils.py
tests/tracer/test_tracer.py
tests/tracer/test_utils.py
tests/tracer/test_version.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/fixtures/ci/usersupplied.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
tests/vendor/msgpack/test_buffer.py
tests/vendor/msgpack/test_case.py
tests/vendor/msgpack/test_except.py
tests/vendor/msgpack/test_limits.py
tests/vendor/msgpack/test_newspec.py
tests/vendor/msgpack/test_pack.py
tests/vendor/msgpack/test_read_size.py
tests/vendor/msgpack/test_seq.py
tests/vendor/msgpack/test_subtype.py
tests/vendor/msgpack/test_unpack.py