Skip to content

Support Opensearch 3#3189

Merged
TonyCTHsu merged 4 commits into
masterfrom
tonycthsu/support-opensearch-3
Oct 6, 2023
Merged

Support Opensearch 3#3189
TonyCTHsu merged 4 commits into
masterfrom
tonycthsu/support-opensearch-3

Conversation

@TonyCTHsu

Copy link
Copy Markdown
Collaborator

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
def self.version
Gem.loaded_specs['opensearch-transport'] \
&& Gem.loaded_specs['opensearch-transport'].version
Gem.loaded_specs['opensearch-ruby'] \

Copy link
Copy Markdown
Collaborator 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
@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