-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🧪 add missing start_time #3050
🧪 add missing start_time #3050
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3050 +/- ##
==========================================
+ Coverage 93.48% 93.66% +0.18%
==========================================
Files 275 275
Lines 7610 7610
Branches 1707 1707
==========================================
+ Hits 7114 7128 +14
+ Misses 496 482 -14 ☔ View full report in Codecov by Sentry. |
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
/to-staging |
🚂 Branch Integration: starting soon, median merge time is 12m Commit c6141db38f will soon be integrated into staging-40. Use |
Integrated commit sha: c6141db Co-authored-by: Thomas Lebeau <thomas.lebeau@datadoghq.com>
🚂 Branch Integration: This commit was successfully integrated Commit c6141db38f has been merged into staging-40 in merge commit 0247475691. Check out the triggered pipeline on Gitlab 🦊 |
Motivation
We need to send the raw
start_time
property as it serve as a reference for calculating various timings:Changes
Testing
I have gone over the contributing documentation.