-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Review $request_id #2363
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
Review $request_id #2363
Conversation
53d0db3
to
cbe2c8d
Compare
cbe2c8d
to
5dbe743
Compare
@gianrubio please squash the commits |
/approve |
f7a52e0
to
e0091ff
Compare
commits squashed |
@@ -4,7 +4,7 @@ metadata: | |||
name: nginx-configuration-snippet | |||
annotations: | |||
nginx.ingress.kubernetes.io/configuration-snippet: | | |||
more_set_headers "Request-Id: $request_id"; | |||
more_set_headers "Request-Id: $req"; |
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.
should this not be $req_id
?
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.
Indeed, I'm gonna fix
e0091ff
to
c60ed24
Compare
Codecov Report
@@ Coverage Diff @@
## master #2363 +/- ##
=======================================
Coverage 39.11% 39.11%
=======================================
Files 73 73
Lines 5203 5203
=======================================
Hits 2035 2035
Misses 2878 2878
Partials 290 290
Continue to review full report at Codecov.
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, gianrubio The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This map detect if request_id header where injected before assign a new value for request_id.
More info here