Skip to content

Commit 20a6ce6

Browse files
authored
Merge pull request #17 from swiftss-org/fix/remove_datadog_integration
Fix/remove datadog integration
2 parents ed56112 + d3b4fc3 commit 20a6ce6

File tree

6 files changed

+1
-251
lines changed

6 files changed

+1
-251
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 4 deletions
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

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

datadog/conf.d/redisdb.yaml

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

datadog/prerun.sh

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

requirements/production.txt

Lines changed: 0 additions & 5 deletions
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)