Skip to content

Commit 6a06f77

Browse files
authored
chore(yaaredis): remove yaaredis support (#12226)
With `ddtrace>=3.0` the implementation details of the yaaredis integration is internal to the tracer. We can remove this integration without introducing a breaking change. ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [x] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
1 parent fa18def commit 6a06f77

File tree

38 files changed

+4
-1597
lines changed

38 files changed

+4
-1597
lines changed

.riot/requirements/1761702.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

.riot/requirements/1cc7b0e.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

.riot/requirements/1f1e9b4.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

.riot/requirements/9b8251b.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

.riot/requirements/fda8aa6.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

ddtrace/_monkey.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
"pyodbc": True,
9494
"fastapi": True,
9595
"dogpile_cache": True,
96-
"yaaredis": True,
9796
"asyncpg": True,
9897
"aws_lambda": True, # patch only in AWS Lambda environments
9998
"azure_functions": True,

ddtrace/contrib/_yaaredis.py

Lines changed: 0 additions & 67 deletions
This file was deleted.

ddtrace/contrib/internal/yaaredis/patch.py

Lines changed: 0 additions & 91 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ contacting support.
182182
+--------------------------------------------------+---------------+----------------+
183183
| :ref:`wsgi` | \* | No |
184184
+--------------------------------------------------+---------------+----------------+
185-
| :ref:`yaaredis` | >= 2.0.0 | Yes |
186-
+--------------------------------------------------+---------------+----------------+
187185

188186

189187
.. [1] Libraries that are automatically instrumented when the

docs/integrations.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -505,12 +505,6 @@ Vertica
505505
^^^^^^^
506506
.. automodule:: ddtrace.contrib._vertica
507507

508-
.. _yaaredis:
509-
510-
yaaredis
511-
^^^^^^^^
512-
.. automodule:: ddtrace.contrib._yaaredis
513-
514508
.. _wsgi:
515509

516510
WSGI

0 commit comments

Comments
 (0)