You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Elixir 1.10 both Elixir and Erlang share the same logger metadata. Meaning if this project were instead in Erlang it could be easily used in projects in any beam based language :)
We probably also want to have this in OpenTelemetry core, so maybe consider a PR to OpenTelemetry itself.
The text was updated successfully, but these errors were encountered:
Since Elixir 1.10 both Elixir and Erlang share the same logger metadata. Meaning if this project were instead in Erlang it could be easily used in projects in any beam based language :)
Yup, indeed. I wrote this to get something quickly running and to test it out (though I have not deployed this anywhere just yet). It should be quite straightforward to write it in Erlang (even more after open-telemetry/opentelemetry-erlang#270 get merged/released).
We probably also want to have this in OpenTelemetry core, so maybe consider a PR to OpenTelemetry itself.
I thought about this as well but wasn't really sure how to approach this (i.e. where it should live and how it should be set up).
@tsloughter I created #4 . Please feel free to review it. My erlang experience is minimal but I think that should work. At least a couple of my manual tests worked and it also worked through Elixir.
Since Elixir 1.10 both Elixir and Erlang share the same logger metadata. Meaning if this project were instead in Erlang it could be easily used in projects in any beam based language :)
We probably also want to have this in OpenTelemetry core, so maybe consider a PR to OpenTelemetry itself.
The text was updated successfully, but these errors were encountered: