Uh oh!
There was an error while loading. Please reload this page.
feat(boto3): Support span streaming - #6193
Conversation
Codecov Results 📊✅ 1869 passed | ⏭️ 341 skipped | Total: 2210 | Pass Rate: 84.57% | Execution Time: 2m 56s All tests are passing successfully. ❌ Patch coverage is 6.82%. Project has 12980 uncovered lines. Files with missing lines (2)
Generated by Codecov Action |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…ython into webb/boto3/span-first
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 17b42e6. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Replace deprecated `http.method` and `url` attributes with `http.request.method` and `url.full` attributes in the streaming lifecycle mode. Use `url.query` and `url.fragment` instead of `http.query` and `http.fragment` in the streaming mode. Combine the undocumented `aws.service_id` and `aws.operation_name` attributes into the `rpc.method` attribute in the streaming lifecycle path.

Description
In the streaming path, use
http.request.methodinstead ofhttp.methodurl.fullinstead ofurlurl.queryinstead ofaws.request.urlurl.fragmentinstead ofhttp.fragmentrpc.methodinstead of bothaws.service_idandaws.operation_nameAdapting Tests
sedcommands used for converting transaction context managers:sed commands used for converting specific attributes:
sedcommands used for converting event capture:sedcommands used for convertingop:sedcommands used for converting origin:sedcommands used for convertingdescription:sedcommands used for convertingdatatoattributes:Issues
Closes#6007
Reminders
tox -e linters.feat:,fix:,ref:,meta:)