Deprecate the timeline_enabled option which is redundant with gvl_enabled#5750
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d1039f70d9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
BenchmarksBenchmark execution time: 2026-05-28 09:39:33 Comparing candidate commit 2b1ec6f in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 44 metrics, 2 unstable metrics.
|
Strech
left a comment
There was a problem hiding this comment.
Not sure about the timeline_enabled being removed from condition
|
Right, I'll discuss with @ivoanjo what's the right fix here. |
d1039f7 to
2da61c0
Compare
Typing analysisNote: Ignored files are excluded from the next sections. Untyped methodsThis PR introduces 19 partially typed methods, and clears 19 partially typed methods. Partially typed methods (+19-19)❌ Introduced:Untyped other declarationsThis PR introduces 1 partially typed other declaration, and clears 1 partially typed other declaration. Partially typed other declarations (+1-1)❌ Introduced:If you believe a method or an attribute is rightfully untyped or partially typed, you can add |
|
Thank you for updating Change log entry section 👏 Visited at: 2026-05-21 10:06:54 UTC |
2da61c0 to
19c21c5
Compare
|
19c21c5 to
cb58654
Compare
df2a6a5 to
13c29ce
Compare
2656a63 to
53de3a4
Compare
…ant with gvl_enabled
53de3a4 to
ed0c76c
Compare
…nchmark to not be change per file
What does this PR do?
What the title says.
Motivation:
Correctness.
Change log entry
Yes. The
profiling.advanced.timeline_enabledsetting has been deprecated for removal and no longer does anything. Please remove it from yourDatadog.configureblock and do not setDD_PROFILING_TIMELINE_ENABLED.Additional Notes:
How to test the change?