-
Notifications
You must be signed in to change notification settings - Fork 34
Enhance boto3 instrumentation to capture HTTP headers in all four flavours #499
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
Conversation
Ferenc-
left a comment
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.
The request header extraction should either focus on headers that paricipate in the HTTP call, or should be omitted.
Ferenc-
left a comment
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.
If we want pursue the extraction from request headers, then we should ensure that it works when the headers are added with event_system.register_first('before-sign.s3.CreateBucket', _add_header).
Ferenc-
left a comment
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.
Very well done! Hats off.
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
…ssert statements Signed-off-by: Varsha GS <varsha.gs@ibm.com>
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
89d519c to
06268d2
Compare
Signed-off-by: Varsha GS <varsha.gs@ibm.com>
What
Enhance boto3 instrumentation to capture HTTP headers in all four flavours
Signed-off-by: Varsha GS varsha.gs@ibm.com
References
Why
According to our spec, tracers SHOULD capture all four flavours of HTTP headers.