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

split otlp exporter #1695

Merged
merged 17 commits into from
Mar 17, 2021

Conversation

codeboten
Copy link
Contributor

@codeboten codeboten commented Mar 16, 2021

Description

The following moves the code from the existing OTLP exporter to opentelemetry-exporter-otlp-proto-grpc and creates a meta package that installs it as its dependency opentelemetry-exporter-otlp

Part of #1604

Type of change

Please delete options that are not relevant.

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Does This PR Require a Contrib Repo Change?

  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@codeboten codeboten marked this pull request as ready for review March 16, 2021 16:54
@codeboten codeboten requested review from a team, ocelotl and lzchen and removed request for a team March 16, 2021 16:54
OpenTelemetry Collector Exporter
================================
OpenTelemetry Collector Exporters
=================================
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add a comment here that says that this simply pulls in all available opentelemetry otlp exporters.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@@ -172,4 +172,4 @@ class OpenTelemetryDistro(BaseDistro):
"""

def _configure(self, **kwargs):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you make a comment in the distro readme all the components that are being used as default?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do as part of #1606

@lzchen
Copy link
Contributor

lzchen commented Mar 17, 2021

Is this part of or will it fix the issue? #1604

@codeboten
Copy link
Contributor Author

Is this part of or will it fix the issue? #1604

@lzchen i plan on closing that issue once all 3 (zipkin, jaeger, otlp) split PRs are merged

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
@ocelotl ocelotl self-requested a review March 17, 2021 16:05
@codeboten codeboten merged commit 77ff070 into open-telemetry:main Mar 17, 2021
@codeboten codeboten deleted the codeboten/split-otlp-exporter branch March 17, 2021 17:02
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.

3 participants