Skip to content

Commit 61f4ed0

Browse files
landonxjamesZelda Hessler
and
Zelda Hessler
authored
Add aws-smithy-observability and aws-smithy-observability-otel crates (#4003)
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> This PR is an updated version of #3912 and #3986 moving back to the `dyn Trait` based implementation since some issues came up in the review of the Associated Types based implementation ## Description <!--- Describe your changes in detail --> Add two new crates * `aws-smithy-observability` - contains traits for our observability solution and a `global` module for managing the global telemetry provider * `aws-smithy-observability-otel` - contains an OpenTelemetry based implementation of the traits ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> Various unit tests in both new crates. ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> Note: leaving out a changelog entry for now since these crates won't offer much value until we instrument our runtime crates in some subsequent PRs ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ --------- Co-authored-by: Zelda Hessler <[email protected]>
1 parent 66692b3 commit 61f4ed0

25 files changed

+2534
-6
lines changed

buildSrc/src/main/kotlin/CrateSet.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@ object CrateSet {
6363
"aws-smithy-compression",
6464
"aws-smithy-client",
6565
"aws-smithy-eventstream",
66+
"aws-smithy-experimental",
6667
"aws-smithy-http",
6768
"aws-smithy-http-auth",
6869
"aws-smithy-http-tower",
6970
"aws-smithy-json",
7071
"aws-smithy-mocks-experimental",
71-
"aws-smithy-experimental",
72+
"aws-smithy-observability",
73+
"aws-smithy-observability-otel",
7274
"aws-smithy-protocol-test",
7375
"aws-smithy-query",
7476
"aws-smithy-runtime",

0 commit comments

Comments
 (0)