From 79b47fd0597fb52d84f118525c023292ee733dc7 Mon Sep 17 00:00:00 2001 From: tamirdavid1 Date: Thu, 12 Dec 2024 15:34:26 +0200 Subject: [PATCH] feat: add comment --- initializer/components.py | 1 + 1 file changed, 1 insertion(+) diff --git a/initializer/components.py b/initializer/components.py index 72a21fb..b6e3d6a 100644 --- a/initializer/components.py +++ b/initializer/components.py @@ -153,6 +153,7 @@ def handle_instrumenation_of_sub_processes(): # to prevent application logic disruption. # # Given OpenTelemetry's path removal during Distro creation, we must manually restore the path. + # This addresses cases where applications using os.exec* are not properly instrumented. # # Note: This is a temporary solution and should be refactored when: # - The environment override writer is removed