Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion scenarios/python_uwsgi_3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ ENV DD_PROFILING_ENABLED=true
ENV DD_TRACE_DEBUG=false
ENV _DD_PROFILING_STACK_ADAPTIVE_SAMPLING_ENABLED=0
ENV DD_PROFILING_OUTPUT_PPROF="/app/data/profiles"
ENV EXECUTION_TIME_SEC=10

# It's important that those are roughly the same, but execution time is slightly longer so
# that we're sure the Profile has been dumped.
ENV EXECUTION_TIME_SEC=11
ENV DD_PROFILING_UPLOAD_INTERVAL=10

# Run the program when the container starts
CMD ["uwsgi", "--ini", "uwsgi.ini"]