Skip to content

Commit 3bc0bc8

Browse files
committed
re-enable ddtrace.auto import
1 parent f4e67cb commit 3bc0bc8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mpcontribs-api/gunicorn.conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# import ddtrace.auto # noqa: F401
2-
# from ddtrace import patch
1+
import ddtrace.auto # noqa: F401
32
import os
43

5-
# patch(pymongo=False)
64
bind = "0.0.0.0:{}".format(os.getenv("API_PORT"))
75
worker_class = "gevent"
86
workers = os.getenv("NWORKERS")

0 commit comments

Comments
 (0)