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

Call id propagation #6

Open
iansmith opened this issue Jan 2, 2023 · 0 comments
Open

Call id propagation #6

iansmith opened this issue Jan 2, 2023 · 0 comments

Comments

@iansmith
Copy link
Owner

iansmith commented Jan 2, 2023

Currently, we are not passing the call id to every place that it needs to go. A call id should be generated the initial call site (in a client) and then pushed (via the pctx) to all downstream calls. This data needs to also be added to the LogRequest so that all log messages have the call id on them.

Further, the log viewer application should probably do bookkeeping to keep all the calls in a particular chain (sharing the same call id) are grouped together.

@iansmith iansmith mentioned this issue Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant