fully auto python instrumentation
This commit is contained in:
@@ -2,7 +2,6 @@ FROM python:3.6
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENV AUTOWRAPT_BOOTSTRAP=flask
|
||||
ENV INSTANA_SERVICE_NAME=Payment
|
||||
|
||||
WORKDIR /app
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -2,4 +2,4 @@ uwsgi
|
||||
Flask
|
||||
requests
|
||||
pika
|
||||
instana
|
||||
opentracing
|
||||
|
Reference in New Issue
Block a user