-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(celery): change out.host tags to point to celery broker [backport…
… 2.17] (#11540) Backport b9573be from #10750 to 2.17. ## Motivation Change `out.host` tags to point towards the celery broker, instead of the local celery hostname. Fixes service-representation issues. Fixes [11491](#11491) ## 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) --------- Co-authored-by: Zachary Groves <[email protected]> Co-authored-by: William Conti <[email protected]> Co-authored-by: William Conti <[email protected]>
- Loading branch information
1 parent
ed7029f
commit 09d6215
Showing
13 changed files
with
283 additions
and
119 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1509aa1.in | ||
# | ||
amqp==5.3.1 | ||
attrs==24.2.0 | ||
billiard==4.2.1 | ||
celery[redis]==5.4.0 | ||
click==8.1.7 | ||
click-didyoumean==0.3.1 | ||
click-plugins==1.1.1 | ||
click-repl==0.3.0 | ||
coverage[toml]==7.6.8 | ||
hypothesis==6.45.0 | ||
iniconfig==2.0.0 | ||
kombu==5.4.2 | ||
mock==5.1.0 | ||
more-itertools==8.10.0 | ||
opentracing==2.4.0 | ||
packaging==24.2 | ||
pluggy==1.5.0 | ||
prompt-toolkit==3.0.48 | ||
pytest==8.3.3 | ||
pytest-cov==6.0.0 | ||
pytest-mock==3.14.0 | ||
pytest-randomly==3.16.0 | ||
python-dateutil==2.9.0.post0 | ||
redis==5.2.0 | ||
six==1.16.0 | ||
sortedcontainers==2.4.0 | ||
tzdata==2024.2 | ||
vine==5.1.0 | ||
wcwidth==0.2.13 |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1df4aa0.in | ||
# | ||
amqp==5.3.1 | ||
attrs==24.2.0 | ||
billiard==4.2.1 | ||
celery[redis]==5.4.0 | ||
click==8.1.7 | ||
click-didyoumean==0.3.1 | ||
click-plugins==1.1.1 | ||
click-repl==0.3.0 | ||
coverage[toml]==7.6.8 | ||
hypothesis==6.45.0 | ||
iniconfig==2.0.0 | ||
kombu==5.4.2 | ||
mock==5.1.0 | ||
more-itertools==8.10.0 | ||
opentracing==2.4.0 | ||
packaging==24.2 | ||
pluggy==1.5.0 | ||
prompt-toolkit==3.0.48 | ||
pytest==8.3.3 | ||
pytest-cov==6.0.0 | ||
pytest-mock==3.14.0 | ||
pytest-randomly==3.16.0 | ||
python-dateutil==2.9.0.post0 | ||
redis==5.2.0 | ||
six==1.16.0 | ||
sortedcontainers==2.4.0 | ||
tzdata==2024.2 | ||
vine==5.1.0 | ||
wcwidth==0.2.13 |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile --allow-unsafe --no-annotate .riot/requirements/654f8c0.in | ||
# | ||
amqp==5.3.1 | ||
async-timeout==5.0.1 | ||
attrs==24.2.0 | ||
billiard==4.2.1 | ||
celery[redis]==5.4.0 | ||
click==8.1.7 | ||
click-didyoumean==0.3.1 | ||
click-plugins==1.1.1 | ||
click-repl==0.3.0 | ||
coverage[toml]==7.6.8 | ||
exceptiongroup==1.2.2 | ||
hypothesis==6.45.0 | ||
iniconfig==2.0.0 | ||
kombu==5.4.2 | ||
mock==5.1.0 | ||
more-itertools==8.10.0 | ||
opentracing==2.4.0 | ||
packaging==24.2 | ||
pluggy==1.5.0 | ||
prompt-toolkit==3.0.48 | ||
pytest==8.3.3 | ||
pytest-cov==6.0.0 | ||
pytest-mock==3.14.0 | ||
pytest-randomly==3.16.0 | ||
python-dateutil==2.9.0.post0 | ||
redis==5.2.0 | ||
six==1.16.0 | ||
sortedcontainers==2.4.0 | ||
tomli==2.1.0 | ||
tzdata==2024.2 | ||
vine==5.1.0 | ||
wcwidth==0.2.13 |
This file was deleted.
Oops, something went wrong.
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
5 changes: 5 additions & 0 deletions
5
releasenotes/notes/update-celery-out-host-tag-be8da4f2ab88b4cf.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
fixes: | ||
- | | ||
celery: Changes celery ``out.host`` span tag to point towards broker host url instead of local celery process hostname. Fixes | ||
inferred service representation issues when using celery. |
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.