Skip to content
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

Better handling of CoroutineContext in traces #2637

Open
pyricau opened this issue Feb 18, 2024 · 0 comments
Open

Better handling of CoroutineContext in traces #2637

pyricau opened this issue Feb 18, 2024 · 0 comments

Comments

@pyricau
Copy link
Member

pyricau commented Feb 18, 2024

CoroutineContext is an immutable linked list but also, conceptually, a map.

If we see a chain of coroutine context going through the left field (actually, maybe specifically CombinedContext) then we could flatten that as a single object in the trace, and leverage the array syntax to surface the coroutine key and the coroutine value.

There's also potentially for traversing all of the context and pulling useful information. E.g. if we can pull out job status that'd be super useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant