feat(profiler): remove the goroutine wait profile type#4589
Conversation
c8c60dd to
eb54b51
Compare
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 80a38a1 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
eb54b51 to
af0c9b6
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
🚀 New features to boost your workflow:
|
af0c9b6 to
7b90954
Compare
BenchmarksBenchmark execution time: 2026-04-08 14:17:12 Comparing candidate commit 80a38a1 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 216 metrics, 8 unstable metrics.
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
Tests failed on this commit 08b2d5c: What to do next?
|
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
[email protected] unqueued this merge request |
This profile type never made it out of alpha. It was only ever visible in the UI internally and is not frequently used. At this point we have the thread timeline and now the goroutine leak profile, which are both well suited for the kinds of problems the goroutine wait profile was meant to solve.
0d00fe4 to
80a38a1
Compare
This profile type never made it out of alpha. It was only ever visible
in the UI internally and is not frequently used. At this point we have
the thread timeline and now the goroutine leak profile, which are both
well suited for the kinds of problems the goroutine wait profile was
meant to solve.
PROF-14036