Add Experimental annotation on Profiling APIs & Bug fix#3143
Conversation
c576f53 to
4f7b4b6
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. Nice work! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
🎯 Code Coverage 🔗 Commit SHA: 85e32a3 | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
4f7b4b6 to
c6a2eba
Compare
c6a2eba to
85e32a3
Compare
| * Copyright 2016-Present Datadog, Inc. | ||
| */ | ||
|
|
||
| @file:OptIn(ExperimentalProfilingApi::class) |
There was a problem hiding this comment.
probably should be at the class level? alternatively we can opt in for the whole module https://kotlinlang.org/docs/opt-in-requirements.html#opt-in-a-module
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3143 +/- ##
===========================================
- Coverage 70.95% 70.94% -0.01%
===========================================
Files 912 912
Lines 33519 33520 +1
Branches 5636 5636
===========================================
- Hits 23783 23779 -4
- Misses 8159 8169 +10
+ Partials 1577 1572 -5
🚀 New features to boost your workflow:
|
What does this PR do?
runningInstancescollection is not cleaned, leadingisRunningreturn true even if the profiler has stopped.Review checklist (to be filled by reviewers)