fully auto python instrumentation

This commit is contained in:
Steve Waterworth
2019-06-21 11:53:30 +01:00
parent 82405c8302
commit 9b7632f66c
3 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ FROM python:3.6
EXPOSE 8080
ENV AUTOWRAPT_BOOTSTRAP=flask
ENV INSTANA_SERVICE_NAME=Payment
WORKDIR /app

View File

@@ -4,12 +4,12 @@ callable = app
master = true
processes = 1
lazy-apps = true
enable-threads = true
socket = 0.0.0.0:8080
protocol = http
enable-threads = true
uid = 1
gid = 1

View File

@@ -2,4 +2,4 @@ uwsgi
Flask
requests
pika
instana
opentracing