Skip to content

Commit 4f1404d

Browse files
authored
feat(core): move to OTEL backbone (#1163)
1 parent 9723fc6 commit 4f1404d

File tree

97 files changed

+10733
-16812
lines changed

Some content is hidden

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

97 files changed

+10733
-16812
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Run the automated tests
156156
run: |
157157
python --version
158-
poetry run pytest -n auto -s -v --log-cli-level=INFO
158+
poetry run pytest -n auto --dist loadfile -s -v --log-cli-level=INFO
159159
160160
all-tests-passed:
161161
# This allows us to have a branch protection rule for tests and deploys with matrix

examples/django_example/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

examples/django_example/db.sqlite3

-128 KB
Binary file not shown.

examples/django_example/django_example/__init__.py

Whitespace-only changes.

examples/django_example/django_example/asgi.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/django_example/django_example/settings.py

Lines changed: 0 additions & 123 deletions
This file was deleted.

examples/django_example/django_example/urls.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

examples/django_example/django_example/wsgi.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/django_example/manage.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

examples/django_example/myapp/__init__.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)