-
Notifications
You must be signed in to change notification settings - Fork 624
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 exporter otlp #80
Move exporter otlp #80
Conversation
This aligns with the specification for Resources
* updating changelogs and version to 0.13b0
Co-authored-by: Diego Hurtado <[email protected]>
@codeboten Should this be in the Core repo? If it this then I don't have to warn these PRs https://github.com/open-telemetry/opentelemetry-python/pull/1101/files?file-filters%5B%5D= and I'll close this PR. |
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 exporter will remain in the core repo, see the list of exporters here https://github.com/open-telemetry/opentelemetry-specification/blob/b8b130d6d26e11d00c2b82be3cc3c9431da20fd0/spec-compliance-matrix.md#exporters
Description
Moves the
exporter/opentelemetry-exporter-otlp
from the core repo into the contrib repo.The original code is being copied over from the Core repo here: https://github.com/open-telemetry/opentelemetry-python/tree/master/exporter/opentelemetry-exporter-otlp
How Has This Been Tested?
CI tests will confirm it works correctly.
The only reason I didn't add tests yet (and I didn't plan to until we get all the packages we want in) is because the tests introduced here depend on other packages that will be coming (very soon hopefully!) in future PRs.
After the PRs with the packages are merged, I'll take the same approach I took in my large PR #47 where I got the tests to pass.
Checklist:
- [ ] Changelogs have been updated- [ ] Unit tests have been added- [ ] Documentation has been updated