dd-trace-py icon indicating copy to clipboard operation
dd-trace-py copied to clipboard

feat: add txredisapi integration

Open Kyle-Verhoog opened this issue 5 years ago • 2 comments

Integration

This PR adds support for txredisapi.

Links

  • Integration docs: https://github.com/IlyaSkriblovsky/txredisapi
  • Corp docs PR:

Checklist

  • [x] Usage and configuration documentation added in __init__.py, docs/index.rst and docs/integrations.rst.
  • [ ] Corp docs PR to add new integration to documentation.
  • [x] Span metadata
  • [x] Global configuration
    • [x] ddtrace.config entry is specified.
    • [x] Environment variables are provided for config options.
  • [x] Instance configuration
    • [x] Pin overriding.
    • [x] Service name override (if applicable).
  • [x] Async
    • [x] Span parenting behaves as expected.
    • [x] Context propagation across async contexts.
  • [ ] ~HTTP~
  • [ ] Tests
    • [ ] Tests are provided for all of the above.
    • [x] Tests are added to CI (.circleci/config.yml).
    • [x] Functionality is maintained from original library.
    • [ ] Patch test cases are added (see test_django_patch.py for an example).
    • [x] All Python versions that the library supports are tested.
    • [x] All significant library versions (including the latest) are tested. This typically includes every minor release going back a few years.

Kyle-Verhoog avatar Oct 01 '20 02:10 Kyle-Verhoog

@Kyle-Verhoog this pull request is now in conflict 😩

mergify[bot] avatar Nov 10 '21 14:11 mergify[bot]

@Kyle-Verhoog this pull request is now in conflict 😩

mergify[bot] avatar Sep 26 '22 07:09 mergify[bot]