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

Move duplicated code to a dependency #942

Merged
merged 4 commits into from
Jul 28, 2020
Merged

Conversation

ocelotl
Copy link
Contributor

@ocelotl ocelotl commented Jul 25, 2020

Fixes #762

@ocelotl ocelotl requested a review from a team July 25, 2020 01:08
@ocelotl ocelotl self-assigned this Jul 25, 2020
@@ -43,6 +43,7 @@ install_requires =
botocore ~= 1.0
opentelemetry-api == 0.11.dev0
opentelemetry-instrumentation == 0.11.dev0
opentelemetry-ext-boto == 0.11.dev0
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not too familiar with boto or botocore. Should the dependency be the other way around? Is botocore the more lower-level integration?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

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

LGTM, happy to merge once @lzchen's comment has been addressed

@ocelotl
Copy link
Contributor Author

ocelotl commented Jul 28, 2020

LGTM, happy to merge once @lzchen's comment has been addressed

Comment has been addressed.

@lzchen lzchen merged commit 158d6c9 into open-telemetry:master Jul 28, 2020
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.

Make boto and botocore instrumentations share code
3 participants