chore(envoy-client): add envoy key tracing context#5002
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
🚅 Deployed to the rivet-pr-5002 environment in rivet-frontend
|
PR Review: chore(envoy-client): add envoy key tracing contextOverviewThis PR adds What Works Well
Suggestions / Minor Issues1. Span level mismatch for the root envoy span
2. Redundant let envoy_key = shared.envoy_key.clone();
// ...
tracing::warn!(%envoy_key, "received non-binary websocket message");This closure runs inside the 3. Incomplete coverage in Only 4.
SummaryClean, focused change with no correctness concerns. The span-level mismatch between |
6a62381 to
6b5aa7b
Compare
283da30 to
5fddabc
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: