-
Notifications
You must be signed in to change notification settings - Fork 625
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
split otlp exporter #1695
Conversation
OpenTelemetry Collector Exporter | ||
================================ | ||
OpenTelemetry Collector Exporters | ||
================================= |
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.
We should add a comment here that says that this simply pulls in all available opentelemetry otlp exporters.
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.
Done
@@ -172,4 +172,4 @@ class OpenTelemetryDistro(BaseDistro): | |||
""" | |||
|
|||
def _configure(self, **kwargs): |
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.
Could you make a comment in the distro readme all the components that are being used as default?
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.
Will do as part of #1606
Is this part of or will it fix the issue? #1604 |
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
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 dependencyopentelemetry-exporter-otlp
Part of #1604
Type of change
Please delete options that are not relevant.
Does This PR Require a Contrib Repo Change?
Checklist: