Skip to content

Commit d5fcbec

Browse files
Merge branch 'romainkomorn/add_clear' of github.com:DataDog/dd-trace-py into romainkomorn/add_clear
2 parents e7686e9 + cb00126 commit d5fcbec

File tree

102 files changed

+1349
-5194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1349
-5194
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,5 @@ mypy.ini @DataDog/python-guild @DataDog/apm-core-pyt
114114
.github/ISSUE_TEMPLATE.md @DataDog/python-guild @DataDog/apm-core-python
115115
.github/CODEOWNERS @DataDog/python-guild @DataDog/apm-core-python
116116
.github/workflows/system-tests.yml @DataDog/python-guild @DataDog/apm-core-python
117+
ddtrace/internal/_unpatched.py @DataDog/python-guild
117118
ddtrace/internal/compat.py @DataDog/python-guild @DataDog/apm-core-python

.github/workflows/django-overhead-profile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'ddtrace/**'
99
- 'scripts/profiles/django-simple/**'
10+
- '.github/workflows/django-overhead-profile.yml'
1011
jobs:
1112
django-overhead-profile:
1213
runs-on: ubuntu-latest
@@ -22,7 +23,7 @@ jobs:
2223

2324
- uses: actions/setup-python@v5
2425
with:
25-
python-version: "3.8"
26+
python-version: "3.10"
2627

2728
- name: Setup
2829
run: |

.github/workflows/encoders-profile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'ddtrace/internal/_encoding.pyx'
99
- 'scripts/profiles/encoders/**'
10+
- '.github/workflows/encoders-profile.yml'
1011
jobs:
1112
encoders-profile:
1213
runs-on: ubuntu-latest
@@ -22,7 +23,7 @@ jobs:
2223

2324
- uses: actions/setup-python@v5
2425
with:
25-
python-version: "3.8"
26+
python-version: "3.10"
2627

2728
- name: Setup
2829
run: |

.github/workflows/flask-overhead-profile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'ddtrace/**'
99
- 'scripts/profiles/flask-simple/**'
10+
- '.github/workflows/flask-overhead-profile.yml'
1011
jobs:
1112
flask-overhead-profile:
1213
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)