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

sdk-exporter: implement gRPC exporter #756

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

iRevive
Copy link
Contributor

@iRevive iRevive commented Sep 5, 2024

Closes #752.

The implementation utilizes some ideas from the https:/http4s/http4s-grpc.
We can migrate to http4s-grpc once it reaches a stable release. Since gRPC implementation details are package-private, we can do this in a binary-compatible way.

@iRevive iRevive added the sdk exporter module Features and improvements to the sdk exporter module label Sep 5, 2024
@iRevive iRevive force-pushed the sdk-exporter/grpc branch 4 times, most recently from 2887e49 to 5c1db8c Compare September 12, 2024 18:58
@iRevive iRevive merged commit c6a43dd into typelevel:main Sep 13, 2024
10 checks passed
@iRevive iRevive deleted the sdk-exporter/grpc branch September 13, 2024 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdk exporter module Features and improvements to the sdk exporter module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SDK exporter: gRPC client
1 participant