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 22 commits into
base: main
Choose a base branch
from

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    35c44be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55957b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c06061e View commit details
    Browse the repository at this point in the history
  4. Pausing work on metering

    landonxjames committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a20f9e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    005094d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53593fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eccf5f4 View commit details
    Browse the repository at this point in the history
  8. Add tests for Otel/Sdk attribute conversions

    Also fix all warnings in both observability crates
    landonxjames committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    769a09f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    178ec48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d57288a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b01272 View commit details
    Browse the repository at this point in the history
  12. Revert changes to rust-runtime/Cargo.lock

    The updates caused CI to fail since it depended on the newly added
    crates, but those were not yet present in the main lockfile that is
    copied around for tests
    landonxjames committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    cd38cf9 View commit details
    Browse the repository at this point in the history
  13. Updates for CI failures

    * Update some clippy style issues
    * Config the aws-smithy-observability-otel crate to not compile on powerpc
    * Run tests for global module serially so they don't poison the RwLock
    landonxjames committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    759bb0f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ba0fd95 View commit details
    Browse the repository at this point in the history
  15. Exclude otel dependencies from powerpc target_arch

    Pin version of value-bag in otel crate
    
    Powerpc dep updates
    
    Pin more transitive deps
    landonxjames committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    0578511 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5e0c3b8 View commit details
    Browse the repository at this point in the history
  17. Update rust-runtime/aws-smithy-observability-otel/Cargo.toml

    Co-authored-by: Zelda Hessler <zhessler@amazon.com>
    landonxjames and Velfi committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    0c1fc59 View commit details
    Browse the repository at this point in the history
  18. PR feedback

    landonxjames committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a5fff54 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    26f4dd5 View commit details
    Browse the repository at this point in the history
  20. Rename some traits to be more verby

    Aligns with standard introduced in #3065
    
    Update doc comments
    
    External types updates
    landonxjames committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    93da5f9 View commit details
    Browse the repository at this point in the history
  21. PR feedback

    Remove non-public type from docs
    landonxjames committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c2a9af9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    05bb688 View commit details
    Browse the repository at this point in the history