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

Update to OTel-Go v1.0.0-RC2 / v0.22.0 #199

Merged
merged 2 commits into from Jul 27, 2021
Merged

Update to OTel-Go v1.0.0-RC2 / v0.22.0 #199

merged 2 commits into from Jul 27, 2021

Conversation

punya
Copy link
Contributor

@punya punya commented Jul 26, 2021

No description provided.

@punya punya requested a review from a team July 26, 2021 19:56
@@ -189,7 +189,7 @@ func protoFromReadOnlySpan(s sdktrace.ReadOnlySpan, defaultTraceAttributes []att
// Converts OTel span links to Cloud Trace links proto in order. If there are
// more than maxNumLinks links, the first maxNumLinks will be taken and the rest
// dropped.
func linksProtoFromLinks(links []trace.Link) *tracepb.Span_Links {
func linksProtoFromLinks(links []sdktrace.Link) *tracepb.Span_Links {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this one of those private things that will break the collector?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This func is un-exported, so I can't imagine how it would break the collector. That's a good call-out in general though 👍

@punya punya merged commit e417d58 into main Jul 27, 2021
@punya punya deleted the update-otel branch July 27, 2021 15:47
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