Skip to content
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

Add aws-smithy-observability and aws-smithy-observability-otel crates #3912

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e28c040
First impl of Metrics interfaces
landonxjames Aug 9, 2024
33097b2
Updates to observability interfaces
landonxjames Aug 11, 2024
c5baff6
Chunk of the Otel TelemetryProvider impled
landonxjames Aug 12, 2024
c3a78c8
Pausing work on metering
landonxjames Aug 21, 2024
1028a77
Further along piping callback through telemetry
landonxjames Oct 30, 2024
9ea0d77
First compiling pass of Otel metrics impl
landonxjames Oct 31, 2024
d7f3484
Add initial working test for otel metric provider
landonxjames Nov 5, 2024
b128fe8
Add tests for Otel/Sdk attribute conversions
landonxjames Nov 5, 2024
9d13dd5
Add testing to aws-smithy-observability-otel crate
landonxjames Nov 5, 2024
0b209b4
Cleaning up some tests and doc comments
landonxjames Nov 6, 2024
ae8b6a8
Update READMEs leave TODO about adding usage docs
landonxjames Nov 6, 2024
16486cd
Revert changes to rust-runtime/Cargo.lock
landonxjames Nov 6, 2024
e27b5b3
Updates for CI failures
landonxjames Nov 6, 2024
b5397de
Update rust-runtime/Cargo.lock to get around CI issues
landonxjames Nov 7, 2024
1371160
Exclude otel dependencies from powerpc target_arch
landonxjames Nov 10, 2024
1237ce6
Update external types for observability crates
landonxjames Nov 11, 2024
e2c4728
Update rust-runtime/aws-smithy-observability-otel/Cargo.toml
landonxjames Nov 13, 2024
b8fa732
PR feedback
landonxjames Nov 18, 2024
d4ffb43
Add Send + Sync + Debug supertraits to obs traits
landonxjames Nov 18, 2024
3aab982
Rename some traits to be more verby
landonxjames Nov 19, 2024
d8b519d
PR feedback
landonxjames Nov 21, 2024
ca9d3ba
Refactor get/set_telemetry_provider functions to return Result
landonxjames Nov 23, 2024
636a5d7
Merge branch 'main' into landonxjames/obs
landonxjames Dec 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion buildSrc/src/main/kotlin/CrateSet.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,14 @@ object CrateSet {
"aws-smithy-compression",
"aws-smithy-client",
"aws-smithy-eventstream",
"aws-smithy-experimental",
"aws-smithy-http",
"aws-smithy-http-auth",
"aws-smithy-http-tower",
"aws-smithy-json",
"aws-smithy-mocks-experimental",
"aws-smithy-experimental",
"aws-smithy-observability",
"aws-smithy-observability-otel",
"aws-smithy-protocol-test",
"aws-smithy-query",
"aws-smithy-runtime",
Expand Down
Loading
Loading