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

LS-43894-update-dependencies-go.opentelemetry.io/otel@v1.16.0 #471

Merged
merged 9 commits into from
Jun 15, 2023

Conversation

tratnayake
Copy link
Contributor

Description:

  • Adds support for collector based exporting (using batch processor and otlp exporter) for otel-go traces. #464
  • Updated dependencies on go.opentelemetry.io/otel to v1.16.0 #471

Testing: make precommit ran without failures ✅

@tratnayake tratnayake requested a review from jmacd June 12, 2023 19:40
@tratnayake tratnayake self-assigned this Jun 12, 2023
@jmacd
Copy link
Member

jmacd commented Jun 12, 2023

for x in `find . -name go.mod`; do (cd $(dirname $x) && go get google.golang.org/grpc/interop ); done

? 😵‍💫

@tratnayake
Copy link
Contributor Author

Ran into a lot of issues, turned out that the build was failing at the end due to test_386 . That test has now been disabled due to this known issue: See: apache/arrow#35861

Merging now ✅

@tratnayake tratnayake merged commit 6ed7e08 into main Jun 15, 2023
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.

2 participants