You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ry#29)
* Global tracer registry: First somewhat satisfying iteration.
* Add API docs for backend module
* Fix documentation (and overlong lines within).
* Sort imports.
* Remove _UNIT_TEST_IGNORE_ENV.
We should be able to ensure clean envvars for the test run.
* Misc cleanup.
* Fix backend.py not being included in wheel.
* Rewrite backend/loader.
* Rewrite backend/loader more, fix pylint, mypy.
* Ditch 'default' in `_load_default_impl`, it's just wrong now.
* Fix docs.
* Apply new package structure.
* Remove unit tests (for now).
* Document the factory type aliases.
* Store factory functions in respective modules.
Gets rid of the dictionary in loader.py.
* Fix factory return type (Optional) & improve docs.
* Revert accidental changes to setup.py.
* Remove unused global.
Add instrumentor for Redis. Below are existing instrumentor implementations:
DataDog
SignalFx
The text was updated successfully, but these errors were encountered: