Investigate making trace spans flow into the hyperlight guest #318
Labels
kind/enhancement
For PRs adding features, improving functionality, docs, tests, etc.
lifecycle/needs-review
The issue has not yet been reviewed.
Milestone
Hyperlight makes use of Rust tracing Spans to trace threads of execution through a Sandbox, this is done primarily throught the instrument macro.
We should explicitly enable a span to continue across a guest->host->guest call chain.
It may be possible to do this using Trace Context Propogator, see here for an example of this
The text was updated successfully, but these errors were encountered: