A pure scala exporter #171
Replies: 4 comments
-
Yes! This is one of our proposed Google Summer of Code projects and we've received a proposal to work on it from a candidate :) If anyone would like to help mentor this project, please let me know! https://typelevel.org/blog/2023/02/23/gsoc.html Btw, the plan is to use gRPC. https://github.com/davenverse/http4s-grpc |
Beta Was this translation helpful? Give feedback.
-
Here is an absolute minimal example that exports a single span. |
Beta Was this translation helpful? Give feedback.
-
We have a pure Scala OTLP HTTP exporter now: There is a doc: https://typelevel.org/otel4s/sdk/overview.html. |
Beta Was this translation helpful? Give feedback.
-
gRPC exporter is also supported since https://github.com/typelevel/otel4s/releases/tag/v0.10.0. |
Beta Was this translation helpful? Give feedback.
-
Maybe it's a lot of work, but I would love to get rid of all the java stuff for small services that I deploy.
It would be cool to have a HTTP exporter implementation using Ember with generated types from the spec.
Is it too much work to maintain, or would it be within scope at some point?
Beta Was this translation helpful? Give feedback.
All reactions