Skip to content

Commit d3b4fc3

Browse files
committed
fix(Datadog): remove Datadog integration
1 parent ed56112 commit d3b4fc3

File tree

6 files changed

+1
-251
lines changed

6 files changed

+1
-251
lines changed

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
release: python manage.py migrate
2-
web: ddtrace-run gunicorn config.asgi:application -k uvicorn.workers.UvicornWorker
2+
web: gunicorn config.asgi:application -k uvicorn.workers.UvicornWorker

config/settings/production.py

-4
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,3 @@
171171
},
172172
'USE_SESSION_AUTH': False,
173173
}
174-
175-
# Datadog
176-
# ------------------------------------------------------------------------------
177-
INSTALLED_APPS += ["ddtrace.contrib.django"] # noqa F405

datadog/conf.d/postgres.yaml

-30
This file was deleted.

datadog/conf.d/redisdb.yaml

-173
This file was deleted.

datadog/prerun.sh

-38
This file was deleted.

requirements/production.txt

-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44

55
gunicorn==20.0.4 # https://github.com/benoitc/gunicorn
66
psycopg2==2.8.6 # https://github.com/psycopg/psycopg2
7-
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
87

98
# Django
109
# ------------------------------------------------------------------------------
1110
django-anymail[amazon_ses]==8.1 # https://github.com/anymail/django-anymail
12-
# Datadog
13-
# ------------------------------------------------------------------------------
14-
ddtrace==0.46.0 # https://github.com/DataDog/dd-trace-py
15-
setproctitle==1.2.2 # https://github.com/dvarrazzo/py-setproctitle

0 commit comments

Comments
 (0)