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

Provide a mechanism for propagating the request id (outgoing requests) #143

Open
DawidNiezgodka opened this issue Nov 14, 2022 · 0 comments
Labels
area/core Relates to core functionality of Quick type/enhancement New feature or request

Comments

@DawidNiezgodka
Copy link
Contributor

Even after setting up an MDC, we still need a way to propagate the request-id further in case of outgoing requests.
Example: When the mirror receives a request, we set a header with the request-id. However, when the mirror sends a request to the gateway, it creates a new request, which does not have access to the previously set request id. Thus, we need a mechanism to propagate the initial request-id.

@DawidNiezgodka DawidNiezgodka added type/enhancement New feature or request area/core Relates to core functionality of Quick labels Nov 14, 2022
@DawidNiezgodka DawidNiezgodka added this to the Tracing and logging milestone Nov 14, 2022
@DawidNiezgodka DawidNiezgodka self-assigned this Nov 14, 2022
@DawidNiezgodka DawidNiezgodka moved this to Todo in Quick Nov 14, 2022
@DawidNiezgodka DawidNiezgodka removed their assignment Nov 26, 2022
@raminqaf raminqaf removed the status in Quick Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core Relates to core functionality of Quick type/enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant