Skip to content

split otlp exporter#1695

Merged
codeboten merged 17 commits intoopen-telemetry:mainfrom
codeboten:codeboten/split-otlp-exporter
Mar 17, 2021
Merged

split otlp exporter#1695
codeboten merged 17 commits intoopen-telemetry:mainfrom
codeboten:codeboten/split-otlp-exporter

Conversation

@codeboten
Copy link
Copy Markdown
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, lzchen and ocelotl and removed request for a team March 16, 2021 16:54
OpenTelemetry Collector Exporter
================================
OpenTelemetry Collector Exporters
=================================
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

lzchen commented Mar 17, 2021

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

@codeboten
Copy link
Copy Markdown
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