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

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    e28c040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33097b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5baff6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3a78c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1028a77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ea0d77 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7f3484 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 Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b128fe8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d13dd5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b209b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae8b6a8 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 Dec 3, 2024
    Configuration menu
    Copy the full SHA
    16486cd 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 Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e27b5b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b5397de 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 Dec 3, 2024
    Configuration menu
    Copy the full SHA
    1371160 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1237ce6 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 <[email protected]>
    landonxjames and Velfi committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e2c4728 View commit details
    Browse the repository at this point in the history
  18. PR feedback

    landonxjames committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b8fa732 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d4ffb43 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 Dec 3, 2024
    Configuration menu
    Copy the full SHA
    3aab982 View commit details
    Browse the repository at this point in the history
  21. PR feedback

    Remove non-public type from docs
    landonxjames committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d8b519d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ca9d3ba View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    636a5d7 View commit details
    Browse the repository at this point in the history