-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
releasenotes/notes/fix-elasticsearch-always-populate-span-tags-aa904d748362f2d1.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
fixes: | ||
- | | ||
celery auto-instrumentation: This fix resolves two issues with context propagation in celery | ||
1. Invalid span parentage when task A calls task B async and task A errors out, causing A's queuing of B, and B itself to not be parented under A. | ||
2. Invalid context propagation from client to workers, and across retries, causing multiple traces instead of a single trace | ||
celery: This fix resolves two issues with context propagation in celery | ||
1. Invalid span parentage when task A calls task B async and task A errors out, causing A's queuing of B, and B itself to not be parented under A. | ||
2. Invalid context propagation from client to workers, and across retries, causing multiple traces instead of a single trace |