Replies: 1 comment 1 reply
-
There are published bindings here you might be able to leverage: https://github.com/open-telemetry/opentelemetry-proto-java |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to unmarshal the batch of spans that are received from the collector. This is the format. Should I copy paste the trace.proto and use this or you guys using something else to extract the spans?
In go, there is exposed library which do these tasks and we can extract the data by calling methods, not able to find similar methods in Java too
go example
Beta Was this translation helpful? Give feedback.
All reactions