Closed
Conversation
This aligns with the specification for Resources
* updating changelogs and version to 0.13b0
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
1 task
Contributor
Author
|
@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. |
codeboten
suggested changes
Oct 23, 2020
Contributor
codeboten
left a comment
There was a problem hiding this comment.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Moves the
exporter/opentelemetry-exporter-otlpfrom 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