-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Celery Instrumentation Cleanup (#1128)
* Rename files for better conventions * Move worker config to conftest * Update existing tests * Add all celery task running methods to tests * Patch celery name extraction crash * Add correct metrics for all tests * Fix map and starmap validators * Fully corrected celery tests * Remove celery tracer instrumentation * Fix issue with wrappers not being detected by celery * Add additional logic to celery task naming for mapping tasks * Patch distributed tracing for new instrumentation point * Expand celery testing matrix to all supported minor versions * Remove unused code, and reorganize * Linting * Add another comment * Remove all python 2 testing requirements
- Loading branch information
1 parent
3b46fad
commit 7b90b64
Showing
9 changed files
with
423 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.