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

Make the stdout exporter a package #963

Merged
merged 10 commits into from Jul 25, 2020
Merged

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Jul 23, 2020

Matching the pattern of the exporters in the project (and isolating dependencies) make the STDOUT exporter a Go package.

Additional cleanup:

  • Update the dependabot manifest to check it.
  • Remove stdout exporter from example tests where the output wasn't used or the example stale.
  • Remove stdout exporter dependency from global package. That package does extensive testing with a mock SDK transport. If full end-to-end testing is ever needed with all the components of the project, it should be a dedicated package to integration testing.

Relates to #940

@MrAlias MrAlias self-assigned this Jul 23, 2020
@MrAlias MrAlias marked this pull request as draft July 23, 2020 22:06
Remove unused stdout exporter.
The global package does not need to be validated with the SDK. A more
properly constructed end-to-end integration test should be built if this
is actually needed.
@MrAlias MrAlias marked this pull request as ready for review July 24, 2020 00:44
@MrAlias MrAlias merged commit 3b01a85 into open-telemetry:master Jul 25, 2020
@MrAlias MrAlias deleted the stdout-pkg branch July 25, 2020 03:44
@MrAlias MrAlias mentioned this pull request Jul 29, 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.

None yet

2 participants