[PROF-14464] Record the total time spent waiting for the GVL as a metric#5569
Conversation
|
Thank you for updating Change log entry section 👏 Visited at: 2026-04-09 14:13:34 UTC |
🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 2556ab2 | Docs | Datadog PR Page | Give us feedback! |
5aee7cb to
472c7ee
Compare
BenchmarksBenchmark execution time: 2026-05-04 09:50:38 Comparing candidate commit 2556ab2 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 45 metrics, 1 unstable metrics.
|
cc1ffe9 to
ca5bd7a
Compare
767eaab to
3c1bb09
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3c1bb09e6a
ℹ️ 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".
e1d7d9a to
49a8c91
Compare
ivoanjo
left a comment
There was a problem hiding this comment.
👍 LGTM.
From the Ruby side we're in great shape, yet we'll probably want to do one last "test this end-to-end" before merging, just in case we missed some small detail that makes the backend unhappy.
|
CI was green before rebase, the CI failures are unrelated to this PR and caused by #5656, merging. |
…o used as a metric * See #5569
…o used as a metric * See #5569
…o used as a metric * See #5569
…o used as a metric * See #5569
…o used as a metric * See #5569
…o used as a metric * See #5569
…o used as a metric * See #5569
What does this PR do?
Record the total time spent waiting for the GVL as a metric.
See #3433.
Motivation:
That issue.
Change log entry
Yes. Added metric for total time spent waiting for the GVL.
Additional Notes:
Yes, I'm experimenting with Cursor.
How to test the change?