Skip to content

Commit 2008dd7

Browse files
authored
chore(ci_visibility): revert default tracer change (#9328)
This reverts commit 6afcedb due to reliable failures in dogweb CI ## Checklist - [x] Change(s) are motivated and described in the PR description - [x] Testing strategy is described if automated tests are not included in the PR - [x] Risks are described (performance impact, potential for breakage, maintainability) - [x] Change is maintainable (easy to change, telemetry, documentation) - [x] [Library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) are followed or label `changelog/no-changelog` is set - [x] Documentation is included (in-code, generated user docs, [public corp docs](https://github.com/DataDog/documentation/)) - [x] Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) - [x] If this PR changes the public interface, I've notified `@DataDog/apm-tees`. ## Reviewer Checklist - [ ] Title is accurate - [ ] All changes are related to the pull request's stated goal - [ ] Description motivates each change - [ ] Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - [ ] Testing strategy adequately addresses listed risks - [ ] Change is maintainable (easy to change, telemetry, documentation) - [ ] Release note makes sense to a user of the library - [ ] 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)
1 parent d7e21b1 commit 2008dd7

25 files changed

+104
-489
lines changed

.riot/requirements/d03449e.txt renamed to .riot/requirements/117f119.txt

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,24 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --config=pyproject.toml --no-annotate .riot/requirements/d03449e.in
5+
# pip-compile --no-annotate .riot/requirements/117f119.in
66
#
7-
anyio==4.3.0
87
attrs==23.2.0
9-
certifi==2024.2.2
10-
coverage[toml]==7.4.4
8+
coverage[toml]==7.4.1
119
exceptiongroup==1.2.0
12-
h11==0.14.0
13-
httpcore==1.0.5
14-
httpx==0.27.0
1510
hypothesis==6.45.0
16-
idna==3.7
17-
importlib-metadata==7.1.0
11+
importlib-metadata==7.0.1
1812
iniconfig==2.0.0
1913
mock==5.1.0
2014
more-itertools==8.10.0
21-
msgpack==1.0.8
15+
msgpack==1.0.7
2216
opentracing==2.4.0
23-
packaging==24.0
17+
packaging==23.2
2418
pluggy==1.4.0
25-
pytest==8.1.1
19+
pytest==8.0.0
2620
pytest-cov==2.12.0
2721
pytest-mock==2.0.0
2822
pytest-randomly==3.15.0
29-
sniffio==1.3.1
3023
sortedcontainers==2.4.0
3124
tomli==2.0.1
32-
typing-extensions==4.11.0
33-
zipp==3.18.1
25+
zipp==3.17.0

.riot/requirements/48eb599.txt renamed to .riot/requirements/1254841.txt

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,21 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/48eb599.in
5+
# pip-compile --no-annotate .riot/requirements/1254841.in
66
#
7-
anyio==4.3.0
87
asynctest==0.13.0
98
attrs==23.2.0
10-
certifi==2024.2.2
11-
coverage[toml]==7.4.4
12-
h11==0.14.0
13-
httpcore==1.0.5
14-
httpx==0.27.0
9+
coverage[toml]==7.4.1
1510
hypothesis==6.45.0
16-
idna==3.7
1711
iniconfig==2.0.0
1812
mock==5.1.0
1913
more-itertools==8.10.0
20-
msgpack==1.0.8
14+
msgpack==1.0.7
2115
opentracing==2.4.0
22-
packaging==24.0
16+
packaging==23.2
2317
pluggy==1.4.0
2418
pytest==7.4.4
25-
pytest-cov==5.0.0
26-
pytest-mock==3.14.0
19+
pytest-cov==4.1.0
20+
pytest-mock==3.12.0
2721
pytest-randomly==3.15.0
28-
sniffio==1.3.1
2922
sortedcontainers==2.4.0

.riot/requirements/17cf97e.txt renamed to .riot/requirements/14d5757.txt

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,21 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/17cf97e.in
5+
# pip-compile --no-annotate .riot/requirements/14d5757.in
66
#
7-
anyio==4.3.0
87
asynctest==0.13.0
98
attrs==23.2.0
10-
certifi==2024.2.2
11-
coverage[toml]==7.4.4
12-
h11==0.14.0
13-
httpcore==1.0.5
14-
httpx==0.27.0
9+
coverage[toml]==7.4.1
1510
hypothesis==6.45.0
16-
idna==3.7
1711
iniconfig==2.0.0
1812
mock==5.1.0
1913
more-itertools==8.10.0
20-
msgpack==1.0.8
14+
msgpack==1.0.7
2115
opentracing==2.4.0
22-
packaging==24.0
16+
packaging==23.2
2317
pluggy==1.4.0
2418
pytest==7.4.4
25-
pytest-cov==5.0.0
26-
pytest-mock==3.14.0
19+
pytest-cov==4.1.0
20+
pytest-mock==3.12.0
2721
pytest-randomly==3.15.0
28-
sniffio==1.3.1
2922
sortedcontainers==2.4.0

.riot/requirements/18147c2.txt renamed to .riot/requirements/17ecd2b.txt

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,21 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/18147c2.in
5+
# pip-compile --no-annotate .riot/requirements/17ecd2b.in
66
#
7-
anyio==4.3.0
87
asynctest==0.13.0
98
attrs==23.2.0
10-
certifi==2024.2.2
11-
coverage[toml]==7.4.4
12-
h11==0.14.0
13-
httpcore==1.0.5
14-
httpx==0.27.0
9+
coverage[toml]==7.4.1
1510
hypothesis==6.45.0
16-
idna==3.7
1711
iniconfig==2.0.0
1812
mock==5.1.0
1913
more-itertools==8.10.0
20-
msgpack==1.0.8
14+
msgpack==1.0.7
2115
opentracing==2.4.0
22-
packaging==24.0
16+
packaging==23.2
2317
pluggy==1.4.0
24-
pytest==8.1.1
25-
pytest-cov==5.0.0
26-
pytest-mock==3.14.0
18+
pytest==8.0.0
19+
pytest-cov==4.1.0
20+
pytest-mock==3.12.0
2721
pytest-randomly==3.15.0
28-
sniffio==1.3.1
2922
sortedcontainers==2.4.0

.riot/requirements/a0aa271.txt renamed to .riot/requirements/18cd4dd.txt

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,24 @@
22
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/a0aa271.in
5+
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/18cd4dd.in
66
#
7-
anyio==3.7.1
87
attrs==23.2.0
9-
certifi==2024.2.2
108
coverage[toml]==7.2.7
119
exceptiongroup==1.2.0
12-
h11==0.14.0
13-
httpcore==0.17.3
14-
httpx==0.24.1
1510
hypothesis==6.45.0
16-
idna==3.7
1711
importlib-metadata==6.7.0
1812
iniconfig==2.0.0
1913
mock==5.1.0
2014
more-itertools==8.10.0
2115
msgpack==1.0.5
2216
opentracing==2.4.0
23-
packaging==24.0
17+
packaging==23.2
2418
pluggy==1.2.0
2519
pytest==7.4.4
2620
pytest-cov==2.12.0
2721
pytest-mock==2.0.0
2822
pytest-randomly==3.12.0
29-
sniffio==1.3.1
3023
sortedcontainers==2.4.0
3124
tomli==2.0.1
3225
typing-extensions==4.7.1

.riot/requirements/10b8fc3.txt renamed to .riot/requirements/1ceca0e.txt

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/10b8fc3.in
5+
# pip-compile --no-annotate .riot/requirements/1ceca0e.in
66
#
7-
anyio==4.3.0
87
asynctest==0.13.0
98
attrs==23.2.0
10-
certifi==2024.2.2
11-
coverage[toml]==7.4.4
12-
h11==0.14.0
13-
httpcore==1.0.5
14-
httpx==0.27.0
9+
coverage[toml]==7.4.1
1510
hypothesis==6.45.0
16-
idna==3.7
1711
iniconfig==2.0.0
1812
mock==5.1.0
1913
more-itertools==8.10.0
20-
msgpack==1.0.8
14+
msgpack==1.0.7
2115
opentracing==2.4.0
22-
packaging==24.0
16+
packaging==23.2
2317
pluggy==1.4.0
2418
py==1.11.0
2519
pytest==6.2.5
26-
pytest-cov==5.0.0
27-
pytest-mock==3.14.0
20+
pytest-cov==4.1.0
21+
pytest-mock==3.12.0
2822
pytest-randomly==3.15.0
29-
sniffio==1.3.1
3023
sortedcontainers==2.4.0
3124
toml==0.10.2

.riot/requirements/1252d0f.txt renamed to .riot/requirements/1e0c0d6.txt

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,21 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1252d0f.in
5+
# pip-compile --no-annotate .riot/requirements/1e0c0d6.in
66
#
7-
anyio==4.3.0
87
asynctest==0.13.0
98
attrs==23.2.0
10-
certifi==2024.2.2
11-
coverage[toml]==7.4.4
12-
h11==0.14.0
13-
httpcore==1.0.5
14-
httpx==0.27.0
9+
coverage[toml]==7.4.1
1510
hypothesis==6.45.0
16-
idna==3.7
1711
iniconfig==2.0.0
1812
mock==5.1.0
1913
more-itertools==8.10.0
20-
msgpack==1.0.8
14+
msgpack==1.0.7
2115
opentracing==2.4.0
22-
packaging==24.0
16+
packaging==23.2
2317
pluggy==1.4.0
24-
pytest==8.1.1
25-
pytest-cov==5.0.0
26-
pytest-mock==3.14.0
18+
pytest==8.0.0
19+
pytest-cov==4.1.0
20+
pytest-mock==3.12.0
2721
pytest-randomly==3.15.0
28-
sniffio==1.3.1
2922
sortedcontainers==2.4.0

.riot/requirements/14ca37f.txt renamed to .riot/requirements/1e49987.txt

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,24 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/14ca37f.in
5+
# pip-compile --no-annotate .riot/requirements/1e49987.in
66
#
7-
anyio==4.3.0
87
asynctest==0.13.0
98
attrs==23.2.0
10-
certifi==2024.2.2
11-
coverage[toml]==7.4.4
12-
exceptiongroup==1.2.0
13-
h11==0.14.0
14-
httpcore==1.0.5
15-
httpx==0.27.0
9+
coverage[toml]==7.4.1
1610
hypothesis==6.45.0
17-
idna==3.7
1811
iniconfig==2.0.0
1912
mock==5.1.0
2013
more-itertools==8.10.0
21-
msgpack==1.0.8
14+
msgpack==1.0.7
2215
opentracing==2.4.0
23-
packaging==24.0
16+
packaging==23.2
2417
pluggy==1.4.0
2518
py==1.11.0
2619
pytest==6.2.5
27-
pytest-cov==5.0.0
28-
pytest-mock==3.14.0
20+
pytest-cov==4.1.0
21+
pytest-mock==3.12.0
2922
pytest-randomly==3.15.0
30-
sniffio==1.3.1
3123
sortedcontainers==2.4.0
3224
toml==0.10.2
3325
tomli==2.0.1
34-
typing-extensions==4.11.0

.riot/requirements/1becf29.txt renamed to .riot/requirements/1e67852.txt

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/1becf29.in
5+
# pip-compile --no-annotate .riot/requirements/1e67852.in
66
#
7-
anyio==4.3.0
87
asynctest==0.13.0
98
attrs==23.2.0
10-
certifi==2024.2.2
11-
coverage[toml]==7.4.4
9+
coverage[toml]==7.4.1
1210
exceptiongroup==1.2.0
13-
h11==0.14.0
14-
httpcore==1.0.5
15-
httpx==0.27.0
1611
hypothesis==6.45.0
17-
idna==3.7
1812
iniconfig==2.0.0
1913
mock==5.1.0
2014
more-itertools==8.10.0
21-
msgpack==1.0.8
15+
msgpack==1.0.7
2216
opentracing==2.4.0
23-
packaging==24.0
17+
packaging==23.2
2418
pluggy==1.4.0
2519
pytest==7.4.4
26-
pytest-cov==5.0.0
27-
pytest-mock==3.14.0
20+
pytest-cov==4.1.0
21+
pytest-mock==3.12.0
2822
pytest-randomly==3.15.0
29-
sniffio==1.3.1
3023
sortedcontainers==2.4.0
3124
tomli==2.0.1
32-
typing-extensions==4.11.0

.riot/requirements/1163993.txt renamed to .riot/requirements/2a81450.txt

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1163993.in
5+
# pip-compile --no-annotate .riot/requirements/2a81450.in
66
#
7-
anyio==4.3.0
87
asynctest==0.13.0
98
attrs==23.2.0
10-
certifi==2024.2.2
11-
coverage[toml]==7.4.4
12-
h11==0.14.0
13-
httpcore==1.0.5
14-
httpx==0.27.0
9+
coverage[toml]==7.4.1
1510
hypothesis==6.45.0
16-
idna==3.7
1711
iniconfig==2.0.0
1812
mock==5.1.0
1913
more-itertools==8.10.0
20-
msgpack==1.0.8
14+
msgpack==1.0.7
2115
opentracing==2.4.0
22-
packaging==24.0
16+
packaging==23.2
2317
pluggy==1.4.0
2418
py==1.11.0
2519
pytest==6.2.5
26-
pytest-cov==5.0.0
27-
pytest-mock==3.14.0
20+
pytest-cov==4.1.0
21+
pytest-mock==3.12.0
2822
pytest-randomly==3.15.0
29-
sniffio==1.3.1
3023
sortedcontainers==2.4.0
3124
toml==0.10.2

0 commit comments

Comments
 (0)