-
Notifications
You must be signed in to change notification settings - Fork 127
Feature core tracing #1457
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
base: main
Are you sure you want to change the base?
Feature core tracing #1457
Conversation
❌MegaLinter analysis: Error
Detailed Issues❌ PYTHON / ruff - 1 error
See detailed reports in MegaLinter artifacts |
CT = Core Tracing
* Do not drop LLM spans. * Note if running with llm data users should not enable unique spans. * Reparent unqiue spans onto the entry span and sum their durations.
d70b147
to
3e8b874
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1457 +/- ##
===========================================
- Coverage 81.72% 71.27% -10.46%
===========================================
Files 207 207
Lines 23909 24053 +144
Branches 3789 3819 +30
===========================================
- Hits 19540 17143 -2397
- Misses 3098 5364 +2266
- Partials 1271 1546 +275 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Overview
Prototype of Core Tracing
distributed_tracing.drop_inprocess_spans.enabled
- defaulted to False (Only reports entry and exit spans.)distributed_tracing.unique_spans.enabled
- defaulted to False (Only reports unique exit spans and entry spans.)distributed_tracing.minimize_attributes.enabled
- defaulted to False (Drops all agent attributes that are not entity synthesis attributes from spans)Note exit spans are defined as spans that contain entity synthesis agent attributes.
Linking ErrorTraces, slow sql etc to distributed traces is not supported in the prototype.