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

Upgrade OTLP exporter to opentelemetry-proto matching the opentelemetry-collector v0.4.0 release #866

Merged
merged 10 commits into from
Jun 24, 2020

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Jun 23, 2020

There were breaking changes in the OTLP protocol, making Go SDK incompatible with Collector v0.4.0.

This does not plug in the new features of the SDK as the OTLP is still being built to support this. Rather this is throw-away work for the interim to support the direction the proto repo is going in open-telemetry/opentelemetry-proto#79

A second PR is needed to fully couple the SDK to the OTLP once the OTLP has settled on a form that supports OTel.

Resolves #845
Resolves #852

@MrAlias MrAlias added bug Something isn't working exporters area:metrics Part of OpenTelemetry Metrics labels Jun 23, 2020
@MrAlias MrAlias self-assigned this Jun 23, 2020
Copy link
Member

@nilebox nilebox left a comment

Choose a reason for hiding this comment

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

LGTM

Recreate go.sum for otel-collector example and OTLP exporter.
@MrAlias MrAlias merged commit 7d631db into open-telemetry:master Jun 24, 2020
@MrAlias MrAlias deleted the otlp branch June 24, 2020 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:metrics Part of OpenTelemetry Metrics bug Something isn't working
Projects
None yet
3 participants