Skip to content

Commit 06e6421

Browse files
committed
update comment
1 parent 8bdbbb7 commit 06e6421

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ddtrace/internal/datadog/profiling/code_provenance.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ def to_dict(self) -> t.Dict[str, t.Any]:
104104

105105

106106
# Initialize once at import to avoid reinitializing this in every child process.
107-
# This can add up and show up as a significant overhead.
107+
# This can add up and show up as a significant overhead, especially in a service
108+
# with many packages installed, and many short lived child processes serving
109+
# requests.
108110
CODE_PROVENANCE_JSON_STR = json.dumps(CodeProvenance().to_dict())
109111

110112

0 commit comments

Comments
 (0)