diff --git a/base_images/Dockerfile.python-3.12 b/base_images/Dockerfile.python-3.12 index 56e5436..da362ee 100644 --- a/base_images/Dockerfile.python-3.12 +++ b/base_images/Dockerfile.python-3.12 @@ -9,5 +9,7 @@ RUN if [ -n "$DDTRACE_INSTALL_URL" ]; then \ ENV DD_PROFILING_ENABLED=true ENV DD_TRACE_ENABLED=false +ENV DD_CODE_ORIGIN_FOR_SPANS_ENABLED=false +ENV DD_REMOTE_CONFIGURATION_ENABLED=false # ENV DD_TRACE_DEBUG=true ENV DD_PROFILING_OUTPUT_PPROF="/app/data/profiles" diff --git a/scenarios/python_basic_gevent/expected_profile.json b/scenarios/python_basic_gevent/expected_profile.json index 092d7e5..ee0be08 100644 --- a/scenarios/python_basic_gevent/expected_profile.json +++ b/scenarios/python_basic_gevent/expected_profile.json @@ -8,7 +8,7 @@ "pprof-regex": "", "stack-content": [ { - "regular_expression": "^Hub\\.run;loop\\.run$", + "regular_expression": "^Hub\\.run;gevent\\.libev\\.corecext\\.loop\\.run$", "value": 2000000000, "error_margin": 25, "labels": [ diff --git a/scenarios/python_basic_idle_3.12/expected_profile.json b/scenarios/python_basic_idle_3.12/expected_profile.json index f549dc3..891bf9c 100644 --- a/scenarios/python_basic_idle_3.12/expected_profile.json +++ b/scenarios/python_basic_idle_3.12/expected_profile.json @@ -7,7 +7,7 @@ "pprof-regex": "", "stack-content": [ { - "regular_expression": "^\u003cmodule\u003e;target;sleep$", + "regular_expression": "^\u003cmodule\u003e;target;time\\.sleep$", "value": 1000000000, "error_margin": 15, "labels": [ @@ -21,7 +21,7 @@ ] }, { - "regular_expression": ".*run;target;sleep$", + "regular_expression": ".*run;target;time\\.sleep$", "value": 500000000, "error_margin": 15, "labels": [