-
- Downloads
Improve client tracing spans (#2044)
* Emit spans for implementers of map request middleware traits * Instrument dispatch with its own span * Fix trace span hierarchy * Partially flatten the middleware span hierarchy * Make `MapRequest::name` required * Add sub-spans to the `load_response` span
Showing
- CHANGELOG.next.toml 12 additions, 0 deletionsCHANGELOG.next.toml
- aws/rust-runtime/aws-config/src/imds/client/token.rs 4 additions, 0 deletionsaws/rust-runtime/aws-config/src/imds/client/token.rs
- aws/rust-runtime/aws-config/src/meta/credentials/lazy_caching.rs 1 addition, 1 deletion...t-runtime/aws-config/src/meta/credentials/lazy_caching.rs
- aws/rust-runtime/aws-endpoint/src/lib.rs 4 additions, 0 deletionsaws/rust-runtime/aws-endpoint/src/lib.rs
- aws/rust-runtime/aws-http/src/auth.rs 4 additions, 0 deletionsaws/rust-runtime/aws-http/src/auth.rs
- aws/rust-runtime/aws-http/src/recursion_detection.rs 4 additions, 0 deletionsaws/rust-runtime/aws-http/src/recursion_detection.rs
- aws/rust-runtime/aws-http/src/user_agent.rs 4 additions, 0 deletionsaws/rust-runtime/aws-http/src/user_agent.rs
- aws/rust-runtime/aws-sig-auth/src/middleware.rs 4 additions, 0 deletionsaws/rust-runtime/aws-sig-auth/src/middleware.rs
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt 1 addition, 1 deletion...oftware/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/CustomizableOperationGenerator.kt 1 addition, 1 deletion...mithy/generators/client/CustomizableOperationGenerator.kt
- rust-runtime/aws-smithy-client/src/lib.rs 48 additions, 6 deletionsrust-runtime/aws-smithy-client/src/lib.rs
- rust-runtime/aws-smithy-http-tower/src/dispatch.rs 3 additions, 2 deletionsrust-runtime/aws-smithy-http-tower/src/dispatch.rs
- rust-runtime/aws-smithy-http-tower/src/lib.rs 5 additions, 0 deletionsrust-runtime/aws-smithy-http-tower/src/lib.rs
- rust-runtime/aws-smithy-http-tower/src/map_request.rs 9 additions, 4 deletionsrust-runtime/aws-smithy-http-tower/src/map_request.rs
- rust-runtime/aws-smithy-http-tower/src/parse_response.rs 12 additions, 49 deletionsrust-runtime/aws-smithy-http-tower/src/parse_response.rs
- rust-runtime/aws-smithy-http/src/endpoint/middleware.rs 4 additions, 0 deletionsrust-runtime/aws-smithy-http/src/endpoint/middleware.rs
- rust-runtime/aws-smithy-http/src/middleware.rs 31 additions, 11 deletionsrust-runtime/aws-smithy-http/src/middleware.rs
Loading
Please register or sign in to comment