-
Notifications
You must be signed in to change notification settings - Fork 420
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 (#10750)
Co-authored-by: wconti27 <william.conti@datadoghq.com>
- Loading branch information
1 parent
81f52ca
commit b9573be
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.