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

Observability Support #3092

Merged
merged 75 commits into from
Sep 3, 2024
Merged

Observability Support #3092

merged 75 commits into from
Sep 3, 2024

Conversation

jterapin
Copy link
Contributor

Following changes has been made to implement Observability:

Build Tools

  • Add telemetry plugin to plugin list
  • Update async_client_class and client_class files to include tracer when creating RequestContext

Core Changes

  • Add Telemetry plugin, telemetry_provider config and Telemetry handler
  • Add the following telemetry provider support: no-op and otel
  • Add span wrappers for the following handlers: StubResponses, NetHttp and H2
  • Update RequestContext to include a tracer attribute
  • Add specs
  • Add RBS support

Other Changes

  • Add opentelemetry-sdk to the Gemfile (for testing purposes)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

  1. To make sure we include your contribution in the release notes, please make sure to add description entry for your changes in the "unreleased changes" section of the CHANGELOG.md file (at corresponding gem). For the description entry, please make sure it lives in one line and starts with Feature or Issue in the correct format.

  2. For generated code changes, please checkout below instructions first:
    https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md

Thank you for your contribution!

@jterapin jterapin requested a review from alextwoods August 22, 2024 18:48
Copy link
Contributor

@alextwoods alextwoods left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jterapin jterapin merged commit dafe8c5 into version-3 Sep 3, 2024
31 checks passed
@jterapin jterapin deleted the implement_observability branch September 3, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants