You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tracing): add tracing spans to all I/O sections (#3795)
# Description
To better understand performance in the `delta-rs` crate, I added
additional tracing to capture more detailed debug-level performance
information.
Python now uses `OpenTelemetry` to collect tracing data emitted from
Rust.
With this change, we gain true end-to-end visibility: Python spans can
serve as parents of Rust spans (and vice versa), ensuring a continuous
trace across both runtimes.
# Related Issue(s)
- close#3641
# Documentation
- https://docs.rs/tracing/latest/tracing/
---------
Signed-off-by: Florian Valeye <[email protected]>
Co-authored-by: Ion Koutsouris <[email protected]>
0 commit comments