[AST-494] request-id distributed logging interceptor#86
Merged
Conversation
05b3993 to
67daa75
Compare
67daa75 to
73f728c
Compare
GurtejSohi
approved these changes
Dec 17, 2025
| * needs. | ||
| */ | ||
| static UUID randomUUID() { | ||
| public static UUID randomUUID() { |
There was a problem hiding this comment.
Did we change this just for the purpose of the tests
Contributor
Author
There was a problem hiding this comment.
we needed this implementation of random uuid generation in client side and in our interceptor to generate random uuid as it it faster than traditional UUID generator which requires synchronization between threads.
avinashkolluru
approved these changes
Dec 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
we needed a support for distributed tracing as currently its really hard to debug if the timed-out calls are actually related to a particular scan flow. This interceptor will get the request-id from the request context and set it in the MDC params.