-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
query-frontend+api: add X-Request-ID field and other context field to start call log #4769
Merged
Conversation
This file contains 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
aymericDD
force-pushed
the
feature/4768
branch
from
October 12, 2021 08:20
0081e76
to
7201cba
Compare
matej-g
previously approved these changes
Oct 12, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! 👍
aymericDD
force-pushed
the
feature/4768
branch
2 times, most recently
from
October 13, 2021 07:30
f59a7a4
to
ecf79c5
Compare
GiedriusS
reviewed
Oct 15, 2021
aymericDD
changed the title
query-frontend+api: add context to start call log
query-frontend+api: add X-Request-ID field and other context field to start call log
Oct 15, 2021
aymericDD
force-pushed
the
feature/4768
branch
from
October 15, 2021 08:56
ecf79c5
to
2c475d6
Compare
The CHANGELOG is updated @GiedriusS 🙂 |
Add "X-REQUEST-ID" to identify requests and link log related to the same request. Add "http.method" to know witch request is executed. Add "http.method_name" to know witch method is called. Signed-off-by: Aymeric <aymeric.daurelle@cdiscount.com>
aymericDD
force-pushed
the
feature/4768
branch
from
October 25, 2021 07:13
2c475d6
to
241827c
Compare
Sorry for the delay. I was in vacation. The conflict is fixed. 🙂 |
GiedriusS
approved these changes
Oct 25, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks 💪
akanshat
pushed a commit
to akanshat/thanos
that referenced
this pull request
Oct 30, 2021
Add "X-REQUEST-ID" to identify requests and link log related to the same request. Add "http.method" to know witch request is executed. Add "http.method_name" to know witch method is called. Signed-off-by: Aymeric <aymeric.daurelle@cdiscount.com> Co-authored-by: Aymeric <aymeric.daurelle@cdiscount.com>
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.
Add more context to link start call with finished call.
Signed-off-by: Aymeric aymeric.daurelle@cdiscount.com
Fix issue #4768 .
Changes
Verification
Tested functionally on local.