-
Notifications
You must be signed in to change notification settings - Fork 636
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 all DD code into its own directory #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
this is helpful to get stuff started to add instrumentations like #8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking on this work. One change I'd like to request is that this change is doing more than moving dd code, those changes would be better done separately, otherwise it makes it hard to know what's changed.
One question: is there a reason to add the opentelemetry-auto-instrumentation
code in this repo? I thought that would continue to live in the main opentelemetry-python repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a comment in the README regarding the initial code being available as reference in the reference branch? This would help folks taking a look at the repo for the first time. A few files were deleted that shouldn't be. Please fix.
Thanks for the review, I have added the changes 👍 |
Had a chat with @ocelotl @codeboten and @mauriciovasquezbernal and we're going to pause on this PR to make the porting of the instrumentation PRs easier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Add .pylintrc based on OpenCensus (related open-telemetry#6). * Fix/disable pylint warnings. * pylint: Fix W0107: Unnecessary pass statement (unnecessary-pass) I'm not sure I like this warning.
* Add .pylintrc based on OpenCensus (related open-telemetry#6). * Fix/disable pylint warnings. * pylint: Fix W0107: Unnecessary pass statement (unnecessary-pass) I'm not sure I like this warning.
Move all DD code into its own directory. This is done to keep the code close at hand for instrumentor development.
Fixes #3