-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
feat(traec): add errors to trace #87314
Conversation
- This adds a query to the old discover table for errors data for a given trace then zips that back together with spans data that we've gotten from EAP - Longterm errors data will also come from EAP but that's not ready yet
359e13a
to
126075f
Compare
event_id: str | ||
parent_span_id: str | None | ||
event_type: str | ||
is_transaction: bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: move this to SerializedSpan
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #87314 +/- ##
===========================================
+ Coverage 33.19% 87.75% +54.55%
===========================================
Files 8335 9860 +1525
Lines 464115 558839 +94724
Branches 22011 22011
===========================================
+ Hits 154069 490393 +336324
+ Misses 309663 68063 -241600
Partials 383 383 |
given trace then zips that back together with spans data that we've
gotten from EAP