-
Notifications
You must be signed in to change notification settings - Fork 651
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
Removes Instrumentation and Exporter Code From Core Repo #1258
Removes Instrumentation and Exporter Code From Core Repo #1258
Conversation
This PR will be closed in favor of several smaller PRs! |
…se (open-telemetry#1258) Co-authored-by: Daniel Dyla <[email protected]>
4073ddb
to
be1ec92
Compare
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.
This PR is looking pretty close, just a couple of questions in the tox.ini changes
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi \ | ||
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask | ||
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-requests \ | ||
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-wsgi |
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.
is flask missing here?
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.
I removed it because I noticed that tests/w3c_tracecontext_validation_server.py
didn't use opentelemetry.instrumentation.flask
. Not sure if it uses it in auto-instrumentation but I will experiment with it today to find out if it's needed.
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.
Turns out its not needed!
ff3802f
to
4345c41
Compare
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi \ | ||
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask | ||
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-requests \ | ||
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-wsgi |
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.
Turns out its not needed!
bda99f5
to
0c38760
Compare
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
3f091b2
to
52ca433
Compare
3a5aa01
to
b0eb8f0
Compare
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, thanks for all the work to get this done!
b0eb8f0
to
036e98f
Compare
Description
Removes code that will be destined for the Contrib Repository as outlined in this PR.
Fixes #1233
Type of change
Moving files to another repo without breaking API calls
How Has This Been Tested?
The Contrib repo has a CI build to validate changes there use the APIs and SDK here.
Checklist:
- [ ] Unit tests have been added- [] Documentation has been updated