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

Support Opensearch 3 #3189

Merged
merged 4 commits into from
Oct 6, 2023
Merged

Support Opensearch 3 #3189

merged 4 commits into from
Oct 6, 2023

Conversation

TonyCTHsu
Copy link
Contributor

Motivation:

Support opensearch-ruby 3.x.

What does this PR do?

opensearch-ruby 3.x merge the transport gem into it main gem. The target of instrumentation remains the same.

  1. Add opensearch-ruby 3.x to our test matrix
  2. Implement to get test green

@github-actions github-actions bot added integrations Involves tracing integrations tracing labels Oct 5, 2023
@@ -18,8 +18,8 @@ class Integration
register_as :opensearch, auto_patch: true

def self.version
Gem.loaded_specs['opensearch-transport'] \
&& Gem.loaded_specs['opensearch-transport'].version
Gem.loaded_specs['opensearch-ruby'] \
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since the transport gem merges into the main gem, this is the changes required to have 3.x instrumented.

@TonyCTHsu TonyCTHsu marked this pull request as ready for review October 5, 2023 18:06
@TonyCTHsu TonyCTHsu requested a review from a team as a code owner October 5, 2023 18:06
@TonyCTHsu TonyCTHsu merged commit 5933056 into master Oct 6, 2023
217 checks passed
@TonyCTHsu TonyCTHsu deleted the tonycthsu/support-opensearch-3 branch October 6, 2023 09:02
@github-actions github-actions bot added this to the 1.15.0 milestone Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integrations Involves tracing integrations tracing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants