-
Notifications
You must be signed in to change notification settings - Fork 32
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
Enhance boto3 instrumentation to capture HTTP headers in all four flavours #499
Conversation
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.
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)
.
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 <[email protected]>
…ssert statements Signed-off-by: Varsha GS <[email protected]>
Signed-off-by: Varsha GS <[email protected]>
Signed-off-by: Varsha GS <[email protected]>
Signed-off-by: Varsha GS <[email protected]>
Signed-off-by: Varsha GS <[email protected]>
Signed-off-by: Varsha GS <[email protected]>
Signed-off-by: Varsha GS <[email protected]>
Signed-off-by: Varsha GS <[email protected]>
Signed-off-by: Varsha GS <[email protected]>
Signed-off-by: Varsha GS <[email protected]>
89d519c
to
06268d2
Compare
Signed-off-by: Varsha GS <[email protected]>
What
Enhance boto3 instrumentation to capture HTTP headers in all four flavours
Signed-off-by: Varsha GS [email protected]
References
Why
According to our spec, tracers SHOULD capture all four flavours of HTTP headers.