Skip to content

Commit 2660100

Browse files
authored
Merge pull request #237 from mxmeinhold/apm
Add ddtrace to enable APM
2 parents f0298d4 + 0228c43 commit 2660100

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
3030

3131
RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
3232

33-
CMD ["gunicorn", "packet:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=600"]
33+
CMD ["ddtrace-run", "gunicorn", "packet:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=600"]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ csh_ldap~=2.3.1
1111
onesignal-sdk~=1.0.0
1212
pylint-quotes~=0.2.1
1313
sentry-sdk~=0.19.5
14+
ddtrace

0 commit comments

Comments
 (0)