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
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
It might be possible to stop the truncation child spans when a root span is ended. We would need to modify the trace queueing mechanism to send child spans by themselves (i.e. not accompanied by their local parents).
This would prevent misrepresentations of work stemming from early-truncated spans if certain RPCs have tail latencies.
It might be possible to stop the truncation child spans when a root span is ended. We would need to modify the trace queueing mechanism to send child spans by themselves (i.e. not accompanied by their local parents).
This would prevent misrepresentations of work stemming from early-truncated spans if certain RPCs have tail latencies.
cc/ @draffensperger @ofrobots