open-telemetry / opentelemetry-proto-java

Java Bindings for the OpenTelemetry Protocol (OTLP)
https://opentelemetry.io
Apache License 2.0
14 stars 8 forks source link

OTel parser for Java in JSON format in the Maven repository #15

Open maokitty opened 3 weeks ago

maokitty commented 3 weeks ago

There is an OTel parser in protobuf format in the Maven repository, is there any plan to support a parser in JSON format?

dmathieu commented 3 weeks ago

This is likely a question for https://github.com/open-telemetry/opentelemetry-proto-java

breedx-splk commented 3 weeks ago

What would be the output of the parser? Are you asking if we have plans to build (support) a parser that takes in JSON and outputs the java-compiled protobuf objects?

maokitty commented 3 weeks ago

The input will be opentelemtry-js export data in json format, the output will be a java object as defined in opentelemtry-proto example