-
Notifications
You must be signed in to change notification settings - Fork 102
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
Instrument s3transfer BoundExecutor submit function. #1185
Conversation
Co-authored-by: Tim Pansino <tpansino@newrelic.com> Co-authored-by: Lalleh Rafeei <lrafeei@newrelic.com> Co-authored-by: Hannah Stepanek <hstepanek@newrelic.com>
Co-authored-by: Tim Pansino <tpansino@newrelic.com> Co-authored-by: Lalleh Rafeei <lrafeei@newrelic.com> Co-authored-by: Hannah Stepanek <hstepanek@newrelic.com>
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1185 +/- ##
==========================================
+ Coverage 81.40% 81.63% +0.23%
==========================================
Files 196 197 +1
Lines 21735 21750 +15
Branches 3795 3797 +2
==========================================
+ Hits 17693 17756 +63
+ Misses 2937 2889 -48
Partials 1105 1105 ☔ View full report in Codecov by Sentry. |
This PR instruments the Instrument s3transfer BoundExecutor submit function. This supports context propagation so that the agent is able to instrument
upload_file
in boto3.Closes #1178.