Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 39478ac

Browse files
committed
Remove codecovopentelem integration
This was part of the deprecated (and already removed) `profiling` product. Lets remove these things, as they should be completely unused.
1 parent 786d94a commit 39478ac

File tree

4 files changed

+1
-337
lines changed

4 files changed

+1
-337
lines changed

codecov/wsgi.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,5 @@
1414
from utils.config import get_settings_module
1515

1616
os.environ.setdefault("DJANGO_SETTINGS_MODULE", get_settings_module())
17-
if (
18-
os.getenv("OPENTELEMETRY_ENDPOINT")
19-
and os.getenv("OPENTELEMETRY_TOKEN")
20-
and os.getenv("OPENTELEMETRY_CODECOV_RATE")
21-
):
22-
from open_telemetry import instrument
23-
24-
instrument()
2517

2618
application = get_wsgi_application()

open_telemetry.py

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

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ dependencies = [
3131
"minio==7.1.13",
3232
"multidict>=6.1.0",
3333
"oauth2==1.9.0.post1",
34-
"opentelemetry-instrumentation-django>=0.45b0",
35-
"opentelemetry-sdk>=1.24.0",
3634
"polars==1.12.0",
3735
"psycopg2-binary>=2.9.10",
3836
"pydantic>=2.9.0",

0 commit comments

Comments
 (0)